mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-27 18:55:30 +01:00
add G₂ to classify_root_system
This commit is contained in:
parent
902be093db
commit
cd7901b455
@ -90,7 +90,6 @@ function classify_root_system(
|
|||||||
elseif b == 1 && c == 2
|
elseif b == 1 && c == 2
|
||||||
return :C₂
|
return :C₂
|
||||||
elseif b == 1 && c == 3
|
elseif b == 1 && c == 3
|
||||||
@warn ":G₂? really?"
|
|
||||||
return :G₂
|
return :G₂
|
||||||
else
|
else
|
||||||
@error a, b, c, d
|
@error a, b, c, d
|
||||||
@ -170,8 +169,11 @@ function classify_sub_root_system(
|
|||||||
if :C₂ in subtypes
|
if :C₂ in subtypes
|
||||||
return :C₂
|
return :C₂
|
||||||
end
|
end
|
||||||
|
@warn subtypes
|
||||||
|
elseif l == 6
|
||||||
|
return :G₂
|
||||||
end
|
end
|
||||||
@error "Unknown root subsystem generated by" α β
|
@error "Unknown root subsystem generated by" α β l
|
||||||
throw("Unknown root system: $subsystem")
|
throw("Unknown root system: $subsystem")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user