Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions recip_precond.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``).

- ``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.