Skip to content

Repository for storing simulation input files and analysis code for terphenyl simulations

License

Notifications You must be signed in to change notification settings

tlfobe/terphenyl_simulations

 
 

Repository files navigation

terphenyl_simulations

Repository for storing simulation input files and keeping track of changes to simulation inputs/parameters over time. This repo will primarily be used for running and analyzing Gromacs simulations on CU Boulder's Summit supercomputer. If additional submission scripts are needed, be sure to specify which super computer the submission script is written for (i.e. submit_remd_sim.bridges.slurm)

Installation

terphenyl_simulations can be installed over the included conda environment. If you don't have anaconda on your machine, you can install it here. First install the environment.yml file with:

$ conda env create -f environment_new.yml

Then activate that conda environment with:

$ conda activate ts_analysis

Now we can install terphenyl_simulations with:

$ pip install -e .

This installs a develop mode version of terphenyl_simulations, where changes to the package are reflected in the installed version. To install this package normally, please omit the -e flag.

About

Repository for storing simulation input files and analysis code for terphenyl simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.2%
  • Python 2.1%
  • Other 0.7%