From ea785db2ba2786ddec1bccb5b87c3d30eed500a2 Mon Sep 17 00:00:00 2001 From: Marcin Kirsz <marcin.kirsz@ed.ac.uk> Date: Tue, 28 Jan 2025 16:23:06 +0000 Subject: [PATCH] Update dm_func.h --- include/tadah/models/descriptors/dm/dm_func.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tadah/models/descriptors/dm/dm_func.h b/include/tadah/models/descriptors/dm/dm_func.h index 0a94484..e62cf38 100644 --- a/include/tadah/models/descriptors/dm/dm_func.h +++ b/include/tadah/models/descriptors/dm/dm_func.h @@ -14,11 +14,11 @@ public: /** * @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: - * - **SEMBFUNC**: Controls the depth of the embedding function. - * - **CEMBFUNC**: Determines the x-intercept, with the x-intercept at \( 1/c \). + * - **SEMBFUNC**: Controls the depth, \f$ s \f$, of the embedding function. + * - **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. * -- GitLab