Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
BasisGateLibrary.default_values¶
- abstract BasisGateLibrary.default_values()[source]¶
Return the default values for the parameters.
- Return type:
List
[DefaultCalValue
]
- Returns
A list of tuples is returned. These tuples are structured so that instances of
Calibrations
can callCalibrations.add_parameter_value()
on the tuples.