SweepDefaultsConfiguration#

Module: iqm.cpc.core.config

class iqm.cpc.core.config.SweepDefaultsConfiguration(config)#

Bases: object

Default sweep configuration.

See convert_to_options() for the rest of the options.

Parameters:

config (dict[str, Any]) – Sweep configuration tree.

Attributes

name

Sweep name.

type

Sweep type.

parameter

Name of the parameter being swept.

options

Rest of the sweep options.

Methods

name: str#

Sweep name.

type: str#

Sweep type.

parameter: str#

Name of the parameter being swept.

options: SweepOptions#

Rest of the sweep options.

Inheritance

Inheritance diagram of iqm.cpc.core.config.SweepDefaultsConfiguration