splitting
- Model.splitting(spin_name, quantum_nums, rest_quantum_nums=None)
Return the energy splitting between the two eigenstates of the model. The two eigenstates differ only in a single quantum number, which is characterized by the
spin_nameand its twoquantum_nums. The quantum numbers of the remaining spins are provided in therest_quantum_numbers.- Parameters:
spin_name (
str) – Name of the spin.quantum_nums (
Tuple[float,float]) – Two different quantum numbers ofspin_name.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. May be omitted (orNone) ifspin_nameis the model’s only spin.
- Return type:
- Returns:
energy splitting (frequency in \(\text{MHz}\))