babbush / HistoricalFermiLib

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

Add CCSD amplitude parsing from PSI4 #58

Closed jarrodmcc closed 7 years ago

jarrodmcc commented 7 years ago

This adds a parser function that reads the CCSD amplitudes out of Psi4 into a format that is easy to understand with regards to spin orbital indexing. It also adds a CCSD and UCCSD test against the FCI energy for H2 to ensure the amplitudes are being read correctly. Only tested for even number electrons at the moment.