vibeqc.lebedev_supported_orders

vibeqc.lebedev_supported_orders()[source]

Return the Lebedev orders scipy.integrate.lebedev_rule supports.

The Lebedev-Laikov family doesn’t have a value at every odd order; the supported set is what scipy.integrate.lebedev_rule() accepts. Common production orders for GAPW (CP2K’s defaults): 17, 23, 29, 35, 41.

Return type:

tuple[int, …]