sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.31k stars 449 forks source link

Implement the quantum Clifford algebra #32094

Closed tscrim closed 3 years ago

tscrim commented 3 years ago

This provides an implementation of a slight generalization of the quantum Clifford algebra introduced by Hayashi with a general twist parameter k.

CC: @sagetrac-sage-combinat @dwbump @willieab

Component: algebra

Keywords: quantum Clifford

Author: Travis Scrimshaw

Branch/Commit: 49a30e6

Reviewer: Daniel Bump, Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/32094

tscrim commented 3 years ago

Commit: 030bbb0

tscrim commented 3 years ago

Branch: public/algebras/deformed_clifford-32094

tscrim commented 3 years ago

New commits:

030bbb0Implementing deformed Clifford algebras.
fchapoton commented 3 years ago
comment:2

some patchbot plugins are not happy : unused imports or variables and a missing r""" somewhere

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

159d479Fix pyflakes and a invalid escape sequence.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Changed commit from 030bbb0 to 159d479

tscrim commented 3 years ago
comment:4

Thank you. Here are the fixes.

fchapoton commented 3 years ago
comment:5

typos in the refs:

"representationsof" and "ALgebra"

use https for the gnu link in the copyright

other typos : invereses and betweent

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Changed commit from 159d479 to ccd8844

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

ccd8844Fixing typos with quantum Clifford algebra.
tscrim commented 3 years ago
comment:7

Thanks. Fixed.

6bbcde06-8197-41f1-b9a3-c998bb839000 commented 3 years ago

Reviewer: Daniel Bump

6bbcde06-8197-41f1-b9a3-c998bb839000 commented 3 years ago
comment:9

Another typo: invereses => inverses

tscrim commented 3 years ago
comment:10

I believe that typo was fixed by ccd8844.

tscrim commented 3 years ago

Changed reviewer from Daniel Bump to Daniel Bump, Frédéric Chapoton

tscrim commented 3 years ago
comment:11

Also, green patchbot.

fchapoton commented 3 years ago
comment:12

In the INPUT: in the doc, would you please say that n and k are integers (positive ?)

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

49a30e6Adding that n,k are positive integers.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Changed commit from ccd8844 to 49a30e6

tscrim commented 3 years ago
comment:14

Replying to @fchapoton:

In the INPUT: in the doc, would you please say that n and k are integers (positive ?)

Done.

fchapoton commented 3 years ago
comment:15

merci. So let it be.

tscrim commented 3 years ago
comment:16

Thank you both.

6bbcde06-8197-41f1-b9a3-c998bb839000 commented 3 years ago
comment:17

Replying to @tscrim:

I believe that typo was fixed by ccd8844.

Yes.

vbraun commented 3 years ago

Changed branch from public/algebras/deformed_clifford-32094 to 49a30e6