You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
loadleveller
2
2
============
3
3
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
+
4
7
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.
5
8
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.
0 commit comments