开发者

Which physical open source simulation methods worth to port to GPU

开发者 https://www.devze.com 2022-12-23 02:04 出处:网络
I am writing a report, and I would like to know, in your opinion, which open source physical simulation me开发者_Python百科thods (like Molecular Dynamics, Brownian Dynamics, etc) and not ported yet, w

I am writing a report, and I would like to know, in your opinion, which open source physical simulation me开发者_Python百科thods (like Molecular Dynamics, Brownian Dynamics, etc) and not ported yet, would be worth to port to GPU or another special hardware that can potentially speedup the calculation.

Links to the projects would be really appreciated.

Thanks in advance


Any physical simulation technique, be it finite difference, finite element, or boundary element, could benefit from a port to GPU. Same for Monte Carlo simulations of financial models. Anything that could use that smoking floating point processing, really.


I am currently working on quantum chemistry application on GPU. as far as I am aware, quantum chemistry is one of most demanding areas, in terms of total cpu time. there has been a number of papers regarding GPU and quantum chemistry, you can research those.

As far as methods, all of them are open source. are you asking about particular program? Then you can look at pyquante or mpqc. for molecular dynamics, look at hoomd. you can also Google QCD on GPU.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号