You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Observables/calITP.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The number of tasks to be used in multi-threading mode.
23
23
Store the environment tensors in disk if `true`.
24
24
25
25
maxdegree::Int64 = 4
26
-
This argument is only used if `disk=true`. The environment tensor in a vectex will be stored in disk only if its degree `< maxdegree`, otherwise it will be left in memory to avoid frequent disk I/O.
26
+
This argument is only used if `disk=true`. The environment tensor in a vertex will be stored in disk only if its degree `< maxdegree`, otherwise it will be left in memory to avoid frequent disk I/O.
27
27
"""
28
28
functioncalITP!(G::ImagTimeProxyGraph, ρ::MPO{L}; kwargs...) where {L}
0 commit comments