Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Cythonization of spin crystals.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Jan 20, 2019
1 parent 6abcb72 commit abbbbee
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 152 deletions.
8 changes: 0 additions & 8 deletions src/sage/combinat/crystals/letters.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ cdef class Letter(Element):
sage: C(1) != C(-1)
True
"""
cdef readonly int value

def __init__(self, parent, int value):
"""
EXAMPLES::
Expand Down Expand Up @@ -522,8 +520,6 @@ cdef class EmptyLetter(Element):
Used in the rigged configuration bijections.
"""
cdef readonly str value

def __init__(self, parent):
"""
Initialize ``self``.
Expand Down Expand Up @@ -1304,8 +1300,6 @@ cdef class LetterTuple(Element):
"""
Abstract class for type `E` letters.
"""
cdef readonly tuple value

def __init__(self, parent, tuple value):
"""
Initialize ``self``.
Expand Down Expand Up @@ -2785,8 +2779,6 @@ cdef class LetterWrapped(Element):
Element which uses another crystal implementation and converts
those elements to a tuple with `\pm i`.
"""
cdef readonly Element value

def __init__(self, parent, Element value):
"""
Initialize ``self``.
Expand Down
Loading

0 comments on commit abbbbee

Please sign in to comment.