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