We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0c53e commit 147ecd5Copy full SHA for 147ecd5
tests/notebooks/test_qsvm.py
@@ -14,12 +14,12 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
14
"""
15
# test quantum programs
16
validate_quantum_program_size(
17
- tb.ref_pydantic("qprog"),
+ tb.ref_pydantic("qprog_bloch"),
18
expected_width=1, # actual width: 1
19
expected_depth=10, # actual depth: 4
20
)
21
22
+ tb.ref_pydantic("qprog_pauli"),
23
expected_width=4, # actual width: 2
24
expected_depth=50, # actual depth: 30
25
0 commit comments