From 6d790e41faf793b80ea142081637bfec5498996b Mon Sep 17 00:00:00 2001 From: Sievers Date: Mon, 21 Feb 2022 10:19:37 -0800 Subject: [PATCH] Added bik lastcol behavior to documentation --- doc/src/compute_sna_atom.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/compute_sna_atom.rst b/doc/src/compute_sna_atom.rst index 9d1bf8bd75..7573a2031a 100644 --- a/doc/src/compute_sna_atom.rst +++ b/doc/src/compute_sna_atom.rst @@ -305,7 +305,8 @@ to *1* then the bispectrum row, which is typically the per-atom bispectrum descriptors :math:`B_{i,k}` summed over all atoms *i* to produce :math:`B_k`, becomes bispectrum rows equal to the number of atoms. Thus, the resulting bispectrum rows are :math:`B_{i,k}` instead of just -:math:`B_k`. +:math:`B_k`. In this case, the entries in the final column for these rows +are set to zero. .. note::