Custom force problems

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Peter Eastman
Posts: 2543
Joined: Thu Aug 09, 2007 1:25 pm

Custom force problems

Post by Peter Eastman » Fri Nov 01, 2013 5:05 pm

(This is a response to the questions about custom forces in https://simtk.org/forums/viewtopic.php?f=161&t=4497. I'm responding here to keep the two subjects separate.)

I don't know of any reason for the behavior to have changed. CustomNonbondedForce gained several new features, but all of them are disabled by default.

Can you provide a simple test case that shows the difference? Something with just a few atoms would be ideal, but if it needs to be larger that's ok. A serialized System and State would be great, since then I can be sure I'm exactly reproducing what you're doing.

Peter

User avatar
Charles Brooks
Posts: 35
Joined: Fri Feb 24, 2012 11:48 am

Re: Custom force problems

Post by Charles Brooks » Sun Nov 03, 2013 8:28 am

Hi Peter,

Thanks for responding. I am not sure I can produce it with a simple test since my OpenMM/python skills are basically non-existent. All of this is occurring through the CHARMM/OpenMM interface. I have forgotten, do you guys have CHARMM? I remember there was a request for a license sometime back. Anyway, I'll need to dig down and see if I can simplify the system enough to make the error occur in a more clear manner. What I know is that the same CHARMM unit test I wrote for this worked/works with the same code w/ OpenMM 5.1 and CUDA 5.0. Will get back when I have more.

User avatar
Lee-Ping Wang
Posts: 102
Joined: Sun Jun 19, 2011 5:14 pm

Re: Custom force problems

Post by Lee-Ping Wang » Tue Nov 05, 2013 7:27 am

Hi there,

We did get a CHARMM license just a few months back. :)

- Lee-Ping

User avatar
Peter Eastman
Posts: 2543
Joined: Thu Aug 09, 2007 1:25 pm

Re: Custom force problems

Post by Peter Eastman » Tue Nov 05, 2013 1:11 pm

Unfortunately, I don't know how to use CHARMM! Even if I did, that's a much more difficult environment for me to try to debug the problem in. Can you let CHARMM build the system, then just use XMLSerializer to write it to a file?

Peter

User avatar
Charles Brooks
Posts: 35
Joined: Fri Feb 24, 2012 11:48 am

Re: Custom force problems

Post by Charles Brooks » Mon Nov 11, 2013 1:21 pm

Hi Peter,

We're trying to get the serializer into CHARMM - we need to write a f90 wrapper. Hopefully we can get this together and find the issue.

POST REPLY