Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Dec 1, 2021
1 parent 97294b2 commit cb12c25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/user/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@ schedule
in the line should take effect.
For each line, alternatively, one can provide ``n_sites - 1`` values for the MPS bond dimension,
where the ith number represents the right virtual bond dimension for the MPS tensor at site i.
If this is the case, the site dependent MPS bond dimension truncation will be used.
If this is the case, the site-dependent MPS bond dimension truncation will be used.

store_wfn_spectra
Optional. If given, the singular values at each left-right partition during the last sweep
Optional with no associated value. If given, the singular values at each left-right partition during the last sweep
will be stored as ``sweep_wfn_spectra.npy`` after convergence. Only works with DMRG type calculation.
The stored array is an numpy array of 1 dimensional numpy array.
The stored array is a numpy array of 1 dimensional numpy array.
The inner arrays normally do not have all the same length.
For spin-adapted, each singular values corresponding to a multiplet.
For spin-adapted, each singular values correspond to a multiplet.
So for non-singlet, the wavefunction spectra have different interpretation between SU2 and SZ.

extrapolation
Expand Down

0 comments on commit cb12c25

Please sign in to comment.