Skip to content

Commit c555b9d

Browse files
committed
minor typo
1 parent 1710363 commit c555b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_sim/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class SimState:
4747
used by ASE.
4848
pbc (bool): Boolean indicating whether to use periodic boundary conditions
4949
atomic_numbers (torch.Tensor): Atomic numbers with shape (n_atoms,)
50-
graph_idx(torch.Tensor, optional): Maps each atom index to its graph index.
50+
graph_idx (torch.Tensor, optional): Maps each atom index to its graph index.
5151
Has shape (n_atoms,), defaults to None, must be unique consecutive
5252
integers starting from 0
5353

0 commit comments

Comments
 (0)