Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Nov 2, 2021
1 parent 0824e2c commit 0cbf38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irreps_reality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function realify(lgirs::AbstractVector{LGIrrep{D}}, verbose::Bool=false) where D
# ║ There can then only be type 'x' degeneracy (between 𝐤 and -𝐤)
# ║ but TR will not change the degeneracy at 𝐤 itself. Cornwall
# ║ refers to this as "Case (1)" on p. 151.
if !isapproxin(-kv, orbit(sg, kv, cntr), cntr, true; atol=DEFAULT_ATOL)
if !isapproxin(-kv, orbit(sgops, kv, cntr), cntr, true; atol=DEFAULT_ATOL)
corep_idxs = [[i] for i in OneTo(Nirr)] # TR ∉ M(k) ⇒ smalls irrep (... small co-reps) not modified by TR
verbose && println(klabel(lg), "ᵢ ∀i (type x) ⇒ no additional degeneracy (star{k} ∌ -k)")

Expand Down

2 comments on commit 0cbf38e

@thchr
Copy link
Owner Author

@thchr thchr commented on 0cbf38e Nov 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=Bravais

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/47996

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a Bravais-v0.1.3 -m "<description of version>" 0cbf38e61b9eef26a6972e56444408fa308b391f
git push origin Bravais-v0.1.3

Please sign in to comment.