Skip to content

Commit

Permalink
Further decrease tol in Arnoldi
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusio committed Mar 8, 2025
1 parent e1e676a commit 3c03c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PEPSKit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module Defaults
const sparse = false
const trscheme = FixedSpaceTruncation()
const fwd_alg = TensorKit.SDD()
const rrule_alg = Arnoldi(; tol=1.0e-10, krylovdim=48, verbosity=-1)
const rrule_alg = Arnoldi(; tol=1.0e-12, krylovdim=48, verbosity=-1)
const svd_alg = SVDAdjoint(; fwd_alg, rrule_alg)
const projector_alg_type = HalfInfiniteProjector
const projector_alg = projector_alg_type(; svd_alg, trscheme, verbosity=0)
Expand Down

0 comments on commit 3c03c9f

Please sign in to comment.