File tree Expand file tree Collapse file tree 4 files changed +631
-0
lines changed Expand file tree Collapse file tree 4 files changed +631
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Named associative algebras
61
61
sage/algebras/quantum_clifford
62
62
sage/algebras/quantum_groups/quantum_group_gap
63
63
sage/algebras/quantum_matrix_coordinate_algebra
64
+ sage/algebras/quantum_oscillator
64
65
sage/algebras/quatalg/quaternion_algebra
65
66
sage/algebras/rational_cherednik_algebra
66
67
sage/algebras/schur_algebra
Original file line number Diff line number Diff line change @@ -4060,6 +4060,11 @@ REFERENCES:
4060
4060
study of the subgroups of the modular group", American
4061
4061
Journal of Mathematics 113 (1991), no 6, 1053-1133
4062
4062
4063
+ .. [Kuniba2022 ] Atsuo Kuniba,
4064
+ *Quantum Groups in Three-Dimensional Integrability *.
4065
+ Theoretical an Mathematical Phyiscs, Springer. 2022.
4066
+ :doi: `10.1007/978-981-19-3262-5 `.
4067
+
4063
4068
.. [Kur2008 ] Chris Kurth, "K Farey package for Sage",
4064
4069
http://wayback.archive-it.org/855/20100510123900/http://www.public.iastate.edu/~kurthc/research/index.html
4065
4070
Original file line number Diff line number Diff line change 59
59
<sage.algebras.quantum_matrix_coordinate_algebra.QuantumGL>`
60
60
- :class:`algebras.QuantumMatrixCoordinate
61
61
<sage.algebras.quantum_matrix_coordinate_algebra.QuantumMatrixCoordinateAlgebra>`
62
+ - :class:`algebras.QuantumOscillator
63
+ <sage.algebras.quantum_oscillator.QuantumOscillatorAlgebra>`
62
64
- :class:`algebras.QSym <sage.combinat.ncsf_qsym.qsym.QuasiSymmetricFunctions>`
63
65
- :class:`algebras.Partition <sage.combinat.diagram_algebras.PartitionAlgebra>`
64
66
- :class:`algebras.PlanarPartition <sage.combinat.diagram_algebras.PlanarAlgebra>`
128
130
lazy_import ('sage.combinat.ncsf_qsym.qsym' , 'QuasiSymmetricFunctions' , 'QSym' )
129
131
lazy_import ('sage.combinat.grossman_larson_algebras' , 'GrossmanLarsonAlgebra' , 'GrossmanLarson' )
130
132
lazy_import ('sage.algebras.quantum_clifford' , 'QuantumCliffordAlgebra' , 'QuantumClifford' )
133
+ lazy_import ('sage.algebras.quantum_oscillator' , 'QuantumOscillatorAlgebra' , 'QuantumOscillator' )
131
134
lazy_import ('sage.algebras.quantum_matrix_coordinate_algebra' ,
132
135
'QuantumMatrixCoordinateAlgebra' , 'QuantumMatrixCoordinate' )
133
136
lazy_import ('sage.algebras.quantum_matrix_coordinate_algebra' , 'QuantumGL' )
You can’t perform that action at this time.
0 commit comments