Search found 223 matches

by Siddharth Srinivasan
Fri Aug 26, 2016 4:21 pm
Forum: OpenMM
Topic: Efficient interaction energies between atom subsets
Replies: 1
Views: 97

Efficient interaction energies between atom subsets

Hi all I realize that OpenMM is primarily an MD engine, but I wanted to see if I can use it for a rotamer based MC optimization. Basically for each residue I have about 1000 rotamers, and I am doing an MC in rotameric space, choosing a random residue and a random rotamer at that residue to optimize ...
by Siddharth Srinivasan
Mon Apr 25, 2016 5:30 pm
Forum: OpenMM
Topic: Debye-Huckel screening
Replies: 2
Views: 107

Debye-Huckel screening

Hi, I was wondering if OpenMM currently includes Debye-Huckel screening in any of its implicit solvation models?  The OpenMM manual indicates that it is possible to specify a salt concentration or Debye length when creating a system from an Amber prmtop file. Is there a way to specify either the sal...
by Siddharth Srinivasan
Wed Mar 16, 2016 9:30 pm
Forum: OpenMM
Topic: Nonbonded force shift/switch
Replies: 1
Views: 115

Nonbonded force shift/switch

Hi guys For the Lennard-Jones term, are the energy and force simply truncated to zero at the the cutoff distance, or is a shift/switching function applied? The manual says "optionally a switching function can be used", but I don't see that in the API anywhere (unless we are talking about using a Cus...
by Siddharth Srinivasan
Mon Mar 07, 2016 2:02 pm
Forum: OpenMM
Topic: Updating parameters in CustomExternalForce
Replies: 2
Views: 136

Re: Updating parameters in CustomExternalForce

Thanks peter. I actually already have the force constant as a global parameter, not a per particle one. So the easiest would be to use setParameter. Thanks!
by Siddharth Srinivasan
Mon Mar 07, 2016 1:01 pm
Forum: OpenMM
Topic: Updating parameters in CustomExternalForce
Replies: 2
Views: 136

Updating parameters in CustomExternalForce

Hi guys I am using the CustomExternalForce to implement harmonic restraints, similar to https://simtk.org/forum/message.php?msg_id=4068 . I want to implement decaying restraints, by changing the force constant. Is there a way to do this aside from recreating the context each time, which seems ugly? ...
by Siddharth Srinivasan
Wed Sep 02, 2015 10:07 am
Forum: OpenMM
Topic: Carbohydrate parameters for GB
Replies: 1
Views: 111

Carbohydrate parameters for GB

Hi all I am running an implicit solvent (GBSA-OBC) simulation of an antibody with an attached carbohydrate chain, and currently have removed the chain due to lack of parameters. Does anyone know if there are GB (radii and scale) parameters for carbohydrates? In explicit water we use the GLYCAM force...
by Siddharth Srinivasan
Tue Sep 01, 2015 9:25 pm
Forum: OpenMM September 2012 Workshop: Rapid MD Prototyping & Simulations on GPUs
Topic: Carbohydrate support
Replies: 0
Views: 95

Carbohydrate support

Hi guys

I'm running a simulation of an antibody with an attached carbohydrate chain, and trying out the implicit solvent OBC-GBSA model. Are there any known GB parameters (radii and scaling factors) for carbohydrates? In explicit water we use the GLYCAM force field.

Thanks,
Sid
by Siddharth Srinivasan
Wed Jun 17, 2015 3:02 pm
Forum: OpenMM
Topic: Adding and removing forces from a Context
Replies: 2
Views: 141

Re: Adding and removing forces from a Context

Thanks Peter, that worked perfectly.
by Siddharth Srinivasan
Wed Jun 17, 2015 2:06 pm
Forum: OpenMM
Topic: Adding and removing forces from a Context
Replies: 2
Views: 141

Adding and removing forces from a Context

Hi there I'm using Openmm-6.2, Python API. I'm trying to create a test suite form my implementation, where I want to set up my System, and then test different components of the potential energy. My ideal flow would look like this: 1. Create a System with no forces 2. Create a Context 3. Call Context...
by Siddharth Srinivasan
Wed Jun 10, 2015 2:58 pm
Forum: OpenMM
Topic: OPenMM implicit solvent implementation
Replies: 3
Views: 160

Re: OPenMM implicit solvent implementation

Is there any way to know what the different parameters to addParticle exactly mean for the different GB implementations, and what their units are? Since I'm not using an AMBER parmtop file, I cant use convertParameters() and I would need to manually make sure the parameters are in the right units. I...