-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c94938
commit 3efd0f5
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## Release 3.1.0 | ||
|
||
- Added support for TD-DMRG with time-independent Hamiltonian | ||
|
||
## Release 3.0.6 | ||
|
||
- Bugfix for compilation with BUILD_PREBO=OFF | ||
|
||
## Release 3.0.5 | ||
|
||
- Added support for PreBO DMRG calculations | ||
|
||
## Release 3.0.4 | ||
|
||
- Fixed overlap calculations in MPSSI | ||
- Fixed number of sweeps for DMRGSCF excited states | ||
- Got rid of boost::enable_if and boost::shared_ptr in favour of STL | ||
- Small updates in the Fortran interface and for Mac OS X | ||
|
||
## Release 3.0.3 | ||
|
||
- Fix for Fiedler ordering and excited states | ||
- Faster parallel RDM evaluation | ||
- Fixed some crashes for TDM evaluation | ||
- Added several tests for RDMs | ||
- Ability to read necessary parameters from checkpoint files |