Skip to content

Commit

Permalink
Remove value export
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Jan 13, 2025
1 parent ea12ee0 commit 8103897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PEPSKit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export fixedpoint
export absorb_weight
export su_iter, simpleupdate, SimpleUpdate

export InfinitePartitionFunction, value
export InfinitePartitionFunction
export InfinitePEPS, InfiniteTransferPEPS
export SUWeight, InfiniteWeightPEPS
export InfinitePEPO, InfiniteTransferPEPO
Expand Down
2 changes: 1 addition & 1 deletion test/ctmrg/partition_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ projector_algs = [HalfInfiniteProjector, FullInfiniteProjector]
env = leading_boundary(env0, Z, ctm_alg)

# check observables
λ = value(Z, env)
λ = PEPSKit.value(Z, env)
m = expectation_value((1, 1) => M, Z, env)
e = expectation_value((1, 1) => E, Z, env)
f_exact, m_exact, e_exact = classical_ising_exact(; beta)
Expand Down

0 comments on commit 8103897

Please sign in to comment.