run
tergite_autocalibration.config.run
Classes:
| Name | Description |
|---|---|
RunConfiguration |
A class to handle all run specific configurations. |
RunConfiguration
Bases: TOMLConfigurationFile
A class to handle all run specific configurations.
A run is e.g. when you call acli start and it is over as soon as the program terminates
Attributes:
| Name | Type | Description |
|---|---|---|
cooldown |
str
|
Returns: |
couplers |
List[str]
|
Returns: |
data_dir |
Optional[str]
|
Returns: |
id |
str
|
Returns: |
is_internal |
bool
|
Returns: |
log_dir |
str
|
Returns: |
name |
str
|
Returns: |
qubits |
List[str]
|
Returns: |
runner_logo |
str
|
Returns: |
target_node |
str
|
Returns: |
couplers
property
data_dir
property
writable
id
property
id: str
Returns:
| Name | Type | Description |
|---|---|---|
str |
str
|
Run ID in form of YYYY-MM-DD--HH-MM-SS--"tac-run-id" |
is_internal
property
is_internal: bool
Returns:
| Type | Description |
|---|---|
bool
|
flag if the plots are for internal use or not. |
log_dir
property
writable
log_dir: str
Returns:
| Name | Type | Description |
|---|---|---|
str |
str
|
Run directory in form YYYY-MM-DD/"ACTIVE"_HH-MM-SS--target_node |
name
property
name: str
Returns:
| Type | Description |
|---|---|
str
|
A name given for the run, takes target node as default if not specified |