iqm.cpc.compiler.post_process.construct_run_result

iqm.cpc.compiler.post_process.construct_run_result#

iqm.cpc.compiler.post_process.construct_run_result(pulla_data, context)#

Construct the dataset and attach it to a RunResult object.

Unmaps the hashed readout keys.

Parameters:
  • pulla_data (PullaData) – The Pulla data (run data and sweep data).

  • context (dict[str, Any]) – The Compiler context.

Returns:

The RunResult.

Return type:

RunResult