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

Commit

Permalink
Added TODO message for HW repr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Jan 2, 2014
1 parent ac31208 commit 62afb1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/sage/algebras/quantum_groups/fock_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def d(self):
for la,c in self])

class HighestWeightRepresentation(Parent, UniqueRepresentation):
"""
r"""
The highest weight representation `B(\Lambda)` of
`U_q(\widehat{\mathfrak{sl}}_n)`.
Expand All @@ -369,6 +369,13 @@ class HighestWeightRepresentation(Parent, UniqueRepresentation):
- The approximation basis which comes from LLT(-type) algorithms.
- The lower global crystal basis.
.. TODO::
The basis indexing set actually gives the whole tensor product space
`\bigotimes_i B(\Lambda_{\gamma_i})`. Once :trac:`15584` is done,
we should change this to a new class ``TensorProductRepresentation``
and have the highest weight representation living as a subspace.
REFERENCES:
.. [LLT1996] Alain Lascoux, Bernard Leclerc, and Jean-Yves Thibon.
Expand Down

0 comments on commit 62afb1b

Please sign in to comment.