Skip to content

Commit d91eb2e

Browse files
author
Release Manager
committed
gh-35054: Implementing q-commuting Laurent polynomials. `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
2 parents 88fbf1a + 592e8a7 commit d91eb2e

File tree

2 files changed

+426
-102
lines changed

2 files changed

+426
-102
lines changed

src/sage/algebras/catalog.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
- :class:`algebras.PlanarPartition <sage.combinat.diagram_algebras.PlanarAlgebra>`
6363
- :class:`algebras.qCommutingPolynomials
6464
<sage.algebras.q_commuting_polynomials.qCommutingPolynomials>`
65+
- :class:`algebras.qCommutingLaurentPolynomials
66+
<sage.algebras.q_commuting_polynomials.qCommutingLaurentPolynomials>`
6567
- :class:`algebras.QuantumGroup
6668
<sage.algebras.quantum_groups.quantum_group_gap.QuantumGroup>`
6769
- :func:`algebras.Quaternion
@@ -127,6 +129,7 @@
127129
'QuantumMatrixCoordinateAlgebra', 'QuantumMatrixCoordinate')
128130
lazy_import('sage.algebras.quantum_matrix_coordinate_algebra', 'QuantumGL')
129131
lazy_import('sage.algebras.q_commuting_polynomials', 'qCommutingPolynomials')
132+
lazy_import('sage.algebras.q_commuting_polynomials', 'qCommutingLaurentPolynomials')
130133
lazy_import('sage.algebras.tensor_algebra', 'TensorAlgebra', 'Tensor')
131134
lazy_import('sage.algebras.quantum_groups.quantum_group_gap', 'QuantumGroup')
132135
lazy_import('sage.algebras.quantum_groups.ace_quantum_onsager',

0 commit comments

Comments
 (0)