Skip to content

Commit 4c1b553

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for KrylovKit to 0.9, (keep existing compat) (#109)
* CompatHelper: bump compat for KrylovKit to 0.9, (keep existing compat) * Pass verbosity to `KrylovKit.eigsolve` --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: mtfishman <[email protected]>
1 parent 52055ac commit 4c1b553

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Compat = "4.16.0"
3737
HDF5 = "0.14, 0.15, 0.16, 0.17"
3838
ITensors = "0.7"
3939
IsApprox = "2.0.0"
40-
KrylovKit = "0.8.1"
40+
KrylovKit = "0.8.1, 0.9"
4141
LinearAlgebra = "1.10"
4242
NDTensors = "0.3.46"
4343
Observers = "0.2"

src/dmrg.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ function dmrg(
245245
tol=eigsolve_tol,
246246
krylovdim=eigsolve_krylovdim,
247247
maxiter=eigsolve_maxiter,
248+
verbosity=eigsolve_verbosity,
248249
)
249250
end
250251

0 commit comments

Comments
 (0)