Skip to content
Snippets Groups Projects
Commit a49d591d authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Update d2_blip.h

parent ea785db2
No related branches found
No related tags found
1 merge request!16Main
Pipeline #50994 passed
Pipeline: MD

#50999

    Pipeline: MLIP

    #50998

      ...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
      /** \brief Blip two-body descriptor. /** \brief Blip two-body descriptor.
      * *
      * \f[ * \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] * \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$. * 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. * \ref CGRID2B parameters control position \f$ r_s \f$ of blip centres.
      ...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
      * *
      * \f[ * \f[
      \begin{equation} \begin{equation}
      B(r) = \mathcal{B}(r) =
      \begin{cases} \begin{cases}
      1-\frac{3}{2}r^2+\frac{3}{4}|r|^3 & \text{if} \qquad 0<|r|<1\\ 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\\ \frac{1}{4}(2-|r|)^3 & \text{if} \qquad 1<|r|<2\\
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment