Search found 77 matches

by Daniel Konstantinovsky
Wed Sep 01, 2021 5:29 am
Forum: OpenMM
Topic: dipole moment / polarizability from AMOEBA
Replies: 4
Views: 112

dipole moment / polarizability from AMOEBA

Hi! I'm exploring the possibility of using OpenMM and AMOEBA to calculate vibrational spectra of water. I was wondering how OpenMM can be used to extract the dipole and polarizability of atoms/molecules of interest from an AMOEBA simulation. I don't know if this is even possible but I thought I woul...
by Daniel Konstantinovsky
Fri Jun 11, 2021 12:18 pm
Forum: OpenMM
Topic: velocities not written to DCD
Replies: 9
Views: 189

Re: velocities not written to DCD

Update: velocities are included if velocities=True is specified when initializing the reporter, but not if reporter.velocities = True is set later.
by Daniel Konstantinovsky
Fri Jun 11, 2021 9:45 am
Forum: OpenMM
Topic: velocities not written to DCD
Replies: 9
Views: 189

Re: velocities not written to DCD

I tried the advice above with hdf5 reporter and the even though i said velocities = True, the hdf5 file doesn't have velocities, only coordinates. Is it possible that mdtrajreporters.hdf5reporter just hasn't implemented velocity writing yet, despite the documentation? It would be really great if Ope...
by Daniel Konstantinovsky
Thu Apr 22, 2021 7:46 am
Forum: OpenMM
Topic: velocities not written to DCD
Replies: 9
Views: 189

Re: velocities not written to DCD

It seems the MDtraj netcdf reporter can't write velocities. Is the MDTraj/OpenMM team planning to add velocities to this tool soon?
by Daniel Konstantinovsky
Wed Apr 21, 2021 4:49 pm
Forum: OpenMM
Topic: velocities not written to DCD
Replies: 9
Views: 189

Re: velocities not written to DCD

An update: I tried "velocities" and while it successfully sets the parameter to True (checked vars()), velocities are still not written. Is it possible that the MDTraj DCDReporter hasn't implemented velocity writing yet and the documentation is ahead of the code? Should I just use DCDReporter from t...
by Daniel Konstantinovsky
Wed Apr 21, 2021 4:38 pm
Forum: OpenMM
Topic: velocities not written to DCD
Replies: 9
Views: 189

Re: velocities not written to DCD

Oh ok. Thank you. I thought there was something odd about the naming!
by Daniel Konstantinovsky
Wed Apr 21, 2021 4:12 pm
Forum: OpenMM
Topic: velocities not written to DCD
Replies: 9
Views: 189

velocities not written to DCD

Hi, here I am again. I am trying to use MDTraj's dcdreporter to write both coordinates and velocities to a trajectory. I am using this tool: https://mdtraj.org/1.9.3/api/generated/mdtraj.reporters.DCDReporter.html#:~:text=Either%20an%20open%20DCDTrajectoryFile%20object,to%20save%20the%20trajectory%2...
by Daniel Konstantinovsky
Wed Apr 21, 2021 3:57 pm
Forum: OpenMM
Topic: saving frames every 0.5 fs
Replies: 2
Views: 66

Re: saving frames every 0.5 fs

Oh ok I see. I will set it to 1 then and just make the timestep 0.5 fs. I thought it wanted the time not the number of steps. Thank you!
by Daniel Konstantinovsky
Wed Apr 21, 2021 3:09 pm
Forum: OpenMM
Topic: saving frames every 0.5 fs
Replies: 2
Views: 66

saving frames every 0.5 fs

I need to run a short flexible water trajectory with a timestep of 0.5 fs and save configurations for each timestep. I am getting this error traceback (below). Something about saving every 0.5 fs is bothering OpenMM. Is there a way to get around this? I have no problems if the saving frequency is 1....
by Daniel Konstantinovsky
Fri Apr 16, 2021 1:27 pm
Forum: OpenMM
Topic: flexible water models
Replies: 4
Views: 97

Re: flexible water models

Oh ok, I understand. It seems like AMOEBA is a better choice for protein containing systems with flexible water, but AMBER + flexible water may be useful for trial runs, etc.