Search found 77 matches

by Daniel Konstantinovsky
Fri Apr 16, 2021 11:26 am
Forum: OpenMM
Topic: flexible water models
Replies: 4
Views: 97

Re: flexible water models

I see. But doing that wouldn't result in any of the "recognized" flexible models without changing charge parameters, etc. in the SPC/E or TIP?P model. Simply letting go of the rigidity seems like a quick-and-dirty way to get flexible water, but I anticipate problems justifying the model...What do yo...
by Daniel Konstantinovsky
Fri Apr 16, 2021 9:51 am
Forum: OpenMM
Topic: flexible water models
Replies: 4
Views: 97

flexible water models

Hi!
Does OpenMM have (or plan to have) an implementation of a flexible water model like SPC/Fw that is compatible with AMBER, etc. force fields for biomolecules? I am considering doing some flexible water MD but I'm not sure I want to switch to something as expensive as AMOEBA right away.
Thank you!
by Daniel Konstantinovsky
Tue Apr 13, 2021 11:24 am
Forum: OpenMM
Topic: writing DCD from scratch
Replies: 1
Views: 66

writing DCD from scratch

Hi! I need to write out a set of atom positions to a dcd file. These positions won't have topology info - it's just a set of coordinates with size (nAtoms, 3). Is there a way to write a dcd file using just this position data? If I could do that, I could then build a topology matching those positions...
by Daniel Konstantinovsky
Wed Feb 10, 2021 4:38 pm
Forum: OpenMM
Topic: restrain orientation w/out affecting internal d.o.f.
Replies: 5
Views: 122

Re: restrain orientation w/out affecting internal d.o.f.

Actually, I have one followup question. Say I wanted to penalize the molecule moving out of a "vertical tube" with walls defined by force = CustomExternalForce("(step(x-x0) + step(-x0-x))*(k/2)*(x-x0)^2 + (step(y-y0) + step(-y0-y))*(k/2)*(y-y0)^2") force.addGlobalParameter("k", 10 * kilocalories_per...
by Daniel Konstantinovsky
Wed Feb 10, 2021 3:49 pm
Forum: OpenMM
Topic: restrain orientation w/out affecting internal d.o.f.
Replies: 5
Views: 122

Re: restrain orientation w/out affecting internal d.o.f.

Thank you for always answering so quickly. I will try the constraints first.
by Daniel Konstantinovsky
Wed Feb 10, 2021 8:16 am
Forum: OpenMM
Topic: restrain orientation w/out affecting internal d.o.f.
Replies: 5
Views: 122

restrain orientation w/out affecting internal d.o.f.

Good morning OpenMM forum! I want to keep a DNA molecule pointed roughly along the z-axis throughout a long simulation. So far I've tried 1) restraining all DNA atoms with a very stiff spring constant and 2) introducing an energetic penalty to the DNA tilting and having x- and/or y- coordinates sign...
by Daniel Konstantinovsky
Thu Dec 10, 2020 7:04 pm
Forum: OpenMM
Topic: ParallelTemperingSampler
Replies: 1
Views: 64

ParallelTemperingSampler

Hi! I am trying to set up a temperature replica exchange simulation with openmmtools. The openmmtools documentation doesn't have much detail on the format of the netCDF output of the ParallelTemperingSampler class run method. How can I feed a trajectory reporter into ParallelTemperingSampler to get ...
by Daniel Konstantinovsky
Fri Oct 16, 2020 2:19 pm
Forum: OpenMM
Topic: metadynamics
Replies: 1
Views: 160

metadynamics

Hi! I want to do some metadynamics where the collective variable is the distance between two specific particles. I am not sure how to implement the collective variable. Below is the code I have now, which I adapted from https://github.com/openmm/openmm/issues/2126. I am particularly unsure about wha...
by Daniel Konstantinovsky
Mon Oct 05, 2020 7:23 am
Forum: OpenMM
Topic: GROMOS96
Replies: 1
Views: 43

GROMOS96

good morning, I found a github feature request discussion from 2018 where peastman and jchodera discuss incorporating GROMOS into OpenMM. Did that ever happen? What would be the easiest way to use GROMOS(96) with OpenMM? - thanks, dan

https://github.com/openmm/openmm/issues/1999