Skip to content

Commit fec6462

Browse files
committed
fix typo
1 parent fe5c318 commit fec6462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deepmd/dpmodel/descriptor/dpa3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(
5555
a_compress_e_rate : int, optional
5656
The extra compression rate for edge in angular message compression. The default value is 1.
5757
When using angular message compression with a_compress_rate c and a_compress_e_rate c_e,
58-
the edge dimension will be compressed to (c_e * e_dim / 2c) within the angular message.
58+
the edge dimension will be compressed to (c_e * a_dim / 2c) within the angular message.
5959
a_compress_use_split : bool, optional
6060
Whether to split first sub-vectors instead of linear mapping during angular message compression.
6161
The default value is False.

deepmd/pt/model/descriptor/repflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __init__(
133133
a_compress_e_rate : int, optional
134134
The extra compression rate for edge in angular message compression. The default value is 1.
135135
When using angular message compression with a_compress_rate c and a_compress_e_rate c_e,
136-
the edge dimension will be compressed to (c_e * e_dim / 2c) within the angular message.
136+
the edge dimension will be compressed to (c_e * a_dim / 2c) within the angular message.
137137
a_compress_use_split : bool, optional
138138
Whether to split first sub-vectors instead of linear mapping during angular message compression.
139139
The default value is False.

0 commit comments

Comments
 (0)