fix spelling issues

This commit is contained in:
Axel Kohlmeyer
2025-06-14 17:59:01 -04:00
parent 1ba1b7111d
commit 6004a58ab4
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Syntax
history_len_lambda_input = number of time steps for which lambda_input is averaged
history_len_lambda = number of time steps for which the switching parameter is averaged
*min_delta_lambda* args = delta
delta = value below which changes of the switching parameter are neglegted (>= 0)
delta = value below which changes of the switching parameter are neglected (>= 0)
*lambda_non_group* args = lambda_ng
lambda_ng = *precise* or *fast* or float
*precise* = assign a constant switching parameter of 0 to atoms, that are not in the group specified by group-ID

View File

@ -39,9 +39,9 @@ Syntax
.. parsed-literal::
*cutoff* args = cutoff
cutoff = distance in which neighbouring atoms are considered (> 0)
cutoff = distance in which neighboring atoms are considered (> 0)
*N_buffer* args = N_buffer
N_buffer = numer of additional neighbours, which are included in the j-j+N/2 calculation
N_buffer = number of additional neighbors, which are included in the j-j+N/2 calculation
Examples
""""""""