Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 921 Bytes

File metadata and controls

19 lines (15 loc) · 921 Bytes

MDToolbox.jl

Run tests

A Julia package for molecular dynamics trajectories analysis and modeling of biomolecules. Note that this package is continually under development.

Some functions have been ported into Julia from our old MATLAB/Octave toolbox https://github.com/ymatsunaga/mdtoolbox

Julia version 1.6 or later is required.

$ julia
julia> 
# enter the package mode by pressing ]
pkg> add MDToolbox
# return to the REPL mode by pressing BACKSPACE or DELETE
julia> using MDToolbox