Skip to content

Commit f00a650

Browse files
author
Roberto Di Remigio
committed
Add periodic table with available radii
1 parent cc7ddd0 commit f00a650

File tree

6 files changed

+926
-6
lines changed

6 files changed

+926
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
API kills program execution if this is the case.
1111
- An API function to retrieve the areas/weights of the cavity finite elements.
1212
The values in the returned array are in Bohr^2. Addresses a feature request from @shofener (Issue #13)
13+
- The standalone executable `run_pcm` is now tested within the unit tests suite.
14+
The tests cover the cases where the cavity is given implicitly, explicitly or by substitution of
15+
radii on chosen atoms.
1316

1417
### Changed
1518

@@ -25,6 +28,9 @@ the cavity.
2528
not use C++ exceptions.
2629
- `include`-s are now specified on a per-directory basis (see programmers' manual
2730
for a more detailed explanation)
31+
- Default types for template paramters `DerivativeTraits`, `IntegratorPolicy` and `ProfilePolicy`
32+
are now given for the Green's functions classes. This reduced the verbosity in instatiating
33+
these objects significantly.
2834

2935
### Known Issues
3036

doc/gfx/bondi_mantina.pdf

49.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)