Skip to content

Commit

Permalink
Update 04-Custom-Actions-In-Python/02-An-Initial-Custom-Action.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua A. Anderson <[email protected]>
  • Loading branch information
chcondon and joaander authored Jun 26, 2024
1 parent 4aa9bc1 commit 56eef3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"custom action is, we must wrap it in a subclass of\n",
"`hoomd.custom.CustomOperation`. We have three options as discussed in\n",
"the previous section: an updater, writer, or tuner. Since our object\n",
"does not modify the simulation state or an object's hyperparameters, but\n",
"does not modify the simulation state or an object's attributes, but\n",
"writes the timestep to standard out, our action is a writer.\n",
"`hoomd.write.CustomWriter` then is the correct class to wrap our custom\n",
"action (`hoomd.update.CustomUpdater` and `hoomd.tune.CustomTuner` are\n",
Expand Down

0 comments on commit 56eef3b

Please sign in to comment.