deepmd.utils.update_sel#
Attributes#
Classes#
Update the sel field in the descriptor. |
Module Contents#
- class deepmd.utils.update_sel.BaseUpdateSel[source]#
Bases:
abc.ABC
Update the sel field in the descriptor.
- update_one_sel(train_data: deepmd.utils.data_system.DeepmdDataSystem, type_map: list[str] | None, rcut: float, sel: int | list[int] | str, mixed_type: bool = False) tuple[float, list[int]] [source]#
- get_nbor_stat(train_data: deepmd.utils.data_system.DeepmdDataSystem, type_map: list[str] | None, rcut: float, mixed_type: bool = False) tuple[float, int | list[int]] [source]#
Get the neighbor statistics of the data.
- property neighbor_stat: type[deepmd.utils.neighbor_stat.NeighborStat][source]#
- Abstractmethod:
- get_min_nbor_dist(train_data: deepmd.utils.data_system.DeepmdDataSystem)[source]#