Skip to content

Commit

Permalink
OpenFermion tutorial moved to recirq, delete it (quantumlib#5453)
Browse files Browse the repository at this point in the history
Per quantumlib/OpenFermion#783, this tutorial has been moved into the OpenFermion docs. Delete it as well as references to it. 

Only merge with cl/453260770
  • Loading branch information
augustehirth authored and rht committed May 1, 2023
1 parent 832dfb7 commit 200dfa3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2,257 deletions.
4 changes: 1 addition & 3 deletions dev_tools/notebooks/isolated_notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@
"examples/*fidelity*",
# Also skipping stabilizer code testing.
"examples/*stabilizer_code*",
# Until openfermion is upgraded, this version of Cirq throws an error
"docs/tutorials/educators/chemistry.ipynb",
*NOTEBOOKS_DEPENDING_ON_UNRELEASED_FEATURES,
]

Expand Down Expand Up @@ -181,7 +179,7 @@ def test_notebooks_against_released_cirq(partition, notebook_path, cloned_env):
mkdir -p out/{notebook_rel_dir}
cd {notebook_env}
. ./bin/activate
pip list
pip list
papermill {rewritten_notebook_path} {os.getcwd()}/{out_path}"""
stdout, stderr, status = shell_tools.run_shell(
cmd=cmd,
Expand Down
3 changes: 0 additions & 3 deletions dev_tools/notebooks/notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
# skipping fidelity estimation due to
# https://github.com/quantumlib/Cirq/issues/3502
"examples/*fidelity*",
# chemistry.ipynb requires openfermion, that installs cirq 0.9.1, which interferes
# with testing cirq itself...
'docs/tutorials/educators/chemistry.ipynb',
'docs/noise.ipynb',
]

Expand Down
Loading

0 comments on commit 200dfa3

Please sign in to comment.