CompilerStages#

Module: iqm.cpc.compiler.compiler

class iqm.cpc.compiler.compiler.CompilerStages(circuit_stages, pulse_stages, final_stages, pp_stages)#

Bases: object

Combines all compilation stages under a single object for easy access.

Attributes

circuit_stages

Circuit-level (and above) stages.

pulse_stages

Pulse-level stages.

final_stages

Final stages.

pp_stages

Post-processing stages.

Methods

Parameters:
circuit_stages: StagesList#

Circuit-level (and above) stages.

pulse_stages: StagesList#

Pulse-level stages.

final_stages: StagesList#

Final stages.

pp_stages: StagesList#

Post-processing stages.

Inheritance

Inheritance diagram of iqm.cpc.compiler.compiler.CompilerStages