We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae21fc commit ed9a4eaCopy full SHA for ed9a4ea
tests/notebooks/test_qaoa.py
@@ -12,7 +12,7 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
12
validate_quantum_program_size(
13
tb.ref_pydantic("qprog_maxcut"),
14
expected_width=5,
15
- expected_depth=55,
+ expected_depth=80,
16
)
17
18
tb.ref_pydantic("qprog_knapsack"),
0 commit comments