You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating notebook pip installs after v0.11 release (quantumlib#4102)
Updating notebook `pip install`s after v0.11 release.
- Changed all `pip install cirq --pre` to `pip install cirq`.
- Removed pre-release notices.
- Removed pre-release skip list from isolated_notebook_tests.py.
- cirq[contrib] is now cirq-core[contrib] so I updated notebooks and docs
- educators/chemistry.ipynb testing is skipped currently until we upgrade OpenFermion to the new Cirq (it is still using `cirq.TrialResult`, that was removed in v0.11)
0 commit comments