py-MCMD: A Python Library for Performing Hybrid Monte Carlo - Molecular Dynamics Simulations with GOMC and NAMD

This Python code enables hybrid molecular dynamics/Monte Carlo (MD/MC) simulations using NAMD and the GPU Optimized Monte Carlo (GOMC) software. The Python code allows users to switch back and forth between the NAMD and GOMC simulation engines, with one (1) iteration of each NAMD and GOMC consisting of a cycle. The user programs the number of cycles and the number of NAMD and GOMC steps per cycle. Combining the MD/MC simulations allows the best of both types of simulations while minimizing the downsides, and in some cases, enabling simulations that were previously not feasible. This code allows the modification of the NAMD and GOMC control files, maximizing user flexibility and functionality.

This code distribution also contains the Concatenate DCD (CatDCD) software. The py-MCMD Python package consists of two (2) different licenses (Combined_Licenses), or they are available individually:

  • One (1) license is for the NAMD_GOMC hybrid Python code, which initiates and organizes the individual simulations.

    Download as NAMD_GOMC_license

    https://img.shields.io/badge/License-GPLv3-blue.svg
  • One (1) license is for the Concatenate DCD (CatDCD) software which is used to combine the DCD files produced by the py-MCMD Python package.

    Download as CatDCD_license