-
Drive — The drive Hamiltonian acting over a duration.
qoolqit.drive
module
qoolqit.drive
Classes
class
Drive
(*args: Any, amplitude: Waveform | None = None, detuning: Waveform | None = None, phase: float = 0.0)
The drive Hamiltonian acting over a duration.
Default constructor for the Drive.
Must be instantiated with keyword arguments. Accepts either an amplitude waveform, a detuning waveform, or both. A phase value can also be passed.
Parameters
Attributes
Methods
property
amplitude
: Waveform
The amplitude waveform in the drive.
property
detuning
: Waveform
The detuning waveform in the drive.
property
phase
: float
The phase value in the drive.