Skip to content

Commit

Permalink
fix: dpmodel zbl rcut sel
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Nov 12, 2024
1 parent 3a95d22 commit ea7bd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepmd/dpmodel/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def get_zbl_model(data: dict) -> DPZBLModel:
filepath = data["use_srtab"]
pt_model = PairTabAtomicModel(
filepath,
data["descriptor"]["rcut"],
data["descriptor"]["sel"],
descriptor.get_rcut(),
descriptor.get_sel(),
type_map=data["type_map"],
)

Expand Down

0 comments on commit ea7bd98

Please sign in to comment.