Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadhasyim committed Mar 21, 2020
2 parents 9157117 + 3b4e5f6 commit 28d268e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ $ cmake ../ -DHOOMD_PLUGINS_DIR=${HOOMD_PLUGINS_DIR}

Now, 'make install' will install the plugins into ${HOOMD_PLUGINS_DIR} and hoomd, when launched, will look there
for the plugins.

---

## **Using PolydisperseMD with HOOMD's MD**
Expand Down Expand Up @@ -108,9 +109,10 @@ hoomd.md.integrate.langevin(group=hoomd.group.all(), kT=1.2, seed=4)

# Run for 10,000 time steps
hoomd.run(10e3)
(More Instructions, coming soon . . .)
```

(More Instructions, coming soon . . .)

## **Developer Notes**

(More notes, coming soon . . .)

0 comments on commit 28d268e

Please sign in to comment.