afarnudi / VirtualCellModel

GNU General Public License v3.0
1 stars 1 forks source link

The Virtual Cell Model

The Virtual Cell Model (VCM) software package is a Molecular Dynamics (MD) simulation software. The core concept of VCM is to get particle coordinates and the potentials between them and solve Newton's equations to calculate the dynamics of the system.

VCM's design focuses on simulating linear chains of particles (such as long polymers), particles on 2D triangular meshes (vesicles), and particles on 3D Meshes (solid objects). The combination of these inputs can be used to build any general system for simulation porpuses. With OpenMM as the engine, VCM can fully utilise the resources of the host machine (Multiple CPU cores and/or GPUs). Please visit the VCM website for more information.

Download and install

Required softwares:

openMM

Boost

Step 1: Clone.

Step 2: Change directory to VirtualCellModel and make the project.

cd VirtualCellModel
make -j4

Please visit our installation page for more information.