We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefe1f3 commit 9b97343Copy full SHA for 9b97343
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## [Unreleased]
4
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
15
## [Version 1.2.1] - 2018-05-02
16
17
### Fixed
0 commit comments