Search found 64 matches

by George Pantelopulos
Thu Dec 13, 2018 10:59 am
Forum: OpenMM
Topic: OpenMM 7.0 OpenCL memory errors
Replies: 3
Views: 378

Re: OpenMM 7.0 OpenCL memory errors

Hi Peter, For these systems 7.3 works just fine with OpenCL. 7.2.2 also works with OpenCL. The number of atoms is not apparently a problem (the result is the same both the 418,669-atom system I am trying to run and a 16,724-atom test system), suggesting the memory error is "unnatural". The error occ...
by George Pantelopulos
Wed Dec 12, 2018 12:17 pm
Forum: OpenMM
Topic: OpenMM 7.0 OpenCL memory errors
Replies: 3
Views: 378

OpenMM 7.0 OpenCL memory errors

Dear all, I am trying to run several systems in OpenMM 7.0 using the OpenCL platform on a GTX 1080 in ubuntu 16.0.4. The CUDA platform works perfectly well. This workstation has nvidia drivers version 396.54. After successfully constructing a system and a simulation, the same error is always given b...
by George Pantelopulos
Wed Oct 10, 2018 4:27 pm
Forum: OpenMM
Topic: Record xyz coordinates of one particle quickly?
Replies: 2
Views: 420

Re: Record xyz coordinates of one particle quickly?

Hi Peter,

Doing this with state.getPositions(asNumpy=True) is quite fast! I don't notice any loss in speed.

Thank you once again.
by George Pantelopulos
Tue Oct 09, 2018 11:32 pm
Forum: OpenMM
Topic: Record xyz coordinates of one particle quickly?
Replies: 2
Views: 420

Record xyz coordinates of one particle quickly?

Hi all, I'm doing umbrella sampling using a large system (~420,000 particles). I'd like to record the position of one particle representing the umbrella as efficiently and as frequently as possible. DCDReporter is quite slow for frequent writing, and I am not interested in frequently writing the pos...
by George Pantelopulos
Mon Sep 18, 2017 7:28 pm
Forum: OpenMM
Topic: Energy mismatch when identical particles belong to different types
Replies: 3
Views: 1453

Re: Energy mismatch when identical particles belong to different types

Hi Peter,

What a dumb mistake! Thank you so much for checking the script for me Peter, sorry this was such a dumb question.
by George Pantelopulos
Fri Sep 15, 2017 12:50 am
Forum: OpenMM
Topic: Energy mismatch when identical particles belong to different types
Replies: 3
Views: 1453

Energy mismatch when identical particles belong to different types

Dear all, Currently I am trying to do something which involves setting many particles to individual types so that each particle can have unique cross-terms with other particles in a system. However, there seems to be an issue where if I create a type for each particle, even if the cross-terms for th...
by George Pantelopulos
Mon Sep 26, 2016 1:53 pm
Forum: OpenMM
Topic: Specific atom type pair nonboned forces in XML? (Interaction groups?)
Replies: 6
Views: 798

Re: Specific atom type pair nonboned forces in XML? (Interaction groups?)

Hi Peter, Oh, I see thank you very much for pointing that out for me! Fixing that bit of business Another question on using scripts in force field xml files, as must be done for pair-specific LJ interactions: *How do I add particles to the force based on their type as interpreted by templating? *How...
by George Pantelopulos
Sun Sep 25, 2016 5:02 pm
Forum: OpenMM
Topic: Specific atom type pair nonboned forces in XML? (Interaction groups?)
Replies: 6
Views: 798

Re: Specific atom type pair nonboned forces in XML? (Interaction groups?)

Dear Peter, I realize this might be a bit of a silly question to ask to revive this thread, but I'd been using the custom nonbonded forces with 2D tabulated functions successfully for this purpose, however I was using this for LJ particles I was initializing within a python script, and not as a forc...
by George Pantelopulos
Thu Sep 01, 2016 10:20 pm
Forum: OpenMM
Topic: Changing molecule force field during simulation?
Replies: 6
Views: 575

Re: Changing molecule force field during simulation?

Hi Peter,

I believe I have a pretty good idea of how to try this now -- thank you for the help!