@@ -74,7 +74,7 @@ class Cut_Dummy : public Cut_Base {
* \end{cases}
* \f]
*
* This function smoothly transitions from 1 to 0 over the interval \( 0 \leq r \leq r_c \).
* This function smoothly transitions from 1 to 0 over the interval \f$ 0 \leq r \leq r_c \f$.
* It is commonly used in molecular simulations to smoothly truncate interactions without introducing discontinuities in the potential energy or its derivatives.
*
* **Reference:**
...
...
@@ -109,7 +109,7 @@ class Cut_Cos : public Cut_Base {
* \end{cases}
* \f]
*
* This function smoothly transitions from 1 to 0 over the interval \( 0 \leq r \leq r_c \), with the transition shape controlled by the cubic power of the hyperbolic tangent. It is particularly useful in constructing atom-centered symmetry functions for high-dimensional neural network potentials.
* This function smoothly transitions from 1 to 0 over the interval \f$ 0 \leq r \leq r_c \f$, with the transition shape controlled by the cubic power of the hyperbolic tangent. It is particularly useful in constructing atom-centered symmetry functions for high-dimensional neural network potentials.
*
* **Reference:**
*
...
...
@@ -146,11 +146,11 @@ class Cut_Tanh : public Cut_Base {
* \f]
* where:
* - \( r \) is the radial distance.
* - \( r_c \) is the cutoff radius.
* - \( r_{\text{inner}} = r_c - 1 \) is the inner cutoff radius.
* - \f$ r \f$ is the radial distance.
* - \f$ r_c \f$ is the cutoff radius.
* - \f$ r_{\text{inner}} = r_c - 1 \f$ is the inner cutoff radius.
* This function provides a smooth transition from 1 to 0 between \( r_{\text{inner}} \) and \( r_c \), ensuring continuity and smoothness in the potential and its derivatives up to the second order.
* This function provides a smooth transition from 1 to 0 between \f$ r_{\text{inner}} \f$ and \f$ r_c \f$, ensuring continuity and smoothness in the potential and its derivatives up to the second order.
* **Reference:**
...
...
@@ -195,7 +195,7 @@ class Cut_Poly2 : public Cut_Base {
* - \( r \) is the radial distance.
* - \( r_{\text{cut}} \) is the cutoff radius.
*
* The function smoothly transitions from 1 to 0 within the cutoff radius \( r_{\text{cut}} \), ensuring that the function and its first and second derivatives are zero at \( r \geq r_{\text{cut}} \).
* The function smoothly transitions from 1 to 0 within the cutoff radius \f$ r_{\text{cut}} \f$, ensuring that the function and its first and second derivatives are zero at \f$ r \geq r_{\text{cut}} \f$.
*
*/
classCut_Poly1:publicCut_Base{
...
...
@@ -233,19 +233,17 @@ class Cut_Cos_S : public Cut_Base {
*
* This class implements a smooth cutoff function defined by: