Skip to content

julia code to simulate a simple molecular dynamics models

License

Notifications You must be signed in to change notification settings

addschile/ToyModelsMD.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToyModelsMD.jl

A small Julia package to simulate molecular dynamics of toy models such as a single particle in the M"{u}ller-Brown potential.

Installation

As always the installation of Julia packages is quite simple, just open a REPL and follow these instructions

julia> ]
pkg> add https://github.com/addschile/ToyModelsMD.jl.git

and you should be all set. For MPI capabilities it is straightforward on a personal computer, the package manager should set you up just fine, but if you're using this package in an HPC environment, it is always recommended you follow the specific instructions for configuring an MPI build here.

Examples

Coming soon!

Extensions

I've done my best to make this package usable as a playground for developing new algorithms in molecular dynamics for enhanced sampling of configurations or of trajectories. If you (yes you) have any ideas you'd like to contribute, go for it and let me know how it works out!

About

julia code to simulate a simple molecular dynamics models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published