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

Repository files navigation

Stable Dev Tests Aqua QA

MolSimToolkit

This package provides functions to analyze molecular dynamics simulations, and a framework for the development of custom analysis tools.

It is currently on very early development stage.

Installation

import Pkg; Pkg.add(url="http://github.com/m3g/MolSimToolkit.jl")

Using

using MolSimToolkit

Recommended

Also install PDBTools:

import Pkg; Pkg.add("PDBTools")
import PDBTools