Skip to content

Commit

Permalink
Remove print autogen notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Dec 12, 2024
1 parent 6a3c9bf commit 49b27dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qualtran/bloqs/chemistry/trotter/hubbard/hubbard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
"outputs": [],
"source": [
"length = 8\n",
"angle = 0.5\n",
"angle = 0.52728\n",
"hubb_u = 4.0\n",
"interaction_hwp = InteractionHWP(length, angle, hubb_u)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_second_order_suzuki_costs():
# there are 3 hopping unitaries contributing 8 Ts from from the F gate
assert costs.total_t_count(ts_per_rotation=0) == (3 * length**2 // 2) * 8
# 3 hopping unitaries and 2 interaction unitaries
assert costs.rotation == (3 * length**2 + 2 * length**2), 3 * length**2 + 2 * length**2
assert costs.rotation == (3 * length**2 + 2 * length**2)


@pytest.mark.notebook
Expand Down

0 comments on commit 49b27dc

Please sign in to comment.