From c144fc0fc60cfece6b6eed7e3320870a2341bd39 Mon Sep 17 00:00:00 2001 From: ssande7 <1731652+ssande7@users.noreply.github.com> Date: Wed, 12 Mar 2025 08:14:48 +1000 Subject: [PATCH] Fix constant i for type first --- doc/src/fix_ave_correlate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/fix_ave_correlate.rst b/doc/src/fix_ave_correlate.rst index fea927a073..91f5c701aa 100644 --- a/doc/src/fix_ave_correlate.rst +++ b/doc/src/fix_ave_correlate.rst @@ -260,7 +260,7 @@ time. :math:`\{i,j\} = \{1,N\}`, so :math:`N_\text{pair} = N^2`). * If *type* is set to *first* then each input value is correlated with the first input value (i.e., :math:`C_{ij} = V_1 V_j` for - :math:`\{i,j\} = \{1,N\}`, so :math:`N_\text{pair} = N`). + :math:`\{j\} = \{1,N\}`, so :math:`N_\text{pair} = N`). The *ave* keyword determines what happens to the accumulation of correlation samples every :math:`N_\text{freq}` timesteps. If the *ave* setting is *one*,