Skip to content

Commit

Permalink
bugfix in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
titaschanda committed Dec 30, 2023
1 parent 525f531 commit f8ffa7c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/src/mps/example_dmrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,9 @@ dmrg!(sysenv, params1, 1)

Using such lower-level function, one can also restart the simulation at later times
(e.g., by saving the `StateEnvs` using `Serialization.jl`), or one can perform
[`updateH!`](@ref updateH!(sysenv::StateEnvs{ProjMPO}, H::MPO; recalcEnv::Bool = true)) to slowly
change the Hamiltonian during DMRG simulations. Most often it is better to perform a
[`updateH!`](@ref updateH!(sysenv::StateEnvs{ProjMPO}, H::MPO; recalcEnv::Bool = true)) to slowly change the Hamiltonian during DMRG simulations.


Global Subspace Expansion can also be used to get rid of nasty local minimas (if needed), if the `StateEnvs` is
built from a single MPO.
Global Subspace Expansion can also be used to get rid of nasty local minimas (if needed), if (**and only if**) the `StateEnvs` is built from a single MPO.
```
krylov_extend!(sysenv; extension_applyH_maxdim = 40)
```
Expand Down

0 comments on commit f8ffa7c

Please sign in to comment.