Search found 22 matches

by Michael Schauperl
Tue Jan 28, 2014 8:11 am
Forum: OpenMM
Topic: Density problem with Amoeba
Replies: 4
Views: 204

Density problem with Amoeba

Hi, I got a problem by simulating peptides and proteins with the Amoeba FF. If i start with a minimizied structure (density close to 1) and then heat my system up with a ramp the density decrease to a value of 0.7 and after a while reach a value of 0.95 to 0.98. I am quite sure that this density is ...
by Michael Schauperl
Thu Nov 21, 2013 10:55 pm
Forum: OpenMM
Topic: CudaDevice is always 0
Replies: 10
Views: 476

Re: CudaDevice is always 0

Hi Peter, Thanks for the quick response. I also tried CudaDeviceIndex but the same problem occured. I can set it to 20 and it is still running on the first gpu. I also tried to set device with OpenMM command. With the same result. So it seems that it is still ignoring this variable. Actually i found...
by Michael Schauperl
Thu Nov 21, 2013 3:24 am
Forum: OpenMM
Topic: CudaDevice is always 0
Replies: 10
Views: 476

CudaDevice is always 0

Hi, I have another problem running the OpenMM. I have two gpus in every machine and OpenMM was not able to decide which gpu is free and always tried to run the job on the first gpu. If a program already runs on the first gpu OpenMM is terminated. As i understood from the Python API i can force OpenM...
by Michael Schauperl
Fri Oct 25, 2013 5:08 am
Forum: OpenMM
Topic: Print dipol vectors
Replies: 27
Views: 1521

Re: Print dipol vectors

Hi again. Thanks for fixing the bug. I have another questions concerning simulations with amoeba and pbc. At the start of every simulation i got a lot of warning like this: /opt/rh/python27/root/usr/lib64/python2.7/site-packages/simtk/openmm/app/internal/pdbstructure.py:504: UserWarning: WARNING: du...
by Michael Schauperl
Thu Oct 24, 2013 4:03 am
Forum: OpenMM
Topic: Print dipol vectors
Replies: 27
Views: 1521

Re: Print dipol vectors

Thanks for your help so far. I am not sure what that third argument
std::vector<(Vec3,std::allocator<(Vec3)>)> dipoles
should be and how i define it.

Thanks for your help again.

Michael
by Michael Schauperl
Mon Oct 21, 2013 2:06 am
Forum: OpenMM
Topic: Print dipol vectors
Replies: 27
Views: 1521

Re: Print dipol vectors

That was exactly what i meant. Thanks for the quick response. I just tried to do what you suggested to print out the dipol vectors, but i am not sure if i am doing everything in a sensible way. Can you explain how i create a AmoebaMultipoleForce object in a sensible way. so what arguments i have to ...
by Michael Schauperl
Fri Oct 18, 2013 12:51 am
Forum: OpenMM
Topic: Print dipol vectors
Replies: 27
Views: 1521

Re: Print dipol vectors

Hi Peter,

Thanks for including that feature. Unfortunately i was quite busy this week, so i wasn't able to try.
I will try it as soon as possible.
But a second question occured this week. Is it possible to add a charge plasma or a background charge grid to a OpenMM simulation?

Michael
by Michael Schauperl
Fri Oct 11, 2013 5:47 am
Forum: OpenMM
Topic: CUDA Problem using the AMOEBA FF
Replies: 5
Views: 295

Re: CUDA Problem using the AMOEBA FF

Hi Peter,

I am using the binary distribution.
if i am using the command
Platform.loadPluginsFromDirectory(Platform.getDefaultPluginsDirectory())
the Amoeba Cuda package is loaded.
by Michael Schauperl
Fri Oct 11, 2013 1:32 am
Forum: OpenMM
Topic: Print dipol vectors
Replies: 27
Views: 1521

Re: Print dipol vectors

Hi Peter,

If you can provide some details on that for me, it would be great and i give it a go.

Thanks
by Michael Schauperl
Thu Oct 10, 2013 4:33 am
Forum: OpenMM
Topic: Print dipol vectors
Replies: 27
Views: 1521

Print dipol vectors

Hi,

I just started using OpenMM and would need some help by setting up easy things.
Can you tell me how i can set up a reporter who is writing my the induced dipol moments(Amoeba) of an atom every x steps?

Thanks,

Michael