Search found 102 matches

by Lee-Ping Wang
Wed Feb 26, 2014 9:28 am
Forum: OpenMM
Topic: GRO file format parser in Python
Replies: 4
Views: 388

Re: GRO file format parser in Python

Cool. May I ask which tool this is?

If I recall correctly, .top is not a fixed with format and there are no indentation issues, but there are many more places things could go wrong.
by Lee-Ping Wang
Tue Feb 25, 2014 10:36 pm
Forum: OpenMM
Topic: GRO file format parser in Python
Replies: 4
Views: 388

Re: GRO file format parser in Python

Hi Tobias, Thanks for pointing this out. I implemented the GRO file parser and there could be an issue with it, but in this case I think it's working properly. I think what's happening is that the residue number is usually right-indented while the residue name is usually left-indented so it looks li...
by Lee-Ping Wang
Sat Feb 22, 2014 9:06 am
Forum: OpenMM
Topic: OpenMM 6.0
Replies: 4
Views: 458

Re: OpenMM 6.0

Great! Props for all of the good code and hard work! :)
by Lee-Ping Wang
Tue Feb 11, 2014 7:26 am
Forum: OpenMM
Topic: CudaDevice is always 0
Replies: 10
Views: 422

Re: CudaDevice is always 0

I'm glad it's working now. :)
by Lee-Ping Wang
Thu Jan 30, 2014 9:14 am
Forum: OpenMM
Topic: Density problem with Amoeba
Replies: 4
Views: 182

Re: Density problem with Amoeba

Hi Michael, It's good to hear that things might be working now. I understand it's a lot slower now but at least it's not running in double precision. :) Here's a quote from Jay Ponder discussing convergence criteria: >> A remaining decision is the level of convergence we should adopt as a >> standar...
by Lee-Ping Wang
Tue Jan 28, 2014 5:37 pm
Forum: OpenMM
Topic: nvidia Titan
Replies: 2
Views: 704

Re: nvidia Titan

Hi Kevin,

My experience has been that the Titan is quite a bit faster than the Keplers, and there have been no problems at all with simulation accuracy. Since the Titan is also cheaper, I personally think it's the way to go.

Thanks,

- Lee-Ping
by Lee-Ping Wang
Tue Jan 28, 2014 5:36 pm
Forum: OpenMM
Topic: CudaDevice is always 0
Replies: 10
Views: 422

Re: CudaDevice is always 0

Hi Martin,

Looking at your script, you set the properties dictionary, but I think you need to use it when creating the Simulation object. Something like:

simulation = Simulation(topology, system, integrator, platform, properties).

Thanks,

- Lee-Ping
by Lee-Ping Wang
Tue Jan 28, 2014 5:34 pm
Forum: OpenMM
Topic: Density problem with Amoeba
Replies: 4
Views: 182

Re: Density problem with Amoeba

Hi Michael, Thanks for your question. I can see a few things in your script that you can modify to troubleshoot the problem: 1) Try a time step of 0.5 fs. Due to the flexible bonds, a 1.0 fs simulation corresponds to artificial heating of about 10 degrees. 2) Try setting mutualInducedTargetEpsilon t...
by Lee-Ping Wang
Wed Nov 20, 2013 2:38 am
Forum: OpenMM
Topic: Announcing OpenMM command
Replies: 4
Views: 322

Re: Announcing OpenMM command

Not sure - I'll ask Robert. I've always used argparse as a default.
by Lee-Ping Wang
Tue Nov 05, 2013 7:27 am
Forum: OpenMM
Topic: Custom force problems
Replies: 4
Views: 212

Re: Custom force problems

Hi there,

We did get a CHARMM license just a few months back. :)

- Lee-Ping