forte
forte copied to clipboard
Block2 DMRG Solver
Description
- Added the
block2
DMRG solver. - Fixed a bug in
RDMsSpinDependent::SF_G2()
. - Added
from __future__ import annotations
inforte/data.py
to make it work with Python 3.7.
User Notes
-
[x] Features added
-
Added a DMRG solver interfaced with
block2
. Minimal requiredblock2
version is 0.5.3rc7. Installation and usage documentation can be found in: https://block2.readthedocs.io/en/latest/user/forte.html. -
[x] Changes to compilation
-
Added a compilation option
ENABLE_block2
. Default isOFF
.
Checklist
- [x] Removed comments in code and input files
- [x] Documented source code
- [x] Checked for redundant headers
- [x] Ready to go!