Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions deepmd/dpmodel/descriptor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
from .make_base_descriptor import (
make_base_descriptor,
)
from .nep import (
DescrptNep,
)
from .se_atten_v2 import (
DescrptSeAttenV2,
)
Expand All @@ -39,6 +42,7 @@
"DescrptDPA3",
"DescrptDPA4",
"DescrptHybrid",
"DescrptNep",
"DescrptSeA",
"DescrptSeAttenV2",
"DescrptSeR",
Expand Down
Loading
Loading