Skip to content

Commit

Permalink
Suppress intensity output in SW15 tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed May 23, 2024
1 parent e14215a commit 0417d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spinw_tutorials/SW15_Ba3NbFe3Si2O14.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ path, xticks = reciprocal_space_path(cryst, points_rlu, density);
swt = SpinWaveTheory(sys; energy_ϵ=1e-6)
broadened_formula = intensity_formula(swt, :perp; kernel=gaussian(fwhm=0.25))
energies = collect(0:0.05:6) # 0 < ω < 6 (meV)
is = intensities_broadened(swt, path, energies, broadened_formula)
is = intensities_broadened(swt, path, energies, broadened_formula);

# Plot

Expand Down

0 comments on commit 0417d44

Please sign in to comment.