Skip to content

Commit

Permalink
build based on 788f9e1
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Sep 20, 2024
1 parent d67ba1a commit 0ff61dd
Show file tree
Hide file tree
Showing 151 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion previews/PR318/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-19T00:43:53","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-20T16:09:11","documenter_version":"1.7.0"}}
8 changes: 4 additions & 4 deletions previews/PR318/assets/notebooks/01_LSWT_CoRh2O4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
{
"cell_type": "markdown",
"source": [
"### Units"
"### Units system"
],
"metadata": {}
},
{
"cell_type": "markdown",
"source": [
"The `Units` object selects reference energy and length\n",
"scales, and uses these to provide physical constants. For example, `units.K`\n",
"returns one kelvin as 0.086 meV, where the Boltzmann constant is implicit."
"The `Units` object selects reference energy and length scales,\n",
"and uses these to provide physical constants. For example, `units.K` returns\n",
"one kelvin as 0.086 meV, where the Boltzmann constant is implicit."
],
"metadata": {}
},
Expand Down
4 changes: 2 additions & 2 deletions previews/PR318/assets/notebooks/09_Disorder_KPM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"\n",
"randomize_spins!(sys)\n",
"minimize_energy!(sys)\n",
"plot_spins(sys; color=[s[3] for s in sys.dipoles], ndims=2)"
"plot_spins(sys; color=[S[3] for S in sys.dipoles], ndims=2)"
],
"metadata": {},
"execution_count": null
Expand Down Expand Up @@ -129,7 +129,7 @@
"end\n",
"\n",
"minimize_energy!(sys_inhom, maxiters=5_000)\n",
"plot_spins(sys_inhom; color=[s[3] for s in sys_inhom.dipoles], ndims=2)"
"plot_spins(sys_inhom; color=[S[3] for S in sys_inhom.dipoles], ndims=2)"
],
"metadata": {},
"execution_count": null
Expand Down
4 changes: 2 additions & 2 deletions previews/PR318/assets/scripts/09_Disorder_KPM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set_exchange!(sys, +1.0, Bond(1, 1, [1,0,0]))

randomize_spins!(sys)
minimize_energy!(sys)
plot_spins(sys; color=[s[3] for s in sys.dipoles], ndims=2)
plot_spins(sys; color=[S[3] for S in sys.dipoles], ndims=2)

