Hello,
I’ve been trying to correctly set the ring dimension, and while investigating, I came across Commit 4eed808
(link), which mentions:
Fix logQ(P) estimation used for finding the minimum ring dimension
I noticed that a new method, EstimateLogP
, was introduced as part of this update. This seems quite important for understanding how the estimation is now done.
Would there happen to be any references or documentation that explain the theoretical background or derivation behind EstimateLogP
? I’d really appreciate any pointers to papers, notes, or internal rationale behind this change.
Also, if there are any other related changes or context introduced in this commit that might be useful for understanding how ring dimension estimation has evolved, I’d be very grateful if you could point me to those as well.
Thanks in advance!