Skip to content

Commit 9b97343

Browse files
committed
Update CHANGELOG.md
1 parent cefe1f3 commit 9b97343

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Perform Gauss' theorem check on nuclear ASC upon initialization. In case a
8+
discrepancy larger than 10^-3 is detected in the absolute difference between the
9+
Gauss' theorem and computed values, calculation is aborted as this points to
10+
numerical problems, most likely in the construction of the cavity.
11+
- Add check and test for S matrix positive-definiteness. Certain cavity
12+
discretizations lead to the S matrix not being symmetric positive-definite. We
13+
abort if that's the case.
14+
515
## [Version 1.2.1] - 2018-05-02
616

717
### Fixed

0 commit comments

Comments
 (0)