From a9e817414f06f1e93276b14029b7dfac4a9193b0 Mon Sep 17 00:00:00 2001 From: Lukas Weber <49278367+lukas-weber@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:39:50 -0400 Subject: [PATCH] fix rst typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f7381d0..30499c5 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ loadleveller ============ -**Notice: Consider using `Carlo.jl `, an updated Julia framework that does something very similar to this project. This older C++ code is provided without maintenance or support for interested people who are unable to use Julia. Feel free to fork!** 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.