View source on GitHub |
Generate the Full Configuration interaction wavefunction in the
fqe.openfermion_utils.fci_fermion_operator_representation(
norb: int,
nele: int,
m_s: int
) -> "FermionOperator"
openfermion FermionOperator representation with coefficients of 1.0.
Args | |
---|---|
norb (int) - number of spatial orbitals
nele (int) - number of electrons m_s (int) - s_z spin quantum number |
Returns | |
---|---|
FermionOperator |