tequilahub / tequila

A High-Level Abstraction Framework for Quantum Algorithms
MIT License
362 stars 101 forks source link

Openfermion version #196

Closed jan-janssen closed 2 years ago

jan-janssen commented 2 years ago

I get the following error message:

ModuleNotFoundError: No module named 'openfermion.chem'

For openfermion==0.11 while the corresponding module is included in openfermion>=1.0. So I am wondering if the requirements.txt needs to be updated.

kottmanj commented 2 years ago

Thank you! That was indeed a typo, it should be "~=". Fixed it on master. For the conda-forge recipe: Let me know if you get issues with psi4 in the tests (again a dependency issue that is fixed in the devel branch and will be gone in the next version. It does not really affect tq functionality).