Skip to content
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

q(n)-crystal on shifted primed tableaux #28141

Closed
sagetrac-emarberg mannequin opened this issue Jul 9, 2019 · 23 comments
Closed

q(n)-crystal on shifted primed tableaux #28141

sagetrac-emarberg mannequin opened this issue Jul 9, 2019 · 23 comments

Comments

@sagetrac-emarberg
Copy link
Mannequin

sagetrac-emarberg mannequin commented Jul 9, 2019

Currently crystals.ShiftedPrimedTableaux implements a gl(n)-crystal structure on shifted primed tableaux. The goal of this ticket is to upgrade this to a slightly more general q(n)-crystal structure. This involves implementing one additional set of "queer" crystal operators.

CC: @anneschilling @sagetrac-wpoh

Component: combinatorics

Keywords: fpsac2019

Author: Eric Marberg

Branch: c53db97

Reviewer: Anne Schilling

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

@sagetrac-emarberg sagetrac-emarberg mannequin added this to the sage-8.9 milestone Jul 9, 2019
@sagetrac-emarberg
Copy link
Mannequin Author

sagetrac-emarberg mannequin commented Jul 9, 2019

Changed author from emarberg to Eric Marberg

@sagetrac-emarberg
Copy link
Mannequin Author

sagetrac-emarberg mannequin commented Jul 9, 2019

@sagetrac-emarberg
Copy link
Mannequin Author

sagetrac-emarberg mannequin commented Jul 9, 2019

New commits:

6d2b8e1implemented queer lowering operator and tests
4e7e6daimplemented queer raising operator and tests
b7fe56fchange from 0-index to -1-index
3d3177eadded Assaf and Oguz reference

@sagetrac-emarberg
Copy link
Mannequin Author

sagetrac-emarberg mannequin commented Jul 9, 2019

Commit: 3d3177e

@sagetrac-emarberg

This comment has been minimized.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 9, 2019

Changed commit from 3d3177e to 3a0e152

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 9, 2019

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

3a0e152changed cartan type from A to Q (for finite rank) and added doc test

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 9, 2019

Changed commit from 3a0e152 to b8e2548

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 9, 2019

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

b8e2548undo one unnecessarily changed line

@sagetrac-emarberg
Copy link
Mannequin Author

sagetrac-emarberg mannequin commented Jul 9, 2019

Reviewer: Anna Schilling

@anneschilling
Copy link

Changed reviewer from Anna Schilling to Anne Schilling

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 10, 2019

Changed commit from b8e2548 to 815573a

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 10, 2019

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

815573afixed A_infty test, added bigger crystal test

@anneschilling
Copy link

comment:10

Looks good!


New commits:

815573afixed A_infty test, added bigger crystal test

@anneschilling
Copy link

Changed keywords from none to fpsac2019

@fchapoton
Copy link
Contributor

comment:12

No positive review with a red branch, please.

@tscrim
Copy link
Collaborator

tscrim commented Jul 10, 2019

comment:13

The merging on trac is less forgiving than on our computers. Trivial rebase.

@tscrim
Copy link
Collaborator

tscrim commented Jul 10, 2019

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 10, 2019

Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:

c53db97Merge branch 'develop' into u/emarberg/q_n__crystal_on_shifted_primed_tableaux

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jul 10, 2019

Changed commit from 815573a to c53db97

@vbraun
Copy link
Member

vbraun commented Jul 11, 2019

@fchapoton
Copy link
Contributor

comment:17

Too late, but this :

if len(two_primes) == 0:

could have been simplified to

if not two_primes:

which is faster.

@fchapoton
Copy link
Contributor

Changed commit from c53db97 to none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants