disorderedmaterials / dissolve

Structure refinement software for total scattering data
GNU General Public License v3.0
9 stars 16 forks source link

refactor: External potentials now use Function1D #1928

Closed trisyoungs closed 1 month ago

trisyoungs commented 1 month ago

Following work on the PairPotential which focussed on leveraging our Function1D class and keeping all such function definitions in a single location, here we apply the same to the various ExternalPotential-derived classes.