Large - Site DMRG with custom configurations #181
-
|
I refered https://block2.readthedocs.io/en/latest/developer/orbital-rotation.html#example but it is too hard to understand for me.
Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The large-site DMRG is supported in the input file interface of
|
Beta Was this translation helpful? Give feedback.
The large-site DMRG is supported in the input file interface of
block2, which can be easily understood and used. The keywordmrcican be used to set an uncontracted DMRG-MRCISD calculation (see https://block2.readthedocs.io/en/latest/user/keywords.html#uncontracted-dynamic-correlation). The keywordbig_sitecan be used to activate the large-site DMRG mode (see https://block2.readthedocs.io/en/latest/user/keywords.html#calculation-types). Example input files can be found in #30.pyblock2/driver/gaoptto adjust the global ordering of the orbitals in a FCIDUMP file, and the output is a new FCIDUMP file (see https://github.com/block-hczhai/block2-preview/blob/master/py…