We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18d80a commit d90f92bCopy full SHA for d90f92b
src/groups.jl
@@ -23,6 +23,8 @@ type_repr(::Type{ℤ₄}) = "ℤ₄"
23
type_repr(::Type{D₃}) = "D₃"
24
type_repr(::Type{D₄}) = "D₄"
25
type_repr(::Type{SU₂}) = "SU₂"
26
+type_repr(::Type{U₁}) = "U₁"
27
+type_repr(::Type{CU₁}) = "CU₁"
28
type_repr(T::Type) = repr(T)
29
30
const GroupTuple = Tuple{Vararg{Group}}
0 commit comments