4
4
### Added
5
5
- A runtime check to ensure that all atoms have a nonzero radius.
6
6
API kills program execution if this is the case.
7
+ - An API function to retrieve the areas/weights of the cavity finite elements.
8
+ The values in the returned array are in Bohr^2.
9
+ Addresses feature request from @shofener (Issue #13 )
7
10
8
11
### Changed
12
+ - GePolCavity learnt to print also the list of spheres used to generate
13
+ the cavity.
14
+ - Different internal handling of conversion factors from Bohr to Angstrom.
9
15
- CMake minimum required version is 2.8.10
10
- - Atom is now a POD
16
+ - Atom and Solvent are now PODs. The radii and solvent lists are free functions.
11
17
- ` PCMSOLVER_ERROR ` kills program execution when an error arises but does
12
18
not use C++ exceptions.
13
19
- ` include ` -s are now specified on a per-directory basis (see programmers' manual
14
20
for a more detailed explanation)
15
21
16
- ## [ v1.1.0] ( https://github.com/PCMSolver/pcmsolver/tree/v1.1.0 ) (2016-02-07)
17
- [ Full Changelog] ( https://github.com/PCMSolver/pcmsolver/compare/v1.0.4...v1.1.0 )
22
+ ### Known Issues
23
+ - The new printer in GePolCavity might not work properly when an explicit list
24
+ of spheres is provided in the input.
25
+
26
+ ### Removed
27
+ - SurfaceFunction as a class is no longer available. We keep track of surface functions
28
+ at the interface level _ via_ a label-vector map.
29
+
30
+ ## [ v1.1.0] (2016-02-07)
18
31
19
32
### Added
20
33
- Green's function for diffuse interfaces in spherical symmetry
@@ -23,19 +36,20 @@ for a more detailed explanation)
23
36
- CMake minimum required version is 2.8.8 (2016-01-08)
24
37
- Documentation is now served [ here] ( http://pcmsolver.readthedocs.org/ )
25
38
26
- ## [ v1.0.4] ( https://github.com/PCMSolver/pcmsolver/tree/v1.0.4 ) (2015-07-22)
27
- [ Full Changelog] ( https://github.com/PCMSolver/pcmsolver/compare/v1.0.3...v1.0.4 )
28
-
29
- ## [ v1.0.3] ( https://github.com/PCMSolver/pcmsolver/tree/v1.0.3 ) (2015-03-29)
30
- [ Full Changelog] ( https://github.com/PCMSolver/pcmsolver/compare/v1.0.2...v1.0.3 )
39
+ ## [ v1.0.4] (2015-07-22)
31
40
32
- ## [ v1.0.2] ( https://github.com/PCMSolver/pcmsolver/tree/v1.0.2 ) (2015-03-28)
33
- [ Full Changelog] ( https://github.com/PCMSolver/pcmsolver/compare/v1.0.1...v1.0.2 )
41
+ ## [ v1.0.3] (2015-03-29)
34
42
35
- ## [ v1.0.1] ( https://github.com/PCMSolver/pcmsolver/tree/v1.0.1 ) (2015-01-06)
36
- [ Full Changelog] ( https://github.com/PCMSolver/pcmsolver/compare/1.0.0...v1.0.1 )
43
+ ## [ v1.0.2] (2015-03-28)
37
44
38
- ## [ 1 .0.0 ] ( https://github.com/PCMSolver/pcmsolver/tree/1.0.0 ) (2014-09-30 )
45
+ ## [ v1 .0.1 ] (2015-01-06 )
39
46
47
+ ## [ 1.0.0] (2014-09-30)
40
48
41
- \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
49
+ [ Unreleased ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.0...HEAD
50
+ [ v1.1.0 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.0.4...v1.1.0
51
+ [ v1.0.4 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.0.3...v1.0.4
52
+ [ v1.0.3 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.0.2...v1.0.3
53
+ [ v1.0.2 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.0.1...v1.0.2
54
+ [ v1.0.1 ] : https://github.com/PCMSolver/pcmsolver/compare/1.0.0...v1.0.1
55
+ [ 1.0.0 ] : https://github.com/PCMSolver/pcmsolver/tree/1.0.0
0 commit comments