Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class FermionHamiltonian : Microsoft.Quantum.Chemistry.Generic.Hamiltonian<Microsoft.Quantum.Chemistry.TermType.Fermion,Microsoft.Quantum.Chemistry.Fermion.HermitianFermionTerm,Microsoft.Quantum.Chemistry.DoubleCoeff>
type FermionHamiltonian = class
inherit Hamiltonian<TermType.Fermion, HermitianFermionTerm, DoubleCoeff>
Public Class FermionHamiltonian
Inherits Hamiltonian(Of TermType.Fermion, HermitianFermionTerm, DoubleCoeff)
This approximates the Hamiltonian ground state by a greedy algorithm
that minimizes only the PP term energies. If there are no PP terms,
states will be occupied in lexicographic order.