Search found 102 matches

by Lee-Ping Wang
Thu Oct 23, 2014 11:04 am
Forum: OpenMM
Topic: Getting both OpenCL and CUDA working with OpenMM 6.1
Replies: 11
Views: 505

Re: Getting both OpenCL and CUDA working with OpenMM 6.1

Hi Ondrej, The "undefined reference" error refers to a symbol (i.e. function name) that doesn't exist in the libraries that the compiler is trying to link against. Basically, the symbol needs to exist in the libraries for that command to work. The "clRetainDevice" sounds like a part of the OpenCL li...
by Lee-Ping Wang
Fri Oct 10, 2014 8:04 am
Forum: OpenMM
Topic: iAmoeba and OpenMM
Replies: 3
Views: 225

Re: iAmoeba and OpenMM

Hi Esteban,

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

Thanks,

- Lee-Ping
by Lee-Ping Wang
Tue Oct 07, 2014 12:21 pm
Forum: OpenMM
Topic: iAmoeba and OpenMM
Replies: 3
Views: 225

Re: iAmoeba and OpenMM

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...
by Lee-Ping Wang
Fri Jul 25, 2014 6:06 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: a FloatingPointError
Replies: 3
Views: 445

Re: a FloatingPointError

Hi there, It's fairly common for VDWT to become zero because the force field is attempting to fit some highly repulsive structure. For example, imagine a repulsion interaction of +30 kcal/mol (from the QM calculation); the MM calculation would typically be much higher, at perhaps +3000 kcal/mol (fro...
by Lee-Ping Wang
Wed Jul 02, 2014 11:53 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Hi everyone! :)
Replies: 2
Views: 652

Re: Hi everyone! :)

Hi Preeti,

Can you ask on the OpenMM forum?

Thanks,

- Lee-Ping
by Lee-Ping Wang
Wed Jul 02, 2014 11:53 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: a FloatingPointError
Replies: 3
Views: 445

Re: a FloatingPointError

I'm so sorry that I missed this message! What's happening is that you are encountering a zero stdev for the reference forces, and ForceBalance is attempting to use this to normalize your force errors (to obtain a fractional error). Are you actually trying to fit your parameters to zero forces, or ar...
by Lee-Ping Wang
Fri May 30, 2014 7:47 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Nonbonded parameters in npt.py script
Replies: 2
Views: 465

Re: Nonbonded parameters in npt.py script

Some suggestions: 1) It's best if you use the most recent ForceBalance code that is downloaded straight from the GitHub repository, if you're not already doing this. 2) If the optimization is already working effectively for your problem, you may keep the liquid simulation settings -- but if you're s...
by Lee-Ping Wang
Fri May 30, 2014 7:45 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Nonbonded parameters in npt.py script
Replies: 2
Views: 465

Re: Nonbonded parameters in npt.py script

Hi Chris, Thanks for getting in touch. I think that with OpenMM, there are some defaults for the nonbonded settings which are being set in the source code, and this option isn't exposed in the input file. However, it's very reasonable that this should be an option that you can specify in running the...
by Lee-Ping Wang
Mon May 19, 2014 9:08 am
Forum: OpenMM
Topic: calulcation on molecular crystals?
Replies: 1
Views: 246

Re: calulcation on molecular crystals?

Hi Ed, I don't think OpenMM supports general triclinic unit cells at the moment; they have to be orthorhombic (alpha=beta=gamma=90). The function you probably want is simulation.context.setPeriodicBoxVectors(), described here: https://simtk.org/api_docs/openmm/api6_0/python/classsimtk_1_1openmm_1_1o...
by Lee-Ping Wang
Thu Apr 10, 2014 9:18 am
Forum: OpenMM
Topic: Openmm anisotropic pressure tensor for membrane
Replies: 3
Views: 565

Re: Openmm anisotropic pressure tensor for membrane

Hi Manish,

OpenMM has the anisotropic Monte Carlo barostat. I'm not sure whether the CHARMM / OpenMM interface knows how to create this object, but this documentation may be helpful:

https://simtk.org/api_docs/openmm/api6_ ... ostat.html

Thanks,

- Lee-Ping