ahy3nz / coMMParE

Comparing Molecular Mechanics Potential Energies
6 stars 5 forks source link

MoSDeF Input Testing Matrix #13

Open ahy3nz opened 5 years ago

ahy3nz commented 5 years ago

We need a somewhat-elegant and flexible way to test all these possible combinations. My first thought is just using it.product within mm_tests/mosdef_inputs to build + atomtype/parametrize all the different permutations and then shoot them all off to different engines

mattwthompson commented 5 years ago

What are the permutations, structures force fields engines?

ahy3nz commented 5 years ago

Yeah I was thinking something like that. I'm not sure what the actual usefulness is or if it'd just be something neat to try. In reality, I think basic unit tests that solely look at molecular models of a single function are probably the best at debugging force field translation

mattwthompson commented 5 years ago

I think each layer has a huge amount of utility

The last layer would be comparing the output energies (or other physical properties) to reference data. For example, we could probably write out a monumentally intricate molecule, type it in GAFFF, and run it in a bunch of engines, but are the results physical/reasonable/viablet/trustable? Probably outside the scope of this project but it's the sort of project I would like somebody to pick up. Basically I'm suggesting an updated version of this project (http://virtualchemistry.org/).