Skip to content

Commit

Permalink
Merge pull request #57 from glotzerlab/kmjens-patch-1
Browse files Browse the repository at this point in the history
Update hoomd-example.py
  • Loading branch information
joaander authored Nov 15, 2024
2 parents 470b470 + c02b0f7 commit 5b6933a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/src/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ The following people have contributed to the development of **row**:
* Joshua A. Anderson, University of Michigan
* Jen Bradley, University of Michigan
* Joseph Burkhart, University of Michigan
* Kate Jensen, University of Michigan
* Tim Moore, University of Michigan
2 changes: 1 addition & 1 deletion doc/src/guide/concepts/hoomd-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def action_implementation(job, communicator):
"""Implement the action on a single job."""
# Your HOOMD-blue simulation goes here. Use the given communicator. For example:
# cpu = hoomd.device.CPU(communicator=communicator)
# simulation = hoomd.Simulation(devices=cpu)
# simulation = hoomd.Simulation(device=cpu)


def action(*jobs):
Expand Down
6 changes: 6 additions & 0 deletions doc/src/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

## 0.4.0 (not yet released)

*Fixed:*

* Typographical errors in the documentation.

## 0.3.1 (2024-10-04)

*Changed:*
Expand Down

0 comments on commit 5b6933a

Please sign in to comment.