Search found 11 matches

by Ommair Ishaque
Sun May 17, 2020 9:02 pm
Forum: OpenMM
Topic: Standalone FORTRAN program for potential energy and forces
Replies: 4
Views: 283

Re: Standalone FORTRAN program for potential energy and forces

Hi Peter, 1) Yes basically I want to do integration using openmm because mycode can do force and energy calculation. Mycode can also handle rigid body dynamics using quanternions. Is it possible in openmm? 2) Second thing I would like to cross check mycode forces, so it will be great to if openmm ca...
by Ommair Ishaque
Tue May 05, 2020 2:36 pm
Forum: OpenMM
Topic: Standalone FORTRAN program for potential energy and forces
Replies: 4
Views: 283

Standalone FORTRAN program for potential energy and forces

Hi, I have written fortran 90 program for calculation of potential energies and forces. I have test it in my MD code written locally. Now I want to perform MD using openmm using my program for potential energies and forces. Potential energy function I am using is develop for water simulation only an...
by Ommair Ishaque
Fri May 01, 2020 2:37 pm
Forum: OpenMM
Topic: running HelloArgonFortran
Replies: 1
Views: 76

running HelloArgonFortran

Hi All, I am trying to run HelloArgonFortran but after successful compilation I am getting following error. Can anyone guide how to resolve it I am doing it in following way make ./HelloArgonInFortran ./HelloArgonInFortran: error while loading shared libraries: libOpenMM.so: cannot open shared objec...
by Ommair Ishaque
Mon Mar 05, 2018 10:19 pm
Forum: OpenMM
Topic: Test custom nonbonded force
Replies: 2
Views: 160

Re: Test custom nonbonded force

Above mentioned is a test custom nonbonded force with two parameters. I am trying use it for tip4p water. Kindly guide me whether it is correct or not? And also I am not sure where to include charges of atoms? As you can see I have added three addparticle class for different atom interactions but no...
by Ommair Ishaque
Mon Mar 05, 2018 10:14 pm
Forum: OpenMM
Topic: Test custom nonbonded force
Replies: 2
Views: 160

Test custom nonbonded force

<ForceField> <AtomTypes> <Type name="tip4pew-O" class="OW" element="O" mass="15.99943"/> <Type name="tip4pew-H" class="HW" element="H" mass="1.007947"/> <Type name="tip4pew-M" class="MW" mass="0"/> </AtomTypes> <Residues> <Residue name="HOH"> <Atom name="O" type="tip4pew-O"/> <Atom name="H1" type="...
by Ommair Ishaque
Mon Mar 05, 2018 11:47 am
Forum: OpenMM
Topic: tabulated potential function
Replies: 1
Views: 139

tabulated potential function

Hi,

Can anyone guide me how to write my potential in tabulated form? I tried to read the openmm guide but it is not clear how to do this job.
by Ommair Ishaque
Sun Mar 04, 2018 10:21 pm
Forum: OpenMM
Topic: MPI simulations
Replies: 9
Views: 410

MPI simulations

Hi,

I just to know if I want to run my simulations on single node with multiple cores, do i have compile or install openmm in different way? If not is there a way run simulations on multiple nodes?
by Ommair Ishaque
Tue Feb 20, 2018 8:10 pm
Forum: OpenMM
Topic: weight factor in force field file
Replies: 4
Views: 144

Re: weight factor in force field file

I am attaching my potential energy form.
by Ommair Ishaque
Tue Feb 20, 2018 8:03 pm
Forum: OpenMM
Topic: weight factor in force field file
Replies: 4
Views: 144

Re: weight factor in force field file

Hi Peter, Is it compulsory to define weight factor in force field field? I have water with 5 virtual sites with known position and angles of all sites(total 8 sites)? As I mentioned in my previous post I have the functional form of the 3body potential energy which depends on the 5 parameters , and t...
by Ommair Ishaque
Tue Feb 20, 2018 9:14 am
Forum: OpenMM
Topic: weight factor in force field file
Replies: 4
Views: 144

weight factor in force field file

Hi, I have confusion in defining weight in force field file, what exactly weight is? I did read the http://docs.openmm.org/7.0.0/api-python/generated/simtk.openmm.openmm.OutOfPlaneSite.html but fail to understand fully. How do we calculate these weight factors for some simple molecule like water tip...