Skip to content

Commit

Permalink
More tests of logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jul 14, 2024
1 parent f9fa606 commit 0ba4d8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/ctmrg/gaugefix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using PEPSKit: ctmrg_iter, gauge_fix, calc_elementwise_convergence
scalartypes = [Float64, ComplexF64]
unitcells = [(1, 1), (2, 2), (3, 2)]
χ = 6
verbosity = 3

function _make_symmetric(psi)
if ==(size(psi)...)
Expand Down Expand Up @@ -44,7 +45,6 @@ end
Random.seed!(987654321) # Seed RNG to make random environment consistent
ctm = CTMRGEnv(psi; Venv=ctm_space)

verbosity = 1
alg = CTMRG(;
trscheme=truncdim(dim(ctm_space)), tol=1e-10, miniter=4, maxiter=400, verbosity
)
Expand All @@ -69,7 +69,6 @@ end
Random.seed!(123456789) # Seed RNG to make random environment consistent
ctm = CTMRGEnv(psi; Venv=ctm_space)

verbosity = 1
alg = CTMRG(;
trscheme=truncspace(ctm_space), tol=1e-10, miniter=4, maxiter=400, verbosity
)
Expand Down

0 comments on commit 0ba4d8a

Please sign in to comment.