Commit 3bf5f0a
Release Manager
gh-35387: The Fusion Ring of the Drinfeld Double of a Finite Group
<!-- Please provide a concise, informative and self-explanatory title.
-->
<!-- Don't put issue numbers in the title. Put it in the Description
below. -->
<!-- For example, instead of "Fixes #12345", use "Add a new method to
multiply two integers" -->
### 📚 Description
<!-- Describe your changes here in detail. -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes #12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->
This code is very similar to the existing FusionRing class. Both
FusionRing and the new FusionDouble classes implement Fusion Rings of
Modular Tensor Categories, important in conformal field theory and
related quantum math. The FusionDouble is the fusion ring of the
Drinfeld double of a finite group. It has methods corresponding to
fusion, S-matrix, twists of simple elements, quantum dimension. An
interface is provide to the F-matrix code, but due to the fact that the
number of simple objects is fairly large even for fairly small groups,
the F-matrix code is only confirmed to work for very small group such as
Z_2 and S_3. Apart from the F-matrix code, the code works for Drinfeld
doubles of moderate size, tested for example on groups of order 16, and
the simple groups A5 and GL(3,2) of orders 60 and 168.
A prototype of this code by Wenqi Li is here:
https://github.com/enqiLi/drinfeld_doubles
Work issues:
*The code would benefit from refactoring with the existing FusionRing
code. It is proposed that we skip this since the existing code works
well.
*The Drinfeld double can be twisted by a 3-cocycle for H^3(G). This may
be implemented in a later PR.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
### ⌛ Dependencies
<!-- List all open PRs that this PR logically depends on
- #12345: short description why this is a dependency
- #34567: ...
-->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
URL: #35387
Reported by: Daniel Bump
Reviewer(s): Daniel Bump, Matthias Köppe, Travis Scrimshaw
File tree
6 files changed
+926
-10
lines changed- src
- doc/en/reference
- algebras
- references
- sage/algebras/fusion_rings
6 files changed
+926
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
1888 | 1892 | | |
1889 | 1893 | | |
1890 | 1894 | | |
1891 | | - | |
| 1895 | + | |
1892 | 1896 | | |
1893 | 1897 | | |
1894 | 1898 | | |
| |||
2703 | 2707 | | |
2704 | 2708 | | |
2705 | 2709 | | |
| 2710 | + | |
| 2711 | + | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
| 2717 | + | |
2706 | 2718 | | |
2707 | 2719 | | |
2708 | 2720 | | |
| |||
4432 | 4444 | | |
4433 | 4445 | | |
4434 | 4446 | | |
| 4447 | + | |
| 4448 | + | |
| 4449 | + | |
| 4450 | + | |
4435 | 4451 | | |
4436 | 4452 | | |
4437 | 4453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
2217 | 2217 | | |
2218 | 2218 | | |
2219 | 2219 | | |
2220 | | - | |
| 2220 | + | |
2221 | 2221 | | |
2222 | 2222 | | |
2223 | 2223 | | |
| |||
0 commit comments