Skip to content

Commit

Permalink
Merge 5048ace into 76bc05c
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Sep 13, 2021
2 parents 76bc05c + 5048ace commit 7ba0555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/utils/argcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_all_argument(self) -> List[Argument]:

descrpt_args_plugin = ArgsPlugin()

@descrpt_args_plugin.register("local_frame")
@descrpt_args_plugin.register("loc_frame")
def descrpt_local_frame_args ():
doc_sel_a = 'A list of integers. The length of the list should be the same as the number of atom types in the system. `sel_a[i]` gives the selected number of type-i neighbors. The full relative coordinates of the neighbors are used by the descriptor.'
doc_sel_r = 'A list of integers. The length of the list should be the same as the number of atom types in the system. `sel_r[i]` gives the selected number of type-i neighbors. Only relative distance of the neighbors are used by the descriptor. sel_a[i] + sel_r[i] is recommended to be larger than the maximally possible number of type-i neighbors in the cut-off radius.'
Expand Down

0 comments on commit 7ba0555

Please sign in to comment.