From b6e27e4fbdd27ef63951d95729a75d638062d0ef Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 9 Sep 2024 16:56:38 -0400 Subject: [PATCH] docs: fix defination of `se_e3` As discussed in #4066 Signed-off-by: Jinzhe Zeng --- doc/model/train-se-e3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/model/train-se-e3.md b/doc/model/train-se-e3.md index ab3a405f57..ebf7b3d30a 100644 --- a/doc/model/train-se-e3.md +++ b/doc/model/train-se-e3.md @@ -4,7 +4,8 @@ **Supported backends**: TensorFlow {{ tensorflow_icon }}, PyTorch {{ pytorch_icon }}, DP {{ dpmodel_icon }} ::: -The notation of `se_e3` is short for the Deep Potential Smooth Edition (DeepPot-SE) constructed from all information (both angular and radial) of atomic configurations. The embedding takes bond angles between a central atom and its two neighboring atoms as input (denoted by `e3`). +The notation of `se_e3` is short for three-body embedding DeepPot-SE, which incorporates bond-angle information. +The embedding takes bond angles between a central atom and its two neighboring atoms as input (denoted by `e3`). ## Theory