Skip to content

Commit

Permalink
Fix example build random cell in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Oct 22, 2024
1 parent 9a17dfa commit 5825a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ atpos = build_fcc_lattice(2.5, 4)
# Randomize positions. args:
# - cell edge length
# - number of atoms
atpos = build_random_cell(10.0, 32)
atpos = build_random_cell(10.0, 32, 2.5)
```

### Writing trajectories to disk
Expand Down

0 comments on commit 5825a37

Please sign in to comment.