Skip to content

Commit

Permalink
update __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate committed Dec 2, 2024
1 parent 984b242 commit 617a258
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deepmd/pd/model/descriptor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,21 @@
DescrptBlockSeA,
DescrptSeA,
)
from .se_t_tebd import (
DescrptBlockSeTTebd,
DescrptSeTTebd,
)

__all__ = [
"BaseDescriptor",
"DescriptorBlock",
"DescrptBlockRepformers",
"DescrptBlockSeA",
"DescrptBlockSeAtten",
"DescrptBlockSeTTebd",
"DescrptDPA1",
"DescrptDPA2",
"DescrptSeA",
"DescrptSeTTebd",
"prod_env_mat",
]

0 comments on commit 617a258

Please sign in to comment.