MolSimToolkit.jl

A set of tools for analyzing molecular dynamics simulations
Author m3g
Popularity
9 Stars
Updated Last
2 Months Ago
Started In
April 2023

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