Bijection classes for type \(C_n^{(1)}\).¶
Part of the (internal) classes which runs the bijection between rigged configurations and KR tableaux of type \(C_n^{(1)}\).
AUTHORS:
- Travis Scrimshaw (2012-12-21): Initial version
-
class
sage.combinat.rigged_configurations.bij_type_C.KRTToRCBijectionTypeC(tp_krt)¶ Bases:
sage.combinat.rigged_configurations.bij_type_A.KRTToRCBijectionTypeASpecific implementation of the bijection from KR tableaux to rigged configurations for type \(C_n^{(1)}\).
This inherits from type \(A_n^{(1)}\) because we use the same methods in some places.
-
next_state(val)¶ Build the next state for type \(C_n^{(1)}\).
-
-
class
sage.combinat.rigged_configurations.bij_type_C.RCToKRTBijectionTypeC(RC_element)¶ Bases:
sage.combinat.rigged_configurations.bij_type_A.RCToKRTBijectionTypeASpecific implementation of the bijection from rigged configurations to tensor products of KR tableaux for type \(C_n^{(1)}\).
-
next_state(height)¶ Build the next state for type \(C_n^{(1)}\).
-