deepmd.tf2.utils._dpmodel#
Functions#
| |
| |
| |
| |
| |
|
Module Contents#
- deepmd.tf2.utils._dpmodel.build_neighbor_list(coord: Any, atype: Any, nloc: int, rcut: float, sel: int | list[int], distinguish_types: bool = True) deepmd.tf2.env.Array[source]#
- deepmd.tf2.utils._dpmodel.extend_coord_with_ghosts(coord: Any, atype: Any, cell: Any | None, rcut: float) tuple[deepmd.tf2.env.Array, deepmd.tf2.env.Array, deepmd.tf2.env.Array][source]#
- deepmd.tf2.utils._dpmodel.format_nlist(extended_coord: Any, nlist: Any, nsel: int, rcut: float) deepmd.tf2.env.Array[source]#
- deepmd.tf2.utils._dpmodel.inter2phys(coord: Any, cell: Any) deepmd.tf2.env.Array[source]#
- deepmd.tf2.utils._dpmodel.normalize_coord(coord: Any, cell: Any) deepmd.tf2.env.Array[source]#
- deepmd.tf2.utils._dpmodel.to_face_distance(cell: Any) deepmd.tf2.env.Array[source]#