Skip to content

Commit

Permalink
Fix export of contract
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Mar 22, 2024
1 parent d95cdbd commit 63cbda7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ITensorMPS/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export
add,
common_siteind,
common_siteinds,
contract,
findfirstsiteind,
findfirstsiteinds,
findsite,
Expand Down
3 changes: 3 additions & 0 deletions src/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export
svd,
diag,

# tensor_operations/tensor_algebra.jl
contract,

# global_variables.jl
# Methods

Expand Down
2 changes: 1 addition & 1 deletion test/ITensorMPS/base/test_abstractprojmpo.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using ITensors
using Random
using Test
using ITensors.ITensorMPS: ITensorMPS
using ITensors: ITensorMPS

@testset "AbstractProjMPO (eltype=$elt, conserve_qns=$conserve_qns)" for elt in (
Float32, Float64, Complex{Float32}, Complex{Float64}
Expand Down
2 changes: 1 addition & 1 deletion test/ITensorMPS/base/test_mps.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Combinatorics
using ITensors
using ITensors.ITensorMPS: ITensorMPS
using ITensors: ITensorMPS
using Random
using LinearAlgebra: diag
using Test
Expand Down

0 comments on commit 63cbda7

Please sign in to comment.