From 171631721290cd8ba418d962f7ed52af79fa5d9b Mon Sep 17 00:00:00 2001 From: bpuchala Date: Thu, 17 Aug 2023 17:05:38 -0400 Subject: [PATCH] doc fix --- python/src/composition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/composition.cpp b/python/src/composition.cpp index 5176669..67598c0 100644 --- a/python/src/composition.cpp +++ b/python/src/composition.cpp @@ -79,7 +79,7 @@ PYBIND11_MODULE(_composition, m) { - ``b = site_index / volume`` - ``volume = len(occupation) / len(allowed_occs)`` - - This definition is consistent with the occupation vector begin organized + - This definition is consistent with the occupation vector being organized in sublattice blocks: ::