Skip to content

Commit 4a82230

Browse files
authored
OpenFermion tutorial moved to recirq, delete it (#5453)
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
1 parent 66309e0 commit 4a82230

File tree

3 files changed

+1
-2257
lines changed

3 files changed

+1
-2257
lines changed

dev_tools/notebooks/isolated_notebook_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
"examples/*fidelity*",
7676
# Also skipping stabilizer code testing.
7777
"examples/*stabilizer_code*",
78-
# Until openfermion is upgraded, this version of Cirq throws an error
79-
"docs/tutorials/educators/chemistry.ipynb",
8078
*NOTEBOOKS_DEPENDING_ON_UNRELEASED_FEATURES,
8179
]
8280

@@ -181,7 +179,7 @@ def test_notebooks_against_released_cirq(partition, notebook_path, cloned_env):
181179
mkdir -p out/{notebook_rel_dir}
182180
cd {notebook_env}
183181
. ./bin/activate
184-
pip list
182+
pip list
185183
papermill {rewritten_notebook_path} {os.getcwd()}/{out_path}"""
186184
stdout, stderr, status = shell_tools.run_shell(
187185
cmd=cmd,

dev_tools/notebooks/notebook_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
# skipping fidelity estimation due to
3838
# https://github.com/quantumlib/Cirq/issues/3502
3939
"examples/*fidelity*",
40-
# chemistry.ipynb requires openfermion, that installs cirq 0.9.1, which interferes
41-
# with testing cirq itself...
42-
'docs/tutorials/educators/chemistry.ipynb',
4340
'docs/noise.ipynb',
4441
]
4542

0 commit comments

Comments
 (0)