Skip to content

Commit

Permalink
Fix namespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 10, 2024
1 parent 9b802f9 commit 3fec8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/treetensornetworks/opsum_to_ttn/opsum_to_ttn.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#using FillArrays: OneElement
#using DataGraphs: DataGraph
using Graphs: degree, is_tree
using ITensorMPS: ITensorMPS, cutoff, linkdims, ops, space, truncate!, val
using ITensors: flux, has_fermion_string, itensor, removeqns
using ITensorMPS: ITensorMPS, cutoff, linkdims, ops, truncate!, val
using ITensors: flux, has_fermion_string, itensor, removeqns, space
using ITensors.LazyApply: Prod, Sum, coefficient
using ITensors.NDTensors: Block, blockdim, maxdim, nblocks, nnzblocks
using ITensors.Ops: argument, coefficient, Op, OpSum, name, params, site, terms, which_op
Expand Down

0 comments on commit 3fec8a1

Please sign in to comment.