View source on GitHub |
Initialize spin conserving spin restricted hamiltonian
fqe.get_restricted_hamiltonian(
tensors: Tuple[numpy.ndarray, ...],
e_0: complex = (0.0 + 0.0j)
) -> "restricted_hamiltonian.RestrictedHamiltonian"
Args | |
---|---|
tensors (Tuple[numpy.ndarray, ...]) - tensors for the Hamiltonian elements
e_0 (complex) - scalar part of the Hamiltonian |