Skip to content

Commit bda615a

Browse files
author
qyli
committed
fix typo
1 parent 4ae0b62 commit bda615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Observables/calITP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The number of tasks to be used in multi-threading mode.
2323
Store the environment tensors in disk if `true`.
2424
2525
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.
2727
"""
2828
function calITP!(G::ImagTimeProxyGraph, ρ::MPO{L}; kwargs...) where {L}
2929

0 commit comments

Comments
 (0)