Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrehmer committed Oct 29, 2024
1 parent 2bfcad6 commit 150abeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pwave.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ctm_alg = CTMRG(;
maxiter=150,
verbosity=2,
ctmrgscheme=:simultaneous,
svd_alg=SVDAdjoint(; rrule_alg=Arnoldi(; tol=1e-9, krylovdim=χenv+30)),
svd_alg=SVDAdjoint(; rrule_alg=Arnoldi(; tol=1e-9, krylovdim=χenv + 30)),
)
opt_alg = PEPSOptimize(;
boundary_alg=ctm_alg,
Expand Down

0 comments on commit 150abeb

Please sign in to comment.