rabi_cycle_time_qubit
- Model.rabi_cycle_time_qubit(driving_field_name, amplitude, spin_name, rest_quantum_nums=None)
Return the period time of a Rabi cycle for a resonant transition of the model under the influence of a constant-strength driving field. The driving field is described by its
amplitude
, while the two eigenstates characterizing the transition are defined by the qubit states of thespin_name
and by therest_quantum_nums
, i.e. the quantum number(s) of the remaining spin(s).- Parameters:
driving_field_name (
str
) – Name of the driving field.amplitude (
float
) – Strength of the driving field (in \(\text{T}\)).spin_name (
str
) – Name of the spin.rest_quantum_nums (
Dict
[str
,float
] |None
) – Quantum number(s) of the remaining spin(s) as a dictionary, in which keys are spin names, and values are quantum numbers.
- Return type:
- Returns:
Period time of a Rabi cycle (in \(\mu\text{s}\))