maccallumlab / meld

Modeling with limited data
http://meldmd.org
Other
54 stars 28 forks source link

Make MELD forces work with PBC #10

Open jlmaccal opened 8 years ago

jlmaccal commented 8 years ago

I'm not sure what the current status of MELD forces and PBC is. I suspect that some cases may work fine, while others cause serious problems. OpenMM isn't super consistent about how PBCs are handled in forces, and MELD was never designed with PBC in mind.

The first step is to create a series of test cases:

Once we have some tests, we'll know what needs to be fixed.

jlmaccal commented 6 years ago

First steps:

The expectation is that all of these tests should fail initially. We can then go about fixing the code to make the tests pass.

frank-stonybrook commented 6 years ago

Hi Justin, Thanks for your response. I will take a look at all the other forces in Meld and try to make some test cases. The test for intermolecular distance restraint is already included into TestMeldCudaForce.cpp in the PR. Best, Cong