quantumlib / OpenFermion

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

Upgrade to cirq 0.11 #727

Closed balopat closed 3 years ago

balopat commented 3 years ago

Upgrades to cirq 0.11. cirq.TrialResult was removed after two releases worth of deprecation. I also added a new env var to pytest's conftest.py that will fail tests if a deprecated Cirq functionality is used. Also, mypy was failing to install on Mac + Python 3.8, so I bumped that too.