We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc05d25 commit 33c21a1Copy full SHA for 33c21a1
1 file changed
exatomic/container.py
@@ -141,7 +141,7 @@ def compute_molecule_com(self):
141
142
def compute_atom_count(self):
143
"""Compute number of atoms per frame."""
144
- self.frame['atom_count'] = self.atom.grouped().size()
+ self.frame['atom_count'] = self.atom.cardinal_groupby().size()
145
146
def compute_molecule_count(self):
147
"""Compute number of molecules per frame."""
0 commit comments