Closed stigrj closed 1 year ago
Patch coverage: 79.52
% and project coverage change: +0.05
:tada:
Comparison is base (
357554a
) 69.53% compared to head (feff12f
) 69.58%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
It was actually the finite_sphere
that was claimed to be the same as point_parabola
, but they are in fact quite different. All the point_*
models are different numerical smoothing strategies operating within the numerical precision, while the finite_*
models are for physically extended nuclei. So the mathematical form of the potentials are parabolic in both cases, but the extent of the smoothed region is several orders of magnitude different.
Supersedes #439
Rebase on master and cleanup in nuclear models:
param_V.json
file for nuclear parameters. Visschers's RMS values are now written directly in the python periodic table, and passed tomrchem.x
through the JSON input. RMS values can thus only be changed by interrupting the input parser and manually alter the intermediate file.int
tostring
Should be properly tested against Exciting before merging.