Search found 102 matches

by Lee-Ping Wang
Tue Nov 05, 2013 7:26 am
Forum: OpenMM
Topic: Water collapse in simulation
Replies: 4
Views: 742

Re: Water collapse in simulation

Hi Brian, If you look near the middle of the ball, are the molecules overlapping (more precisely, do any intermolecular distances drop below 1.4 angstrom or so)? I'm curious about whether certain interaction terms are missing which would cause unphysical geometries to appear. Also, if you could prin...
by Lee-Ping Wang
Tue Nov 05, 2013 7:16 am
Forum: OpenMM
Topic: Announcing OpenMM command
Replies: 4
Views: 550

Re: Announcing OpenMM command

In response to your posted issue, Robert just implemented some changes that improves compatibility with Python 2.6. It seems the argparse module is needed to get everything to work, which you pointed out can be installed using this command: pip install argparse Thanks for telling us about this, and ...
by Lee-Ping Wang
Fri Nov 01, 2013 9:47 pm
Forum: OpenMM
Topic: Water collapse in simulation
Replies: 4
Views: 742

Re: Water collapse in simulation

Hi Brian,

Your scripts look fine to me. How tight is the ball of solvent? Can you post a screenshot?

Thanks,

- Lee-Ping
by Lee-Ping Wang
Wed Oct 30, 2013 5:17 pm
Forum: OpenMM
Topic: Announcing OpenMM command
Replies: 4
Views: 550

Announcing OpenMM command

Hi everyone, We'd like to announce the OpenMM command - a way for users to run an OpenMM simulation without writing a script. It is analogous to packages such as grompp/mdrun in GROMACS or tleap/pmemd in AMBER. A few features: - Sets up your system starting from coordinates and force field. - Config...
by Lee-Ping Wang
Thu Jul 25, 2013 12:07 pm
Forum: OpenMM
Topic: Amoeba Parameters for small molecules
Replies: 4
Views: 800

Re: Amoeba Parameters for small molecules

The answer is yes, but you actually need to be able to set up the simulation in TINKER. If you have custom molecules that aren't in the TINKER "params" directory, the correct way to do this is using a TINKER .key file (and optionally a .prm file). As long as you can run the simulation in TINKER, you...
by Lee-Ping Wang
Tue Jul 23, 2013 10:24 pm
Forum: OpenMM
Topic: Amoeba Parameters for small molecules
Replies: 4
Views: 800

Re: Amoeba Parameters for small molecules

Hi Karan, Thank you for asking your question. The functionality that you need is in the OpenMM - TINKER interface, which is available for download from the website. If you have already successfully compiled the OpenMM-accelerated TINKER software, it should automatically generate the System XML file ...
by Lee-Ping Wang
Wed Feb 20, 2013 11:12 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Question about qdata.txt file and force matching
Replies: 19
Views: 2417

Re: Question about qdata.txt file and force matching

No problem, I'm glad the script worked! Still, it's very weird that VMD would not recognize such a simple function as "min". The bigger MM forces could be caused by using the LJ functional form, since it's too sharp in the repulsive region. You can try the Buckingham interaction as an alternative. T...
by Lee-Ping Wang
Wed Feb 20, 2013 10:40 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Question about qdata.txt file and force matching
Replies: 19
Views: 2417

Re: Question about qdata.txt file and force matching

Hahahaha, I laughed out loud from that picture. :lol: There are two options for making this work: On line 82, I have no idea why the "min" command doesn't work, but it's not important and you can try replacing it with this expression: set radius [expr 0.1 * [veclength $vec]] On line 122, the "consta...
by Lee-Ping Wang
Wed Feb 20, 2013 10:15 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Question about qdata.txt file and force matching
Replies: 19
Views: 2417

Re: Question about qdata.txt file and force matching

If you're not using Linux, one possibility is that different operating systems can use different characters to indicate the end of a line. Linux uses \n, whereas Mac OS uses \r and Windows uses \r\n. Can you open the script in a text editor, and look at the script with "cat", and let me know if anyt...
by Lee-Ping Wang
Wed Feb 20, 2013 10:09 am
Forum: ForceBalance : Automatic Optimization of Force Fields and Empirical Potentials
Topic: Question about qdata.txt file and force matching
Replies: 19
Views: 2417

Re: Question about qdata.txt file and force matching

Hmm, that's very weird .. Are you running on Windows or Mac OS? I'm running on Linux.

In any case, the command "min" only appears on line 82 in my script. Try commenting out that line. You will get oversized arrowheads for tiny arrows, but it might work. :D