Search found 63 matches

by lewis martin
Tue Jul 17, 2018 11:15 pm
Forum: OpenMM
Topic: How best to regulate temperature during aMD?
Replies: 2
Views: 228

How best to regulate temperature during aMD?

Hi all, I noticed that with the same system (4x4x4nm of water), same boost parameters (both E and alpha), that NAMD and OpenMM give different temperatures. Specifically, the AMDIntegrator results in a temp of about 325K, whereas NAMD stays at 300K. Adding an Andersen thermostat (since i wasn't sure ...
by lewis martin
Tue Jun 19, 2018 6:12 pm
Forum: OpenMM
Topic: Reporting subsets of the potential energy (i.e. dihedrals)
Replies: 2
Views: 232

Reporting subsets of the potential energy (i.e. dihedrals)

Hi all, Is it possible to report or access the value of a subset of the potential energy function, dihedrals for example? I tried a couple of things - The PeriodicTorsionForce or CustomTorsionForce dont have a getPE (?) method, and the reporter functions only have total potentialEnergy. This value i...
by lewis martin
Wed Jun 06, 2018 4:26 pm
Forum: OpenMM
Topic: Running metadynamics in OpenMM
Replies: 2
Views: 262

Re: Running metadynamics in OpenMM

Great, thanks Peter. Ill post back here with some code one day when it's finished.
by lewis martin
Wed Jun 06, 2018 4:04 pm
Forum: OpenMM
Topic: Running metadynamics in OpenMM
Replies: 2
Views: 262

Running metadynamics in OpenMM

Hi all, I'm interested in experimenting with metadynamics natively within OpenMM. There was a discussion about this ( https://github.com/pandegroup/openmm/issues/1796 ) that resulted in the CustomCVForce, but I haven't found an example to read through. If I understand this correctly, metadynamics ca...
by lewis martin
Wed May 09, 2018 6:57 pm
Forum: OpenMM
Topic: Does minimizeEnergy work across the PBC?
Replies: 1
Views: 123

Does minimizeEnergy work across the PBC?

Hi all, I have a pre-equilibrated cell, to which I added a ligand that dips over the edge of the cell, forming bad contacts with water. minimizeEnergy() is unable to remove the contacts - does this function work across the boundary? It can be fixed by increasing the z direction of the PBC (and recov...
by lewis martin
Thu Apr 26, 2018 2:44 am
Forum: OpenMM
Topic: Advice implementing this restraint
Replies: 2
Views: 182

Re: Advice implementing this restraint

cheers Peter!
Didn't know about the customcentroidbondforce. Ive implemented this and will watch and wait for explosions. Another possible restraint Ill try is a cylinder encompassing the interface, like k*(max(0, (x-x0)^2+(y-y0)^2-150)). Thanks!
by lewis martin
Wed Apr 25, 2018 5:56 pm
Forum: OpenMM
Topic: Advice implementing this restraint
Replies: 2
Views: 182

Advice implementing this restraint

Hi all, I'm hoping for some advice on how to implement some restraints. I have a protein with five-fold axial symmetry (ion channel with five subunits). I have a ligand that binds at the interface of two of any of the subunits. I'd like to have restraining walls that go through each subunit, restrai...
by lewis martin
Fri Mar 16, 2018 6:56 pm
Forum: OpenMM
Topic: Set of atoms matches, but bnonds are different - how are bonds determined from PDB
Replies: 7
Views: 197

Re: Set of atoms matches, but bnonds are different - how are bonds determined from PDB

Looks like the last error is just because ChimeraX doesn't write CONECT records properly - leaves some atoms in a residue unbonded. Tested PyMol and it is the same, also the same with MDAnalysis which has a 'guess_bonds' function. But I guess the real issue is that CONECT records don't make sense wh...
by lewis martin
Fri Mar 16, 2018 5:40 pm
Forum: OpenMM
Topic: Set of atoms matches, but bnonds are different - how are bonds determined from PDB
Replies: 7
Views: 197

Re: Set of atoms matches, but bnonds are different - how are bonds determined from PDB

OK so ChimeraX will write CONECT records if you just open and save again as pdb. But there are some other idiosyncrasies: - OpenMM won't load PDB's (using amber forcefield) with more than 99,999 atoms - after this, CHARMM-GUI writes '*****' as atom index, VMD includes letters, and OpenMM expects int...