Skip to content

Commit

Permalink
revert must
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Oct 6, 2023
1 parent 42d8410 commit ed23f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/model/pairwise_dprc.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(
type_embedding=self.typeebd,
compress=compress,
)
add_data_requirement("aparam", 1, atomic=True, must=False, high_prec=False)
add_data_requirement("aparam", 1, atomic=True, must=True, high_prec=False)
self.ntypes = len(type_map)
self.rcut = max(self.qm_model.get_rcut(), self.qmmm_model.get_rcut())

Expand Down

0 comments on commit ed23f1a

Please sign in to comment.