babbush / HistoricalFermiLib

This is repo where we developed FermiLib, which then became OpenFermion
Apache License 2.0
1 stars 0 forks source link

Support more features from pyscf and psi4 #30

Closed babbush closed 7 years ago

babbush commented 7 years ago

Right now we are supporting only the very basic features of pyscf and psi4: SCF, CISD, CCSD, MP2 and FCI. But these, especially pyscf do much more including DMET, DMRG, MRPT, MCSCF, NEVPT2, plane wave basis sets, DFT and more. We should also expose to the FermiLib user more options for messing around with the SCF calculation parameters.

We also need more testing of both libraries.