iqm.error_reduction_tools.readout_characterization.data_collection.CalibrationJobInfo#
- class iqm.error_reduction_tools.readout_characterization.data_collection.CalibrationJobInfo(num_circuits, shots_per_circuit, prep_strings, qubits, context)#
Bases:
objectMetadata about a submitted calibration job.
Attributes
Total number of calibration circuits generated.
Number of shots allocated to each circuit.
List of preparation strings corresponding to each circuit.
List of qubits that were characterized.
Execution context returned from the compiler.
Methods
__eq__(other)Return self==value.
__repr__()Return repr(self).
- Parameters: