disorderedmaterials / dissolve

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

Prune allowed InteractionPotentials by type #1929

Open trisyoungs opened 4 months ago

trisyoungs commented 4 months ago

Describe the feature / issue Keywords accepting an InteractionPotential keyword based on, for example, Function1D, now have lots of options to choose from, but not all are relevant. In the GUI we should allow filtering of these keywords by property (e.g. FT, derivative etc.).

trisyoungs commented 4 months ago

This may require the addition of a specific Function1DKeyword, since disentangling this from InteractionPotential<T> is going to be tricky.