Skip to content

Commit

Permalink
minor edit to Python GUIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen-Tildesley committed Jun 1, 2017
1 parent 04f8460 commit 977f034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_examples/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ Only `n//2` shifts are needed to cover every distinct `ij` pair.
There is a slight subtlety on the last shift, if `n` is even:
both `ij` and `ji` pairs appear,
and so the usual incrementing factor 2 is replaced by a factor 1.
The idea dates back to S Brode and R Ahlrichs Comput Phys Commun 42, 51 (1986).
The idea dates back to S Brode and R Ahlrichs, _Comput Phys Commun,_ __42,__ 51 (1986).
The actual histogramming is conveniently performed
by the built-in NumPy `histogram` routine.

Expand Down

0 comments on commit 977f034

Please sign in to comment.