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.
Calibrations.parameters¶
- property Calibrations.parameters: Dict[Parameter, Set[ParameterKey]]¶
Return a mapping between parameters and parameter keys.
Returns a dictionary mapping parameters managed by the calibrations to the schedules and qubits and parameter names using the parameters. The values of the dict are sets containing the parameter keys. Parameters that are not attached to a schedule will have None in place of a schedule name.