Skip to content

Commit

Permalink
fix: zbl rcut, sel
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Nov 11, 2024
1 parent dcbf607 commit 050edd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepmd/pt/model/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ def get_zbl_model(model_params):
filepath = model_params["use_srtab"]
pt_model = PairTabAtomicModel(
filepath,
model_params["descriptor"]["rcut"],
model_params["descriptor"]["sel"],
descriptor.get_rcut(),
descriptor.get_sel(),
type_map=model_params["type_map"],
)

Expand Down

0 comments on commit 050edd4

Please sign in to comment.