Skip to content

Commit 9fddb0e

Browse files
committed
Eight->Eighth
Closes #16
1 parent b3b2861 commit 9fddb0e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,14 @@ In the following, `dt` is the time interval being discretized over and `t_end` i
168168
`str` specifies an ensemble with precomputed recurrence coefficients.
169169
The currently include ensembles are
170170

171-
- Quartic: Q(M) = n M^4
172-
- Eight: Q(M) = n M^8
173-
- HODecay: Q(M) = n (M^4/20 - 4/15M^3 +M^2/5 + 8/5M)
174-
- CoshUnscaled: Q(M) = cosh(M)
175-
- QuarticUnscaled: Q(M) = M^4
176-
- EightUnscaled: Q(M) = M^8
171+
| | Q(M) |
172+
| ----------------- | ----- |
173+
| `Quartic` | n M^4 |
174+
| `Eighth` | n M^8 |
175+
| `HODecay` | n (M^4/20 - 4/15M^3 +M^2/5 + 8/5M) |
176+
| `CoshUnscaled` | cosh(M) |
177+
| `QuarticUnscaled` | M^4 |
178+
| `EightUnscaled` | M^8 |
177179

178180
# References
179181
- James Albrecht, Cy Chan, and Alan Edelman,

0 commit comments

Comments
 (0)