Currently the naming scheme for e.g. HardSphereCutoff / hard_sphere_cutoff is annoying to deal with and keep straight. How can we use names that can be put in the parameter file to correctly point to the correct classes/functions? Maybe a simple camel-case / underscore-case converter will work.
Currently the naming scheme for e.g.
HardSphereCutoff
/hard_sphere_cutoff
is annoying to deal with and keep straight. How can we use names that can be put in the parameter file to correctly point to the correct classes/functions? Maybe a simple camel-case / underscore-case converter will work.