We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16420f5 commit 309c3f6Copy full SHA for 309c3f6
Project.toml
@@ -1,7 +1,7 @@
1
name = "ITensorNetworks"
2
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
4
-version = "0.11.25"
+version = "0.11.26"
5
6
[deps]
7
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
src/solvers/local_solvers/exponentiate.jl
@@ -22,6 +22,7 @@ function exponentiate_updater(
22
projected_operator![],
23
time_step,
24
init;
25
+ eager,
26
krylovdim,
27
maxiter,
28
verbosity,
0 commit comments