Skip to content

Commit 134aa0c

Browse files
committed
Remove duplicate lines
1 parent e63a0bf commit 134aa0c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/ITensorNetworks.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ include("partitioneditensornetwork.jl")
2828
include("edge_sequences.jl")
2929
include("caches/abstractbeliefpropagationcache.jl")
3030
include("caches/beliefpropagationcache.jl")
31-
include("caches/abstractbeliefpropagationcache.jl")
32-
include("caches/beliefpropagationcache.jl")
3331
include("formnetworks/abstractformnetwork.jl")
3432
include("formnetworks/bilinearformnetwork.jl")
3533
include("formnetworks/maximise_bilinearformnetwork.jl")

src/abstractitensornetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using ITensorMPS: ITensorMPS, add, linkdim, linkinds, siteinds
4242
using .ITensorsExtensions: ITensorsExtensions, indtype, promote_indtype
4343
using LinearAlgebra: LinearAlgebra, factorize
4444
using MacroTools: @capture
45-
using NamedGraphs: NamedGraphs, NamedGraph, vertextype, not_implemented, steiner_tree
45+
using NamedGraphs: NamedGraphs, NamedGraph, not_implemented, steiner_tree
4646
using NamedGraphs.GraphsExtensions:
4747
, directed_graph, incident_edges, rename_vertices, vertextype
4848
using NDTensors: NDTensors, dim, Algorithm

0 commit comments

Comments
 (0)