Skip to content

Instantly share code, notes, and snippets.

@jinalee314
jinalee314 / install_plumed2.8_lammps.sh
Last active January 13, 2026 00:48
Install DeePMD-kit, PLUMED (v2.8.2), and LAMMPS (stable_2Aug2023_update3)
## Works for Della cluster at Princeton University as of 6/27/2024
ssh della-vis1 # use for installation
cd /directory-to-download-your-source-code-to/
## DeePMD-kit installation
git clone https://github.com/deepmodeling/deepmd-kit.git deepmd-kit-new # can choose folder name
cd deepmd-kit-new

Markdown and reStructuredText

GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as things like automatic generation of tables of contents.