Skip to content

Commit

Permalink
Add ZVecD4
Browse files Browse the repository at this point in the history
  • Loading branch information
JCBridgeman committed Mar 13, 2024
1 parent d586d4f commit 45f886b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/categories.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ selfduality(::Type{ZVecS3}) = 8
N_artifact(::Type{ZVecS3}) = joinpath(artifact_path, "Nsymbols", "ZVecS3.txt")
F_artifact(::Type{ZVecS3}) = joinpath(artifact_path, "Fsymbols", "ZVecS3.txt")
R_artifact(::Type{ZVecS3}) = joinpath(artifact_path, "Rsymbols", "ZVecS3.txt")

struct ZVecD4 <: BraidedCategory end
rank(::Type{ZVecD4}) = 22
multiplicity(::Type{ZVecD4}) = 1
selfduality(::Type{ZVecD4}) = 22
N_artifact(::Type{ZVecD4}) = joinpath("./data/", "Nsymbols", "ZVecD4.txt")
F_artifact(::Type{ZVecD4}) = joinpath("./data/", "Fsymbols", "ZVecD4.txt")
R_artifact(::Type{ZVecD4}) = joinpath("./data/", "Rsymbols", "ZVecD4.txt")

0 comments on commit 45f886b

Please sign in to comment.