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 by quantum_nums of the spin_name and by the rest_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 the spin_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:

float

Returns:

Period time of a Rabi cycle (in \(\mu\text{s}\))