forte icon indicating copy to clipboard operation
forte copied to clipboard

Block2 DMRG Solver

Open hczhai opened this issue 10 months ago • 4 comments

Description

  1. Added the block2 DMRG solver.
  2. Fixed a bug in RDMsSpinDependent::SF_G2().
  3. Added from __future__ import annotations in forte/data.py to make it work with Python 3.7.

User Notes

  • [x] Features added

  • Added a DMRG solver interfaced with block2. Minimal required block2 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 is OFF.

Checklist

  • [x] Removed comments in code and input files
  • [x] Documented source code
  • [x] Checked for redundant headers
  • [x] Ready to go!

hczhai avatar Apr 19 '24 07:04 hczhai