VMD-L Mailing List
From: René Hafner TUK (hamburge_at_physik.uni-kl.de)
Date: Fri Jun 10 2022 - 01:47:58 CDT
- Next message: Ashar Malik: "Re: simple script question"
- Previous message: michaelmorgan937_at_gmail.com: "simple script question"
- In reply to: Max Win: "GPU-accelerated MSD calculation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi Max,
for my use cases (N~10^13 frames) I did not see any need to
calculate MSD on GPU yet but to use a more efficient algorithm
rather than the standard of N^2 complexity:
you find a N*LOG(N) implementation in python numpy which could
be translated into tcl or
just get your particle trajectory to csv or any other format and use
the python code right away.
This can easily be parallelized e.g. by using pandas+pandarallel if
you want average over multiple molecules.
One could do the FFT on gpu but that may only be worth it for really
huge trajectory sizes (but I did not test this).
Kind regards
René
On 6/9/2022 7:20 PM, Max Win wrote:
> Dear users,
> Is there a way to calculate MSD with GPU acceleration on TCL scripts?
> Max
-- -- Dipl.-Phys. René Hafner TU Kaiserslautern Germany
- Next message: Ashar Malik: "Re: simple script question"
- Previous message: michaelmorgan937_at_gmail.com: "simple script question"
- In reply to: Max Win: "GPU-accelerated MSD calculation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]