You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/gaussian_integration.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,16 +162,25 @@ IntU.jl automates the following steps:
162
162
163
163
## Pre-computed Moments
164
164
165
-
For common moments like $\langle \text{Tr}(H^2) \rangle$, $\langle \text{Tr}(H^4) \rangle$, and $\langle \text{Tr}(H^6) \rangle$, `IntU.jl` uses a [Pre-computed Integral Library](integral_library.md) to provide results instantly.
165
+
For common moments like $\langle \text{Tr}(H^2) \rangle$,
166
+
$\langle \text{Tr}(H^4) \rangle$, and $\langle \text{Tr}(H^6) \rangle$,
167
+
`IntU.jl` uses a [Pre-computed Integral Library](integral_library.md) to
168
+
provide results instantly.
166
169
167
170
> [!TIP]
168
-
> Low-order moments for GUE, GOE, GSE, and the Ginibre ensembles are pre-computed in the
169
-
> [Integral Library](integral_library.md) and returned in $\mathcal{O}(1)$ — bypassing
0 commit comments