Finding operators and simplifying them
CI / lint (push) Successful in 22s
CI / test (push) Successful in 2m5s

This commit is contained in:
Julian Piribauer
2026-08-16 16:27:05 +02:00
parent 76cd797243
commit 0972155a3a
3 changed files with 114 additions and 12 deletions
-1
View File
@@ -13,4 +13,3 @@ def _multi_indices(no_variables, total_degree: int) -> list:
yield (first,) + rest
return list(helper(no_variables, total_degree))