eigenenergy

Model.eigenenergy(quantum_nums)

Return the eigenenergy of the static Hamiltonian that associated with the eigenstate that has the largest overlap with the product basis state described by quantum_nums.

Parameters:

quantum_nums (Dict[str, float] | Tuple[float, ...]) –

Quantum numbers. It can be specified by two different ways:

  • By a dict whose keys correspond to the spin names and values correspond to the quantum numbers.

  • By a tuple containing the quantum numbers in the same order as indicated by the spin_names.

Return type:

float

Returns:

eigenenergy (frequency in \(\text{MHz}\))