uw-cmg / StructOpt_modular

A flexible and modular Structure Optimization suite for combining experimental data with energy simulations to create atomic structures.
3 stars 5 forks source link

BUG: Figure out how to consistently name files/classes/functions and match them up with input parameter names #17

Open jjmaldonis opened 8 years ago

jjmaldonis commented 8 years ago

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.