Skip to content

Commit

Permalink
check test_contract_hotrg_two_layer_rand_peps
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Dec 5, 2023
1 parent 07d488a commit 884a466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tensor/test_tensor_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def test_contract_hotrg_two_layer_rand_peps(self):
bond_dim=2,
)
norm = psi.make_norm()
xe = norm.contract(all, optimize="auto-hq")
xe = norm.contract(all, optimize="auto-hq", cache_expression=False)
xt = norm.contract_hotrg(max_bond=5)
assert xt == pytest.approx(xe, rel=1e-4)

Expand Down

0 comments on commit 884a466

Please sign in to comment.