uconf.models.commutative¶
Commutative operad model.
For n >= 1, Com(n) is rank-one with trivial symmetric action and zero
differential. Arity 0 is the zero module.
Classes
|
Commutative operad component in fixed arity. |
- class uconf.models.commutative.Commutative(n, base_ring)[source]¶
Bases:
CombinatorialFreeModuleCommutative 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]
- graded_basis[source]¶
/home/runner/work/uconf/uconf/src/uconf/models/commutative.py (starting at line 94) Return the
Familyof all basis elements in degreed.- Type:
File