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

Update dm_func.h

parent 7815e994
No related branches found
No related tags found
1 merge request!16Main
Pipeline #50988 passed
Pipeline: MD

#50993

    Pipeline: MLIP

    #50992

      ...@@ -14,11 +14,11 @@ public: ...@@ -14,11 +14,11 @@ public:
      /** /**
      * @class F_RLR * @class F_RLR
      * @brief Implements an embedding function of the form: \( s \cdot x \cdot \log(c \cdot x) \) * @brief Implements an embedding function of the form: \f$ s \cdot x \cdot \log(c \cdot x) \f$
      * *
      * This class supports embedding functions characterized by two main parameters: * This class supports embedding functions characterized by two main parameters:
      * - **SEMBFUNC**: Controls the depth of the embedding function. * - **SEMBFUNC**: Controls the depth, \f$ s \f$, of the embedding function.
      * - **CEMBFUNC**: Determines the x-intercept, with the x-intercept at \( 1/c \). * - **CEMBFUNC**: Determines the x-intercept, with the x-intercept at \f$ 1/c \f$.
      * *
      * The number of keys for these parameters must match the entries in the mEAD descriptor. * The number of keys for these parameters must match the entries in the mEAD descriptor.
      * *
      ......
      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