rabi_cycle_time
- Model.rabi_cycle_time(driving_field_name, amplitude, spin_name, quantum_nums, rest_quantum_nums)
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 byquantum_nums
of thespin_name
and by therest_quantum_nums
, i.e. the quantum numbers of the remaining spins.- 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.quantum_nums (
dict
|tuple
) – Two different quantum numbers of thespin_name
.rest_quantum_nums (
dict
|tuple
) – 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}\))