Skip to content

Commit

Permalink
gh-35054: Implementing q-commuting Laurent polynomials.
Browse files Browse the repository at this point in the history
    
`q`-commuting polynomials were introduced in #34412. This implements the
followup #34472 of `q`-commuting Laurent polynomials.
    
URL: #35054
Reported by: Travis Scrimshaw
Reviewer(s): Frédéric Chapoton
  • Loading branch information
Release Manager committed Mar 16, 2023
2 parents 88fbf1a + 592e8a7 commit d91eb2e
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 102 deletions.
3 changes: 3 additions & 0 deletions src/sage/algebras/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
- :class:`algebras.PlanarPartition <sage.combinat.diagram_algebras.PlanarAlgebra>`
- :class:`algebras.qCommutingPolynomials
<sage.algebras.q_commuting_polynomials.qCommutingPolynomials>`
- :class:`algebras.qCommutingLaurentPolynomials
<sage.algebras.q_commuting_polynomials.qCommutingLaurentPolynomials>`
- :class:`algebras.QuantumGroup
<sage.algebras.quantum_groups.quantum_group_gap.QuantumGroup>`
- :func:`algebras.Quaternion
Expand Down Expand Up @@ -127,6 +129,7 @@
'QuantumMatrixCoordinateAlgebra', 'QuantumMatrixCoordinate')
lazy_import('sage.algebras.quantum_matrix_coordinate_algebra', 'QuantumGL')
lazy_import('sage.algebras.q_commuting_polynomials', 'qCommutingPolynomials')
lazy_import('sage.algebras.q_commuting_polynomials', 'qCommutingLaurentPolynomials')
lazy_import('sage.algebras.tensor_algebra', 'TensorAlgebra', 'Tensor')
lazy_import('sage.algebras.quantum_groups.quantum_group_gap', 'QuantumGroup')
lazy_import('sage.algebras.quantum_groups.ace_quantum_onsager',
Expand Down
Loading

0 comments on commit d91eb2e

Please sign in to comment.