Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MODELS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tadah
MODELS
Commits
ea785db2
Commit
ea785db2
authored
2 months ago
by
Marcin Kirsz
Browse files
Options
Downloads
Patches
Plain Diff
Update dm_func.h
parent
7815e994
No related branches found
No related tags found
1 merge request
!16
Main
Pipeline
#50988
passed
2 months ago
Stage: build_debug
Stage: run_unit_tests
Stage: build_release
Stage: trigger
Pipeline: MD
#50993
Pipeline: MLIP
#50992
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/tadah/models/descriptors/dm/dm_func.h
+3
-3
3 additions, 3 deletions
include/tadah/models/descriptors/dm/dm_func.h
with
3 additions
and
3 deletions
include/tadah/models/descriptors/dm/dm_func.h
+
3
−
3
View file @
ea785db2
...
@@ -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.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment