Molecular modeling on GPUs

(Redirected from Molecular modeling on GPU)

Molecular modeling on GPU is the technique of using a graphics processing unit (GPU) for molecular simulations.[1]

Ionic liquid simulation on GPU (Abalone)

In 2007, NVIDIA introduced video cards that could be used not only to show graphics but also for scientific calculations. These cards include many arithmetic units (as of 2016, up to 3,584 in Tesla P100) working in parallel. Long before this event, the computational power of video cards was purely used to accelerate graphics calculations. What was new is that NVIDIA made it possible to develop parallel programs in a high-level application programming interface (API) named CUDA. This technology substantially simplified programming by enabling programs to be written in C/C++. More recently, OpenCL allows cross-platform GPU acceleration.

Quantum chemistry calculations[2][3][4][5][6][7] and molecular mechanics simulations[8][9][10] (molecular modeling in terms of classical mechanics) are among beneficial applications of this technology. The video cards can accelerate the calculations tens of times, so a PC with such a card has the power similar to that of a cluster of workstations based on common processors.

GPU accelerated molecular modelling software

Programs

API

  • BrianQC – has an open C level API for quantum chemistry simulations on GPUs, provides GPU-accelerated version of Q-Chem and PSI
  • OpenMM – an API for accelerating molecular dynamics on GPUs, v1.0 provides GPU-accelerated version of GROMACS
  • mdcore – an open-source platform-independent library for molecular dynamics simulations on modern shared-memory parallel architectures.

Distributed computing projects

See also

References

External links