Skip to content

A set of tools for analyzing molecular dynamics simulations

License

Notifications You must be signed in to change notification settings

m3g/MolSimToolkit.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Dev Tests Aqua QA

MolSimToolkit

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")
using PDBTools