quantumlib / OpenFermion

The electronic structure package for quantum computers.
Apache License 2.0
1.51k stars 372 forks source link

Resource estimation code not tested as part of the CI #825

Closed fdmalone closed 1 year ago

fdmalone commented 1 year ago

Both the molecular and (soon-to-be-merged) pbc resource estimation code is not tested through the CI, largely because there are some external dependencies (pyscf, btas,). I think we should enable these as part of the CI, possibly only run if the resource estimation code is touched. An alternative would be to migrate these to open-fermion pyscf or similar.

Either way, tracking if the upsteam dependencies don't break things is important.