iAmoeba and OpenMM

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Esteban Meneses
Posts: 4
Joined: Tue Oct 07, 2014 11:42 am

iAmoeba and OpenMM

Post by Esteban Meneses » Tue Oct 07, 2014 11:44 am

Hi.
I am new to OpenMM. I have 2 questions:
1) How do I build the iAmoeba force field?
2) Is it possible to run iAmoeba on the OpenCL platform? Or, is there any CUDA-specific code in iAmoeba source?
Thanks.

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

Re: iAmoeba and OpenMM

Post by Lee-Ping Wang » Tue Oct 07, 2014 12:21 pm

Hi Esteban,

1) Use the iamoeba.xml file when creating your ForceField object. When creating the System object, make sure to set polarization="direct".

2) iAMOEBA is not implemented on the OpenCL platform. The platforms that implement this interaction are Reference and CUDA.

Let me know if this helps.

Thanks,

- Lee-Ping

User avatar
Esteban Meneses
Posts: 4
Joined: Tue Oct 07, 2014 11:42 am

Re: iAmoeba and OpenMM

Post by Esteban Meneses » Fri Oct 10, 2014 7:10 am

Thanks for your answers, Lee-Ping.
One more thing. Where are the instructions to compile OpenMM from the source?

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

Re: iAmoeba and OpenMM

Post by Lee-Ping Wang » Fri Oct 10, 2014 8:04 am

Hi Esteban,

The instructions are in the user manual, under the chapter "Compiling OpenMM from source code."

Thanks,

- Lee-Ping

POST REPLY