quantify_scheduler.operations.shared_native_library
Module Contents
Classes
Spectroscopy operation to find energy between computational basis states. |
- class SpectroscopyOperation(qubit: str, data: Optional[dict] = None)[source]
Bases:
quantify_scheduler.operations.operation.Operation
Spectroscopy operation to find energy between computational basis states.
Spectroscopy operations can be supported by various qubit types, but not all of them. They are typically translated into a spectroscopy pulse by the quantum device. The frequency is taken from a clock of the device element.
- Parameters
qubit – The target qubit.
data –
The operation’s dictionary, by default None
Note: if the data parameter is not None all other parameters are overwritten using the contents of data.
Deprecated: support for the data argument will be dropped in quantify-scheduler >= 0.13.0. Please consider updating the data dictionary after initialization.