-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the quantum Clifford algebra at a root of unity #34147
Comments
comment:1
A bit of refactoring to have some good programming practices. I also fixed a bug in the inverse not taking into account the coefficients and will use the (new-ish) general inverse code to check the generic case. New commits:
|
Commit: |
comment:3
please avoid using otherwise looks good |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Replying to @fchapoton:
I couldn't figure out which exceptions to actually catch, so I decided to just let it fail. (BTW, this type of catching is done elsewhere in Sage. What is your suggestion for catching exceptions when you want to catch basically all of them?) |
comment:6
here you may want to use the method |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Replying to @fchapoton:
Fair point. I decided to use the |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
linter badge says
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Fixed. |
comment:13
ok, then let it be. |
Reviewer: Frédéric Chapoton |
comment:14
Thank you! |
Changed branch from public/algebras/quantum_clifford_root_unity-34147 to |
This works for sufficiently large roots of unity: when q2k != 1. We provide a new implementation/basis when this q2k = 1.
CC: @fchapoton
Component: algebra
Keywords: quantum Clifford
Author: Travis Scrimshaw
Branch/Commit:
40aab1e
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/34147
The text was updated successfully, but these errors were encountered: