Skip to content

Commit

Permalink
Better links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed Jun 8, 2024
1 parent b169d68 commit 143361d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/src/structure-factor.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use the convention,

```math
\begin{equation}
C(𝐪, ω) ≡ \frac{1}{2π} \int_{-∞}^{∞} e^{-itω} C(𝐪, t) dt.
C(𝐪, ω) ≡ \frac{1}{2π} \int_{-∞}^{∞} e^{-iωt} C(𝐪, t) dt.
\end{equation}
```

Expand Down Expand Up @@ -73,7 +73,7 @@ summation on the repeated $μ$ index. Then, collecting results and applying,

```math
\begin{equation}
\int_{-∞}^{∞} e^{-itω} dt = 2πδ(ω),
\int_{-∞}^{∞} e^{-iωt} dt = 2πδ(ω),
\end{equation}
```

Expand Down Expand Up @@ -326,7 +326,7 @@ The structure factor is of central importance to neutron scattering,

```math
\begin{equation}
\mathcal{S}^{αβ}(𝐪, ω) ≡ \frac{1}{2π} \int_{-∞}^{∞} e^{-itω} ⟨\hat{M}_𝐪^{α†}(0) \hat{M}_𝐪^β(t)⟩ dt,
\mathcal{S}^{αβ}(𝐪, ω) ≡ \frac{1}{2π} \int_{-∞}^{∞} e^{-iωt} ⟨\hat{M}_𝐪^{α†}(0) \hat{M}_𝐪^β(t)⟩ dt,
\end{equation}
```

Expand Down
23 changes: 14 additions & 9 deletions docs/src/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
## v0.6.0
(In progress)

* Various correctness fixes. Direction of magnetic moment and direction of time
in LL dynamics ([PR 247](https://github.com/SunnySuite/Sunny.jl/pull/247)).
Direction of momentum transfer ([PR
271](https://github.com/SunnySuite/Sunny.jl/pull/271)). Dynamical structure
factor intensity now a proper energy density ([PR
272](https://github.com/SunnySuite/Sunny.jl/pull/272)); consequently, color
* Various correctness fixes. The magnetic moment is now anti-aligned with the
spin dipole ([Issue 190](https://github.com/SunnySuite/Sunny.jl/issues/190)),
and the wavevector $𝐪$ in structure factor intensities $\mathcal{S}(𝐪,ω)$
now consistently represents momentum transfer _to_ the sample ([Issue
270](https://github.com/SunnySuite/Sunny.jl/issues/270)). The new [Example
8](@ref "8. Momentum transfer conventions") demonstrates a model system where
momentum transfers $±𝐪$ are inequivalent.
* Dynamical structure factor intensities now have a [precisely defined
scale](@ref "Conventions for the Sunny-calculated structure factor"),
independent of the calculator ([Issue
264](https://github.com/SunnySuite/Sunny.jl/issues/264)). Consequently, color
ranges in plots may need to be rescaled.

## v0.5.11
Expand Down Expand Up @@ -36,9 +41,9 @@
full width at half maximum (`fwhm`) keyword argument.
* Experimental support for calculations on generalized spiral phases. For an
example, see the ported [SpinW tutorial 18](@ref "SW18 - Distorted kagome").
* Correctness fix for the case where spin-``S`` varies between sites in
dipole-mode. In SU(``N``) mode, however, there is still no support for varying
the Hilbert space dimension ``N`` between sites.
* Correctness fix for the case where spin-$S$ varies between sites in
dipole-mode. In SU($N$) mode, however, there is still no support for varying
the Hilbert space dimension $N$ between sites.
* Correctness fix in long-range dipole-dipole interactions for systems with
multiple cells.
* Correctness fix in general biquadratic interactions (beyond scalar) for spin
Expand Down

0 comments on commit 143361d

Please sign in to comment.