Skip to content

Commit

Permalink
Merge pull request #1884 from glotzerlab/fix-typo-paricle
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
joaander committed Sep 19, 2024
2 parents cd4240f + 81d8c1e commit cff922e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions hoomd/hpmc/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def _attach_hook(self):

@log(category='sequence', requires_run=True)
def insert_moves(self):
"""tuple[int, int]: Count of the accepted and rejected paricle \
"""tuple[int, int]: Count of the accepted and rejected particle \
insertion moves.
None when not attached
Expand All @@ -464,8 +464,8 @@ def insert_moves(self):

@log(category='sequence', requires_run=True)
def remove_moves(self):
"""tuple[int, int]: Count of the accepted and rejected paricle removal \
moves.
"""tuple[int, int]: Count of the accepted and rejected particle \
removal moves.
None when not attached
"""
Expand All @@ -474,7 +474,7 @@ def remove_moves(self):

@log(category='sequence', requires_run=True)
def exchange_moves(self):
"""tuple[int, int]: Count of the accepted and rejected paricle \
"""tuple[int, int]: Count of the accepted and rejected particle \
exchange moves.
None when not attached
Expand All @@ -484,7 +484,7 @@ def exchange_moves(self):

@log(category='sequence', requires_run=True)
def volume_moves(self):
"""tuple[int, int]: Count of the accepted and rejected paricle volume \
"""tuple[int, int]: Count of the accepted and rejected particle volume \
moves.
None when not attached
Expand Down
2 changes: 1 addition & 1 deletion hoomd/md/IntegrationMethodTwoStep.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class PYBIND11_EXPORT IntegrationMethodTwoStep : public Autotuned
*/
virtual void integrateStepTwo(uint64_t timestep) { }

//! Calculates force which keeps paricles on manifold in RATTLE integrators
//! Calculates force which keeps particles on manifold in RATTLE integrators
/*! \param timestep Current time step
*/
virtual void includeRATTLEForce(uint64_t timestep) { }
Expand Down

0 comments on commit cff922e

Please sign in to comment.