We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d39ddf commit 23eb6ddCopy full SHA for 23eb6dd
1 file changed
deepmd/dpmodel/descriptor/dpa1.py
@@ -381,10 +381,6 @@ def get_dim_out(self) -> int:
381
def get_dim_emb(self) -> int:
382
return self.se_atten.dim_emb
383
384
- def get_numb_attn_layer(self) -> int:
385
- """Returns the number of se_atten attention layers."""
386
- return self.se_atten.attn_layer
387
-
388
def mixed_types(self) -> bool:
389
"""If true, the descriptor
390
1. assumes total number of atoms aligned across frames;
0 commit comments