MolSimToolkit.jl
MolSimToolkit.jl provides a set of tools to analyse molecular dynamics simulations, and a framework for the development of custom analysis tools.
Installation
import Pkg; Pkg.add("MolSimToolkit")
Using
using MolSimToolkit
Recommended
Also install PDBTools
:
import Pkg; Pkg.add("PDBTools")
import PDBTools