Skip to content

Commit

Permalink
Add PU1Space aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 17, 2024
1 parent ce54ec5 commit 3faebe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spaces/gradedspace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ const Z3Space = ZNSpace{3}
const Z4Space = ZNSpace{4}
const U1Space = Rep[U₁]
const CU1Space = Rep[CU₁]
const PU1Space = Rep[PU₁]
const SU2Space = Rep[SU₂]

# Unicode alternatives
Expand All @@ -276,4 +277,5 @@ const ℤ₃Space = Z3Space
const ℤ₄Space = Z4Space
const U₁Space = U1Space
const CU₁Space = CU1Space
const PU₁Space = PU1Space
const SU₂Space = SU2Space

0 comments on commit 3faebe0

Please sign in to comment.