Skip to content

Commit 8a6d33a

Browse files
committed
Merge remote-tracking branch 'upstream/main' into BoundaryMPS
2 parents 8c2cc7e + 309c3f6 commit 8a6d33a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
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.24"
4+
version = "0.11.26"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -63,12 +63,12 @@ EinExprs = "0.6.4"
6363
Graphs = "1.8"
6464
GraphsFlows = "0.1.1"
6565
ITensorMPS = "0.3"
66-
ITensors = "0.7"
66+
ITensors = "0.7, 0.8"
6767
IsApprox = "0.1, 1, 2"
6868
IterTools = "1.4.0"
6969
KrylovKit = "0.6, 0.7, 0.8"
7070
MacroTools = "0.5"
71-
NDTensors = "0.3"
71+
NDTensors = "0.3, 0.4"
7272
NamedGraphs = "0.6.0"
7373
OMEinsumContractionOrders = "0.8.3, 0.9"
7474
Observers = "0.2.4"

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)