qs = [[0, 0, 0], [1/3, 1/3, 0], [1/2, 0, 0], [0, 0, 0]]
labels = ["Γ", "K", "M", "Γ"]
Expand All @@ -27,7 +27,7 @@ for (site1, site2, offset) in symmetry_equivalent_bonds(sys_inhom, Bond(1,1,[1,0
end

minimize_energy!(sys_inhom, maxiters=5_000)
plot_spins(sys_inhom; color=[s[3] for s in sys_inhom.dipoles], ndims=2)
plot_spins(sys_inhom; color=[S[3] for S in sys_inhom.dipoles], ndims=2)

swt = SpinWaveTheoryKPM(sys_inhom; measure=ssf_perp(sys_inhom), tol=0.01)
res = intensities(swt, path; energies, kernel)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed previews/PR318/examples/01_LSWT_CoRh2O4-bc63f5b5.png
Binary file not shown.
10 changes: 5 additions & 5 deletions previews/PR318/examples/01_LSWT_CoRh2O4.html

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed previews/PR318/examples/02_LLD_CoRh2O4-5a5e47ce.png
Binary file not shown.
Binary file removed previews/PR318/examples/02_LLD_CoRh2O4-66d7beff.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed previews/PR318/examples/02_LLD_CoRh2O4-866343c2.png
Binary file not shown.
Binary file removed previews/PR318/examples/02_LLD_CoRh2O4-867ba07b.png
Binary file not shown.
Binary file removed previews/PR318/examples/02_LLD_CoRh2O4-8ae4e334.png
Binary file not shown.
Binary file removed previews/PR318/examples/02_LLD_CoRh2O4-8beeef47.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions previews/PR318/examples/02_LLD_CoRh2O4.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR318/examples/03_LSWT_SU3_FeI2.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@
res = domain_average(cryst, path; rotations, weights) do path_rotated
intensities(swt, path_rotated; energies, kernel)
end
plot_intensities(res; units, colormap=:viridis, title=&quot;Domain Averaged Intensities&quot;)</code></pre><img src="03_LSWT_SU3_FeI2-d3f7d87e.png" alt="Example block output"/><p>This result can be directly compared to experimental neutron scattering data from <a href="https://doi.org/10.1038/s41567-020-01110-1">Bai et al.</a></p><img src="https://raw.githubusercontent.com/SunnySuite/Sunny.jl/main/docs/src/assets/FeI2_intensity.jpg"><p>(The publication figure used a non-standard coordinate system to label the wave vectors.)</p><p>To get this agreement, the theory of SU(3) coherent states is essential. The lower band has large quadrupolar character, and arises from the strong easy-axis anisotropy of FeI₂.</p><p>An interesting exercise is to repeat the same study, but using <code>:dipole</code> mode instead of <code>:SUN</code>. That alternative choice would constrain the coherent state dynamics to the space of dipoles only, and the flat band of single-ion bound states would be missing.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="02_LLD_CoRh2O4.html">« 2. Landau-Lifshitz dynamics of CoRh₂O₄ at finite <em>T</em></a><a class="docs-footer-nextpage" href="04_GSD_FeI2.html">4. Generalized spin dynamics of FeI₂ at finite <em>T</em> »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Thursday 19 September 2024 00:43">Thursday 19 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
plot_intensities(res; units, colormap=:viridis, title=&quot;Domain Averaged Intensities&quot;)</code></pre><img src="03_LSWT_SU3_FeI2-d3f7d87e.png" alt="Example block output"/><p>This result can be directly compared to experimental neutron scattering data from <a href="https://doi.org/10.1038/s41567-020-01110-1">Bai et al.</a></p><img src="https://raw.githubusercontent.com/SunnySuite/Sunny.jl/main/docs/src/assets/FeI2_intensity.jpg"><p>(The publication figure used a non-standard coordinate system to label the wave vectors.)</p><p>To get this agreement, the theory of SU(3) coherent states is essential. The lower band has large quadrupolar character, and arises from the strong easy-axis anisotropy of FeI₂.</p><p>An interesting exercise is to repeat the same study, but using <code>:dipole</code> mode instead of <code>:SUN</code>. That alternative choice would constrain the coherent state dynamics to the space of dipoles only, and the flat band of single-ion bound states would be missing.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="02_LLD_CoRh2O4.html">« 2. Landau-Lifshitz dynamics of CoRh₂O₄ at finite <em>T</em></a><a class="docs-footer-nextpage" href="04_GSD_FeI2.html">4. Generalized spin dynamics of FeI₂ at finite <em>T</em> »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Friday 20 September 2024 16:09">Friday 20 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Binary file added previews/PR318/examples/04_GSD_FeI2-09ba6b72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/PR318/examples/04_GSD_FeI2-0bb90050.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/PR318/examples/04_GSD_FeI2-7c067617.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed previews/PR318/examples/04_GSD_FeI2-82d99c84.png
Diff not rendered.
Binary file removed previews/PR318/examples/04_GSD_FeI2-9e62d67e.png
Diff not rendered.
Binary file removed previews/PR318/examples/04_GSD_FeI2-acb9338e.png
Diff not rendered.
Binary file added previews/PR318/examples/04_GSD_FeI2-cd9a20b8.png
Binary file removed previews/PR318/examples/04_GSD_FeI2-ceb6e278.png
Diff not rendered.
Loading

0 comments on commit 0ff61dd

Please sign in to comment.