From a49d591de521fb057ea33eb3e416ca52963ef16b Mon Sep 17 00:00:00 2001 From: Marcin Kirsz <marcin.kirsz@ed.ac.uk> Date: Tue, 28 Jan 2025 16:26:08 +0000 Subject: [PATCH] Update d2_blip.h --- include/tadah/models/descriptors/d2/d2_blip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tadah/models/descriptors/d2/d2_blip.h b/include/tadah/models/descriptors/d2/d2_blip.h index 1ba3b14..b556dee 100644 --- a/include/tadah/models/descriptors/d2/d2_blip.h +++ b/include/tadah/models/descriptors/d2/d2_blip.h @@ -5,10 +5,10 @@ /** \brief Blip two-body descriptor. * * \f[ - * V_i^{\eta,r_s} =\sum_{j \neq i} B(\eta(r_{ij}-r_s))f_c(r_{ij}) + * V_i^{\eta,r_s} =\sum_{j \neq i} \mathcal{B}(\eta(r_{ij}-r_s))f_c(r_{ij}) * \f] * - * where \f$ f_c \f$ is a cutoff function and \f$ B \f$ is a blip + * where \f$ f_c \f$ is a cutoff function and \f$ \mathcal{B} \f$ is a blip * basis function centered at \f$r_s\f$ of width \f$4/\eta\f$. * * \ref CGRID2B parameters control position \f$ r_s \f$ of blip centres. @@ -20,7 +20,7 @@ * * \f[ \begin{equation} - B(r) = + \mathcal{B}(r) = \begin{cases} 1-\frac{3}{2}r^2+\frac{3}{4}|r|^3 & \text{if} \qquad 0<|r|<1\\ \frac{1}{4}(2-|r|)^3 & \text{if} \qquad 1<|r|<2\\ -- GitLab