Skip to content

Commit

Permalink
Fix spin_matrices call in StructureFactor
Browse files Browse the repository at this point in the history
Hopefully the last commit required to make docs build, at least
  • Loading branch information
Lazersmoke authored Jul 17, 2023
1 parent af1b941 commit 72e401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructureFactors/StructureFactors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function StructureFactor(sys::System{N}; Δt, nω, measperiod,
# SQTODO: Make this use the more optimized expected_spin function
# Doing this will also, by necessity, allow users to make the same
# type of optimization for their vector-valued observables.
observables = LinearMap{ComplexF64}.(spin_matrices(N))
observables = LinearMap{ComplexF64}.(spin_matrices(;N))
end
else
# If it was given as a list, preserve the user's preferred
Expand Down

0 comments on commit 72e401b

Please sign in to comment.