Skip to content

Commit

Permalink
Avoid libquadmath. Max error {j1, j2, j3, j4, j5, j6} with ji <= 95 is
Browse files Browse the repository at this point in the history
2.37707e-12.
  • Loading branch information
SebWouters committed Mar 9, 2022
1 parent fdfb634 commit da1e64e
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 237 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
#### Version 1.8.12 LTS update (2022-03-09):
* Use double instead of long double in Wigner:
max diff {2j <= 95} = 2.37707e-12

#### Version 1.8.11 LTS update (2022-01-09):
* Don't require exact HDF5 version

#### Version 1.8.10 LTS update (2021-02-01):
* Fix building with HDF5 1.12

#### Version 1.8.9 LTS update (2018-10-29):
* Bug fix long double literal Wigner.cpp

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,6 +1,6 @@
project (CheMPS2)
set (CheMPS2_MMP_VERSION "1.8.11")
set (CheMPS2_VERSION "${CheMPS2_MMP_VERSION} (2022-01-09)")
set (CheMPS2_MMP_VERSION "1.8.12")
set (CheMPS2_VERSION "${CheMPS2_MMP_VERSION} (2022-03-09)")
#set (CheMPS2_VERSION "${CheMPS2_MMP_VERSION}-15 (2017-05-22)")
set (CheMPS2_AUTHORS "Sebastian Wouters")
set (CheMPS2_DESCRIPTION "A spin-adapted implementation of DMRG for ab initio quantum chemistry")
Expand Down

0 comments on commit da1e64e

Please sign in to comment.