Skip to content

MDToolbox.jl: A Julia package for molecular dynamics trajectories analysis and modeling of biomolecules

License

Notifications You must be signed in to change notification settings

matsunagalab/MDToolbox.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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