uconf.models.associative¶
Associative operad model on permutation basis elements.
The component in arity n is the free module on S_n (for n >= 1),
with zero differential.
Classes
|
Associative operad component in fixed arity. |
- class uconf.models.associative.Associative(n, base_ring)[source]¶
Bases:
CombinatorialFreeModuleAssociative operad component in fixed arity.
- Parameters:
n (int)
- connectivity: ClassVar[int] = 0¶
All components live in non-negative degrees.
- basis_iter(d)[source]¶
Iterate over basis elements in this arity and the given degree.
- Parameters:
d (int)
- Return type:
Iterator[Element]
- planar_basis_iter(d)[source]¶
Iterate over planar basis elements in this arity and the given degree.
- Parameters:
d (int)
- Return type:
Iterator[Element]
- graded_basis[source]¶
/home/runner/work/uconf/uconf/src/uconf/models/associative.py (starting at line 115) Return the
Familyof all basis elements in degreed.- Type:
File
- graded_planar_basis[source]¶
/home/runner/work/uconf/uconf/src/uconf/models/associative.py (starting at line 120) Return the
Familyof planar basis elements in degreed.- Type:
File