Provenance
qcio.Provenance
¶
Provenance information for a QC program.
Attributes:
Name | Type | Description |
---|---|---|
program |
str
|
The name of the program that created the output. |
version |
str
|
The version of the program that created the output. |
scratch_dir |
Optional[StrOrPath]
|
The working directory used by the program. |
wall_time |
Optional[float]
|
The wall time used by the program. |
hostname |
Optional[str]
|
The hostname of the machine the program was run on. |
hostcpus |
Optional[int]
|
The number of logical CPUs on the host machine where the program ran. |
hostmem |
Optional[int]
|
The amount of memory on the host machine where the program ran in GiB. |
extras |
Optional[int]
|
Additional information to bundle with the object. Use for schema development and scratch space. |