Skip to content

Commit 309c3f6

Browse files
Pass eager flag to KrylovKit.exponentiate (#216)
1 parent 16420f5 commit 309c3f6

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
@@ -1,7 +1,7 @@
11
name = "ITensorNetworks"
22
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
33
authors = ["Matthew Fishman <[email protected]>, Joseph Tindall <[email protected]> and contributors"]
4-
version = "0.11.25"
4+
version = "0.11.26"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

src/solvers/local_solvers/exponentiate.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function exponentiate_updater(
2222
projected_operator![],
2323
time_step,
2424
init;
25+
eager,
2526
krylovdim,
2627
maxiter,
2728
verbosity,

0 commit comments

Comments
 (0)