From b1c572f2903eafc52a02c46c458a9c2932aa35f8 Mon Sep 17 00:00:00 2001 From: Marcin Kirsz <marcin.kirsz@ed.ac.uk> Date: Tue, 28 Jan 2025 16:37:03 +0000 Subject: [PATCH] Update dm_func.h --- include/tadah/models/descriptors/dm/dm_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tadah/models/descriptors/dm/dm_func.h b/include/tadah/models/descriptors/dm/dm_func.h index e62cf38..b054bc2 100644 --- a/include/tadah/models/descriptors/dm/dm_func.h +++ b/include/tadah/models/descriptors/dm/dm_func.h @@ -14,7 +14,7 @@ public: /** * @class F_RLR - * @brief Implements an embedding function of the form: \f$ s \cdot x \cdot \log(c \cdot x) \f$ + * @brief Implements an embedding function of the form: \f$ s x \log(c x) \f$ * * This class supports embedding functions characterized by two main parameters: * - **SEMBFUNC**: Controls the depth, \f$ s \f$, of the embedding function. -- GitLab