Luthaf / Jumos.jl

Julia toolbox for molecular simulations
http://jumos.readthedocs.org/en/latest/
Other
23 stars 11 forks source link

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 Logo
Build Status Coverage Status Documentation Status Pkg evaluation

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

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.