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
Merge requests
!16
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Main
main
into
develop
Overview
0
Commits
15
Pipelines
1
Changes
1
Merged
Marcin Kirsz
requested to merge
main
into
develop
2 months ago
Overview
0
Commits
15
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7815e994
Prev
Next
Show latest version
1 file
+
5
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7815e994
Update dm_mEAD.h
· 7815e994
Marcin Kirsz
authored
3 months ago
include/tadah/models/descriptors/dm/dm_mEAD.h
+
5
−
15
Options
@@ -5,17 +5,14 @@
/** Modified Embedded Atom Descriptor
*
* REQUIRED KEYS: SCGRIDMB, CGRIDMB
* + REQUIRED KEYS BY THE EMBEDDING FUNCTION
*
*
* 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.
* REQUIRED KEYS: SGRIDMB, CGRIDMB + KEYS OF THE 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.
*
* \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!}
* \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]
*
* where density \f$ \rho \f$ is calculated using Gaussian Type Orbitals:
@@ -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).
*
* 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:
* \ref INITMB \ref CGRIDMB \ref SGRIDMB
Loading