This repository contains Jupyter Notebooks and simulation data for reproducing the work of the scientific paper Coarse-grained Model of Titrating Peptides Interacting with Lipid Bilayers, DOI:10.1063/1.5058234.
Simulate.ipynb
Jupyter Notebook to launch Wang–Landau Monte Carlo simulations using FaunusAAdensity.ipynb
Jupyter Notebook to calculate and plot cross-sectional 2D density distributions from all-atom trajectoriesCGdensity.ipynb
Jupyter Notebook to calculate and plot cross-sectional 2D density distributions from coarse-grained trajectoriesTrain.ipynb
Jupyter Notebook to train the continuum model against coarse-grained free energy valuesMap.ipynb
Jupyter Notebook to map all-atom models onto the coarse-grained modelPMFs.ipynb
Jupyter Notebook to plot PMFs of membrane translocation of mono-, di-, and tripeptidesallatom/
Gromacs MD simulation data on the translocation of basic amino acids across lipid bilayerscoarsegrained/
Faunus simulation data on the translocation of basic amino acids cross lipid bilayers
To open the Notebooks, install python via Miniconda and make sure all required packages are loaded by issuing the following terminal commands
conda env create -f environment.yml
source activate pepmem
jupyter-notebook