CompilerOptions#

Module: iqm.cpc.compiler.compiler

class iqm.cpc.compiler.compiler.CompilerOptions(idempotent_stages=False, update_settings=False)#

Bases: object

Options for Compiler.

Attributes

idempotent_stages

Set to True for idempotent stages (the context and the circuits are deepcopied between each stage pass).

update_settings

If True, the settings tree will be updated with the sweep spot values.

Methods

Parameters:
  • idempotent_stages (bool)

  • update_settings (bool)

idempotent_stages: bool = False#

Set to True for idempotent stages (the context and the circuits are deepcopied between each stage pass).

update_settings: bool = False#

If True, the settings tree will be updated with the sweep spot values.

Inheritance

Inheritance diagram of iqm.cpc.compiler.compiler.CompilerOptions