From c930f1e5bd2d5e67c3128d284470aadec9100e9e Mon Sep 17 00:00:00 2001 From: Chengcheng Xiao Date: Sat, 17 Jan 2026 09:51:23 +0000 Subject: [PATCH 1/3] Update recip_precond, add threads_precond description. --- recip_precond.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recip_precond.rst b/recip_precond.rst index 9a879cf..919acfd 100644 --- a/recip_precond.rst +++ b/recip_precond.rst @@ -90,5 +90,8 @@ Keywords energy expectation value? (requires ``k_zero`` to be negative). - ``precond_array_type`` [Basic, string, default ``KT``\ ] The type of kinetic - energy to use for NGWF-specific preconditioning. Options are: `KT`, `INVST`, - and `T`. (requires ``precond_array`` to be ``T``). + energy to use for NGWF-specific preconditioning. Options are: ``KT``, ``INVST``, + and ``T``. (requires ``precond_array`` to be ``T``). + +- ``precond_array_type`` [Basic, int, default same as ``threads_num_fftboxes``] How many threads to use for batch preconditioning. + When ``precond_array=T``, the bigger ``precond_array_type`` the more memory is required. From 707dc1ea3b0a3376d9d37d3c41bba1a8088a3299 Mon Sep 17 00:00:00 2001 From: Chengcheng Xiao Date: Sat, 17 Jan 2026 09:54:43 +0000 Subject: [PATCH 2/3] Typo fix. --- recip_precond.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recip_precond.rst b/recip_precond.rst index 919acfd..acd7587 100644 --- a/recip_precond.rst +++ b/recip_precond.rst @@ -93,5 +93,5 @@ Keywords energy to use for NGWF-specific preconditioning. Options are: ``KT``, ``INVST``, and ``T``. (requires ``precond_array`` to be ``T``). -- ``precond_array_type`` [Basic, int, default same as ``threads_num_fftboxes``] How many threads to use for batch preconditioning. - When ``precond_array=T``, the bigger ``precond_array_type`` the more memory is required. +- ``threads_precond`` [Basic, int, default same as ``threads_num_fftboxes``] How many threads to use for batch preconditioning. + When ``precond_array=T``, the bigger ``threads_precond`` the more memory is required. From dfbfc2166d7578ce22a7326121a657d552e14721 Mon Sep 17 00:00:00 2001 From: Chengcheng Xiao Date: Sat, 17 Jan 2026 09:54:56 +0000 Subject: [PATCH 3/3] update copy right year. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 334b956..fe05680 100644 --- a/conf.py +++ b/conf.py @@ -50,7 +50,7 @@ # General information about the project. project = 'ONETEP Documentation' -copyright = '2022-2025, ONETEP Developers\' Group' +copyright = '2022-2026, ONETEP Developers\' Group' author = 'ONETEP Developers\' Group: Jacek Dziedzic, Peter Haynes, Nicholas Hine, Arash Mostofi, Mike Payne, and Chris-Kriton Skylaris.' # The version info for the project you're documenting, acts as replacement for