The size of the array returned by matscipy.rings.ring_statistics depends on the structure that the ring statistics were computed for, i.e. the largest ring found (limited by maxlength). For example, the ring statistics returned for a graphene sheet would always be [0, 0, 0, 0, 0, n] for any maxlength >= 6. I believe the function should have predictable return to avoid errors on the user side.
The size of the array returned by matscipy.rings.ring_statistics depends on the structure that the ring statistics were computed for, i.e. the largest ring found (limited by maxlength). For example, the ring statistics returned for a graphene sheet would always be [0, 0, 0, 0, 0, n] for any maxlength >= 6. I believe the function should have predictable return to avoid errors on the user side.