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
7815e994
Commit
7815e994
authored
2 months ago
by
Marcin Kirsz
Browse files
Options
Downloads
Patches
Plain Diff
Update dm_mEAD.h
parent
bfeb27a5
No related branches found
No related tags found
1 merge request
!16
Main
Pipeline
#50984
passed
2 months ago
Stage: build_debug
Stage: run_unit_tests
Stage: build_release
Stage: trigger
Pipeline: MD
#50986
Pipeline: MLIP
#50985
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/tadah/models/descriptors/dm/dm_mEAD.h
+5
-15
5 additions, 15 deletions
include/tadah/models/descriptors/dm/dm_mEAD.h
with
5 additions
and
15 deletions
include/tadah/models/descriptors/dm/dm_mEAD.h
+
5
−
15
View file @
7815e994
...
@@ -5,17 +5,14 @@
...
@@ -5,17 +5,14 @@
/** Modified Embedded Atom Descriptor
/** Modified Embedded Atom Descriptor
*
*
* REQUIRED KEYS: SCGRIDMB, CGRIDMB
* REQUIRED KEYS: SGRIDMB, CGRIDMB + KEYS OF THE THE EMBEDDING FUNCTION
* + REQUIRED KEYS BY THE EMBEDDING FUNCTION
*
* This descriptor has mathematical form very similar to DM_EAD.
*
* but allow usage of custom defined embedding function, \f$ \mathcal{F} \f$, in place of default quadratic one.
* TODO Below description is for EAD not mEAD
* This descriptor has mathematical form very similar to EAD.
* It allow: for different embedding functions to be used.
*
*
* \f[
* \f[
* V_i^{L,\eta,r_s} = \sum_{l_x,l_y,l_z}^{l_x+l_y+l_z=L} \frac{L!}{l_x!l_y!l_z!}
* V_i^{L,\eta,r_s} = \sum_{l_x,l_y,l_z}^{l_x+l_y+l_z=L} \frac{L!}{l_x!l_y!l_z!}
* \Big( \rho_i^{\eta,r_s,l_x,l_y,l_z} \Big)
^2
*
\mathcal{F}
\Big( \rho_i^{\eta,r_s,l_x,l_y,l_z} \Big)
* \f]
* \f]
*
*
* where density \f$ \rho \f$ is calculated using Gaussian Type Orbitals:
* where density \f$ \rho \f$ is calculated using Gaussian Type Orbitals:
...
@@ -31,13 +28,6 @@
...
@@ -31,13 +28,6 @@
*
*
* e.g. \f$L_{max}=2\f$ will calculate descriptors with \f$ L=0,1,2 \f$ (s,p,d orbitals).
* e.g. \f$L_{max}=2\f$ will calculate descriptors with \f$ L=0,1,2 \f$ (s,p,d orbitals).
*
*
* More information about this descriptor:
*
* <div class="csl-entry">Zhang, Y., Hu, C.,Jiang, B.
* (2019). Embedded atom neural network potentials: efficient and accurate
* machine learning with a physically inspired representation.
* <i>Journal of Physical Chemistry Letters</i>, <i>10</i>(17),
* 4962–4967. https://doi.org/10.1021/acs.jpclett.9b02037</div>
*
*
* Required Config keys:
* Required Config keys:
* \ref INITMB \ref CGRIDMB \ref SGRIDMB
* \ref INITMB \ref CGRIDMB \ref SGRIDMB
...
...
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