Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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