Skip to content

Commit a1db81e

Browse files
decrease peak prob from 0.9 to 0.85
1 parent a3fa828 commit a1db81e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

applications/physical_systems/quantum_chaos/quantum_sawtooth_map.ipynb

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

tests/notebooks/test_quantum_sawtooth_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
1919
res_simulator = tb.ref_pydantic("results_simulator")
2020
for i in range(len(timesteps)):
2121
df = res_simulator[i].dataframe
22-
assert float(df.loc[df["p"] == -2, "probability"].iloc[0]) > 0.9
22+
assert float(df.loc[df["p"] == -2, "probability"].iloc[0]) > 0.85

0 commit comments

Comments
 (0)