Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

Luthaf/Jumos.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jumos is deprecated!

This was a nice experiment, but the Julia language does not appear to be be the right language to use for this kind of code. I will not maintain this anymore.

Even if it is deprecated, most of the ideas behind Jumos are now part of my new molecular simulation code: lumol.

The code is still available if you want to read it, use it or do whatever you want with it.


Jumos is a Julia package for molecular simulation and analysis. This package is still in a very alpha stage of development, and even if it might already be used for simple simulations, it have NOT been tested in all the possibles cases. Moreover, the API can change at any time without any notice.

This package aims at being as extensible as possible. Every algorithm can be replaced and selected for each step. More than that, you can easily write new algorithms, and experiment with them.

Features

  • Use your own potentials simply by providing a function;
  • Develop new algorithms for molecular dynamic with ease;
  • Run dynamic molecular dynamic from the REPL;
  • Perform basic analysis of the run, and write your own analysis tools;
  • Read and analyse trajectories from previous run.

Getting started

Installation

Jumos needs the nighlty version (0.4) of Julia. Then, enter the following at the REPL:

julia> Pkg.add("Jumos")

julia> using Jumos # And then get started by importing the package

Documentation

The documentation is kindly hosted by ReadTheDocs. Many thanks to them !

First run

Their is a first run example in the documentation, and some other example scripts in the example folder.

License

All this code brought to you under the terms of the Mozilla Public License v2.0. The documentation is subject to CC-BY-SA license. By contributing to Jumos, you agree that your contributions are released under these licenses.

About

Julia toolbox for molecular simulations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages