Search found 22 matches
- Sun Jul 07, 2013 11:01 am
- Forum: OpenMM
- Topic: A precise definition of pi-pi stacking?
- Replies: 0
- Views: 764
A precise definition of pi-pi stacking?
I've been looking up how to confirm Pi-Pi interactions are happening in my simulations and if so what percentage they are occurring in the simulation. I found this: http://www.schrodinger.com/kb/1556 Which states:"Pi-pi stacking: A pi-pi interaction is defined as an interaction between two aromatic ...
- Sat Apr 20, 2013 1:37 am
- Forum: OpenMM
- Topic: Support for implicit water for organic molecules?
- Replies: 5
- Views: 764
Re: Support for implicit water for organic molecules?
Hi Peter, sorry for not being clear on this, i meant implicit water. In amber you only can create a Born implicit water model with sander during the simulation process, which is not included in the free ambertools12. What I need to do is load the inpcrd and prmtop files into OpenMM and have it run i...
- Wed Apr 17, 2013 10:22 pm
- Forum: OpenMM
- Topic: Support for implicit water for organic molecules?
- Replies: 5
- Views: 764
Support for implicit water for organic molecules?
Currently the only way I know how to simulate organic non-standard molecules is to use AMBER to make the inpcrd and prmtop with a box of explicit solvent.
Anyway to solvate them implicitly?
Thanks! -Jonathan
Anyway to solvate them implicitly?
Thanks! -Jonathan
- Wed Apr 17, 2013 11:01 am
- Forum: OpenMM
- Topic: Support for octahedral periodic boundary conditions?
- Replies: 1
- Views: 259
Support for octahedral periodic boundary conditions?
Doesn't seem like it is supported yet, any plans on supporting it in the future?
Thanks, Jonathan
Thanks, Jonathan
- Wed Apr 17, 2013 10:59 am
- Forum: OpenMM
- Topic: Calculating Average Structure
- Replies: 3
- Views: 606
Re: Calculating Average Structure
I see what you mean, that obviously didn't work, I didn't think about rotation, silly me. I was looking into other programs solutions and they all seem the same, they just average the coordinates. This surprises me because of all this linear algebra/complex math used in the simulations it at least s...
- Mon Mar 25, 2013 8:55 pm
- Forum: OpenMM
- Topic: Calculating Average Structure
- Replies: 3
- Views: 606
Calculating Average Structure
I want to find the average structure of triphenylmethanol in water from a simulation I have done. Am I right to assume that the functions "ThreeParticleAverageSite()" and "TwoParticleAverageSite" are the ones I am looking for? What about atoms that are connected to four atoms? I've looked at 21.4 Vi...
- Fri Feb 15, 2013 2:27 pm
- Forum: OpenMM
- Topic: OpenMM 5.0 does not calculate
- Replies: 5
- Views: 655
Re: OpenMM 5.0 does not calculate
There are 4 cl.exe's. I put all of their locations in PATH. I still get the same problem. Here is the error with echoed PATH and nvcc from console, everything seems to be recognized: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Unknown>...
- Fri Feb 15, 2013 12:59 pm
- Forum: OpenMM
- Topic: OpenMM 5.0 does not calculate
- Replies: 5
- Views: 655
Re: OpenMM 5.0 does not calculate
Hi Peter,
I have VS 2010 and 2012 installed already.
Based on the error I thought maybe if i put the folder location of cl.exe in PATH it would work so i did "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin" but it still doesn't work.
Thanks.
I have VS 2010 and 2012 installed already.
Based on the error I thought maybe if i put the folder location of cl.exe in PATH it would work so i did "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin" but it still doesn't work.
Thanks.
- Fri Feb 15, 2013 2:58 am
- Forum: OpenMM
- Topic: OpenMM 5.0 does not calculate
- Replies: 5
- Views: 655
OpenMM 5.0 does not calculate
I tested my newly installed OpenMM 5.0 by running testInstallation.py. I have a CUDA and OpenCl gpu, the OpenCl runs fine but CUDA gives an error. This is also a problem because when I run simulations it automatically runs the CUDA code, I do have CUDA installed. C:\sim>python 2cBenzene.py Traceback...
- Fri Feb 15, 2013 2:53 am
- Forum: OpenMM
- Topic: Problem with molecule going out of water box
- Replies: 5
- Views: 864
Re: Problem with molecule going out of water box
Yes was running 4.1, will be updating to 5.0 to see how it changes the output, thank you!