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.
1 parent 78ef764 commit 4c80c43Copy full SHA for 4c80c43
src/treetensornetworks/opsum_to_ttn/opsum_to_ttn.jl
@@ -3,7 +3,7 @@
3
using Graphs: degree, is_tree
4
using ITensors: flux, has_fermion_string, itensor, removeqns, space
5
using ITensors.LazyApply: Prod, Sum, coefficient
6
-using ITensors.NDTensors: Block, blockdim, maxdim, nblocks, nnzblocks
+using ITensors.NDTensors: Block, blockdim, maxdim, nblocks, nnzblocks, truncate!
7
using ITensors.Ops: argument, coefficient, Op, OpSum, name, params, site, terms, which_op
8
using NamedGraphs.GraphsExtensions:
9
GraphsExtensions, boundary_edges, degrees, is_leaf_vertex, vertex_path
0 commit comments