Search found 23 matches

by Joe Napoli
Thu Jun 22, 2017 12:07 pm
Forum: OpenMM
Topic: Error when retrieving a State from RPMDIntegrator?
Replies: 3
Views: 152

Re: Error when retrieving a State from RPMDIntegrator?

Hi Peter,

It is with version 7.1.1 installed via conda:

Code: Select all

# packages in environment at /cstor/stanford/tem26/users/jnapoli/anaconda:
#
openmm                    7.1.1                    py27_0    omnia
-Joe
by Joe Napoli
Thu Jun 22, 2017 11:52 am
Forum: OpenMM
Topic: Error when retrieving a State from RPMDIntegrator?
Replies: 3
Views: 152

Error when retrieving a State from RPMDIntegrator?

Hello, I'd like to report an error I encounter when using the RPMDIntegrator in the latest version of OpenMM. When I call getState() on the RPMDIntegrator I receive the following error: Traceback (most recent call last): File "run-dynamics.py", line 135, in <module> state = simulation.integrator.get...
by Joe Napoli
Mon Dec 12, 2016 12:38 am
Forum: OpenMM
Topic: simtk.testInstallation produces segfault
Replies: 3
Views: 174

Re: simtk.testInstallation produces segfault

Hi Peter, Thanks for getting back to me. OPENMM_CUDA_COMPILER is set to /global/software/Core/CUDA/7.5.18/bin/nvcc I am running on Stanford's Xstream cluster, which I believe is configured with Nvidia Tesla K80 GPUs. As far as I can tell, I only have one copy of openmm on the system (installed via c...
by Joe Napoli
Wed Dec 07, 2016 2:39 pm
Forum: OpenMM
Topic: simtk.testInstallation produces segfault
Replies: 3
Views: 174

simtk.testInstallation produces segfault

Hello, I am puzzled by the following error I receive when testing my OpenMM installation: There are 4 Platforms available: 1 Reference - Successfully computed forces 2 CPU - Successfully computed forces 3 CUDA - Successfully computed forces Segmentation fault (core dumped) I installed the latest ver...
by Joe Napoli
Thu Nov 17, 2016 11:26 am
Forum: OpenMM
Topic: Using the PLUMED plugin with OpenMM
Replies: 3
Views: 210

Re: Using the PLUMED plugin with OpenMM

Hi Peter,

Can this be done within a Python script?

Thanks,
Joe
by Joe Napoli
Mon Nov 14, 2016 3:16 pm
Forum: OpenMM
Topic: Using the PLUMED plugin with OpenMM
Replies: 3
Views: 210

Re: Using the PLUMED plugin with OpenMM

Ah, perfect, sorry I missed that. Thanks, Peter!

-Joe
by Joe Napoli
Mon Nov 14, 2016 1:31 pm
Forum: OpenMM
Topic: Using the PLUMED plugin with OpenMM
Replies: 3
Views: 210

Using the PLUMED plugin with OpenMM

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
by Joe Napoli
Tue Feb 09, 2016 1:25 pm
Forum: OpenMM
Topic: Running a small molecule using CHARMM ff and explicit H2O
Replies: 3
Views: 356

Re: Running a small molecule using CHARMM ff and explicit H2

Hi Peter,

I am able to do that currently to run a gas phase simulation or a simulation in implicit solvent, but would I be able to load the charmm files directly, solvate the molecule, and run the simulation in explicit water (using e.g. TIP4P)?

Thank you!
Joe
by Joe Napoli
Mon Feb 08, 2016 2:44 pm
Forum: OpenMM
Topic: Running a small molecule using CHARMM ff and explicit H2O
Replies: 3
Views: 356

Running a small molecule using CHARMM ff and explicit H2O

Hi, I would like to simulate a small molecule with explicit solvent in OpenMM. I have created CHARMM force field files using CGenFF: https://cgenff.paramchem.org/ . My question is whether it is possible to straightforwardly solvate this molecule and simulate it using an arbitrary explicit water mode...
by Joe Napoli
Mon Jan 12, 2015 4:25 pm
Forum: OpenMM
Topic: Combining NonbondedForce and CustomNonbondedForce
Replies: 4
Views: 249

Re: Combining NonbondedForce and CustomNonbondedForce

Apologies, the website wouldn't allow me to attach my script and the structure pdb as well. Here is the python script. I can email the pdb file if you'd like to run it. Thank you, Joe run.py from __future__ import print_function from simtk.openmm import * from simtk.openmm.app import * from simtk.un...