shared_native_library#

Module containing shared native operations.

Module Contents#

Classes#

SpectroscopyOperation

Spectroscopy operation to find energy between computational basis states.

class SpectroscopyOperation(qubit: str)[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.