View source on GitHub |
Initialize the generalized spin orbital hamiltonian
fqe.get_gso_hamiltonian(
tensors: Tuple[numpy.ndarray, ...],
e_0: complex = (0.0 + 0.0j)
) -> "gso_hamiltonian.GSOHamiltonian"
Args | |
---|---|
tensors (Tuple[numpy.ndarray, ...]) - tensors for the Hamiltonian elements
e_0 (complex) - scalar part of the Hamiltonian |