View source on GitHub |
Look at the structure of the (1, 0) component of the one body matrix and
fqe.fqe_decorators.process_rank2_matrix(
mat: numpy.ndarray,
norb: int,
e_0: complex = (0.0 + 0.0j)
) -> "hamiltonian.Hamiltonian"
determine the symmetries.
Args | |
---|---|
mat (numpy.ndarray) - input matrix to be processed
norb (int) - the number of orbitals in the system e_0 (copmlex) - scalar part of the Hamiltonian |
Returns | |
---|---|
(Hamiltonian) - resulting Hamiltonian |