Skip to content

Commit 4c80c43

Browse files
committed
Add missing import
1 parent 78ef764 commit 4c80c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/treetensornetworks/opsum_to_ttn/opsum_to_ttn.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using Graphs: degree, is_tree
44
using ITensors: flux, has_fermion_string, itensor, removeqns, space
55
using ITensors.LazyApply: Prod, Sum, coefficient
6-
using ITensors.NDTensors: Block, blockdim, maxdim, nblocks, nnzblocks
6+
using ITensors.NDTensors: Block, blockdim, maxdim, nblocks, nnzblocks, truncate!
77
using ITensors.Ops: argument, coefficient, Op, OpSum, name, params, site, terms, which_op
88
using NamedGraphs.GraphsExtensions:
99
GraphsExtensions, boundary_edges, degrees, is_leaf_vertex, vertex_path

0 commit comments

Comments
 (0)