Page 1 of 1
Using the PLUMED plugin with OpenMM
Posted: Mon Nov 14, 2016 1:31 pm
by jnapoli
Hello, I have come across the PLUMED plugin for OpenMM on the web and would like to use it in order to avoid Amber. Is there documentation somewhere for using the plugin?
Thank you!
Joe
Re: Using the PLUMED plugin with OpenMM
Posted: Mon Nov 14, 2016 1:37 pm
by peastman
The installation instructions are at
https://github.com/peastman/openmm-plumed. As far as using it, there's very little to say, and the usage is documented in the header file at
https://github.com/peastman/openmm-plum ... medForce.h. You create a PlumedForce object, passing the Plumed script to the constructor as a string. That's it.
Peter
Re: Using the PLUMED plugin with OpenMM
Posted: Mon Nov 14, 2016 3:16 pm
by jnapoli
Ah, perfect, sorry I missed that. Thanks, Peter!
-Joe
Re: Using the PLUMED plugin with OpenMM
Posted: Thu Nov 17, 2016 11:26 am
by jnapoli
Hi Peter,
Can this be done within a Python script?
Thanks,
Joe