diff --git a/Project.toml b/Project.toml index e78bf19..787e905 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KdotP" uuid = "c8045c5a-940e-4537-a0b9-cab4a5eb5ca1" authors = ["Thomas Christensen and contributors"] -version = "0.2.4" +version = "0.2.5" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -17,10 +17,10 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] Combinatorics = "1" -Crystalline = "0.4.22, 0.5" +Crystalline = "0.6" GellMannMatrices = "0.2" Optimization = "3.21" -OptimizationOptimJL = "0.2.2" +OptimizationOptimJL = "0.2.2, 0.3" PrecompileTools = "1" PrettyTables = "2" RowEchelon = "0.2" diff --git a/src/compare.jl b/src/compare.jl index d073ea7..a84dd18 100644 --- a/src/compare.jl +++ b/src/compare.jl @@ -21,7 +21,7 @@ function isweyl(H::MonomialHamiltonian{D}) where D for σᵢ in (σ₁, σ₂, σ₃) i′ = findfirst(==(σᵢ), H.hs) if isnothing(i′) - return false # some σ₁, σ₂, σ₃ contribution is absent; cannot be a Weyl point' + return false # some σ₁, σ₂, σ₃ contribution is absent; cannot be a Weyl point end # **some** prefactor value; any (not-equal & not-too-simply-related) should be OK... for a in eachindex(H.cs)