Skip to content

Commit b4dfc05

Browse files
committed
README: add note about maintenance
1 parent 0c3c16c commit b4dfc05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
loadleveller
22
============
33

4+
**Notice: Consider using `Carlo.jl <https://github.com/lukas-weber/Carlo.jl`, an updated Julia framework that does something very similar to this project.
5+
This older C++ code is provided without maintenance or support for interested people who are unable to use Julia. Feel free to fork!**
6+
47
loadleveller is a C++ framework for creating MPI distributed Monte Carlo simulations. It takes care of data storage and error handling and other functionalities common to all MC codes. The only thing you have to implement is the actual update and measurement code.
58
It uses HDF5 and YAML as data storage formats and provides a python package containing helpers for launching jobs and accessing the results of simulations.
69

0 commit comments

Comments
 (0)