Skip to content

Commit

Permalink
Better title
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed Aug 30, 2024
1 parent fd52e27 commit 1a7ac63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/04_GSD_FeI2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ qs = [[0, 0, 0], # List of wave vectors that define a path
[0, 0, 0]]
qpath = q_space_path(cryst, qs, 500)
res = intensities(sc, qpath; energies, langevin.kT)
plot_intensities(res; colorrange=(0.0, 1.0), title="Intensities at 2.3 K")
plot_intensities(res; colorrange=(0.0, 1.0), title="Intensities at T = 2.3 K")

# One can also view the intensity along a [`q_space_grid`](@ref) for a fixed
# energy value. Alternatively, use [`intensities_static`](@ref) to integrate
# over all available energies.

grid = q_space_grid(cryst, [1, 0, 0], range(-1.5, 1.5, 300), [0, 1, 0], (-1.5, 1.5); orthogonalize=true)
res = intensities(sc, grid; energies=[3.5], langevin.kT)
plot_intensities(res; title="Intensity slice at 3.5 meV")
plot_intensities(res; title="Intensity slice at ω = 3.5 meV")

0 comments on commit 1a7ac63

Please sign in to comment.