benroberts999 / ampsci

A c++ program for high-precision atomic structure calculations of one and two valence systems. Uses Hartree-Fock + correlation potential method. Can calculate ionisation cross sections with large of energy/momentum transfer.
https://ampsci.dev
MIT License
16 stars 6 forks source link

Nuclear potential update: added support for quadrupole deformation and reading custom nuclear potentials #43

Closed zacharysh closed 1 day ago

zacharysh commented 1 week ago

5256983: Read in a potential from a user-specified text file

Notes:

3b908e0: Evaluate fermi nuclear potential with effective skin-thickness induced by quadrupole deformation.

Notes:

zacharysh commented 1 week ago

Re. 5256983: Actually, would be far better to relax condition that the custom nucleus is given on the same radial grid, and instead make use of Interpolator::interpolate? Will investigate further.