We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e699ff7 + bc80d76 commit 561db3eCopy full SHA for 561db3e
quimb/tensor/fitting.py
@@ -700,7 +700,7 @@ def tensor_network_fit_tree(
700
tn_fit._canonize_around_tids([tid])
701
702
# get the new conjugate tensor
703
- ti_new = tn_hole.contract(output_inds=ti.inds, optimize="auto-hq")
+ ti_new = tn_hole.contract(output_inds=ti.inds, optimize=contract_optimize)
704
ti_new.conj_()
705
# modify the data
706
ti.modify(data=ti_new.data)
0 commit comments