Skip to content

Commit d90f92b

Browse files
authored
Add type representation for U₁ and CU₁ (#32)
1 parent b18d80a commit d90f92b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/groups.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ type_repr(::Type{ℤ₄}) = "ℤ₄"
2323
type_repr(::Type{D₃}) = "D₃"
2424
type_repr(::Type{D₄}) = "D₄"
2525
type_repr(::Type{SU₂}) = "SU₂"
26+
type_repr(::Type{U₁}) = "U₁"
27+
type_repr(::Type{CU₁}) = "CU₁"
2628
type_repr(T::Type) = repr(T)
2729

2830
const GroupTuple = Tuple{Vararg{Group}}

0 commit comments

Comments
 (0)