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
Uh oh!
There was an error while loading. Please reload this page.
-
Last week we completed integration of the new implementations of Hilbert series -- thanks to @HechtiDerLachs !
Right now there are two interfaces:
hilbert_seriesandmulti_hilbert_series. What is the difference between these two functions?If I recall well,
multi_hilbert_seriesis more general but returns a result composed of laurent polynomials, whereashilbert_seriesreturn normal polynomials (so the grading must be positive). Is this the only difference?Would it make sense to rename
multi_hilbert_seriesto 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