Naming & semantics: hilbert_series, multi_hilbert_series #2676
JohnAAbbott
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Last week we completed integration of the new implementations of Hilbert series -- thanks to @HechtiDerLachs !
Right now there are two interfaces:
hilbert_series
andmulti_hilbert_series
. What is the difference between these two functions?If I recall well,
multi_hilbert_series
is more general but returns a result composed of laurent polynomials, whereashilbert_series
return normal polynomials (so the grading must be positive). Is this the only difference?Would it make sense to rename
multi_hilbert_series
to something likehilbert_series_laurent
(or other?)? Starting with the same prefix might be advantageous to users hunting for functions for computing Hilbert series.This may be slightly related to discussion #2407
Beta Was this translation helpful? Give feedback.
All reactions