goodchemistryco / Tangelo

A python package for exploring end-to-end chemistry workflows on quantum computers and simulators.
https://goodchemistryco.github.io/Tangelo/
Other
99 stars 27 forks source link

NotImplementedError for ROHF in FNO #362

Closed alexfleury-sb closed 7 months ago

alexfleury-sb commented 7 months ago

Our MP2 backend (PySCF) convert automatically the RMP2 to UMP2 when an ROHF mean field is used. This has the side effect of setting the FNO MO coeffs differently per spin, therefore enforcing us to use UHF for spin!=0 molecules.