Skip to content

Commit 829d265

Browse files
author
Till Rettberg
committed
Rescale Lebedev weights for consistency
1 parent 1f798b9 commit 829d265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micarray/modal/angular.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ def available_quadrature(d):
274274
warn("Lebedev grid of order {} has negative weights.".format(n))
275275
azi = q.azimuthal_polar[:, 0]
276276
elev = q.azimuthal_polar[:, 1]
277-
return azi, elev, q.weights
277+
return azi, elev, 4*np.pi*q.weights

0 commit comments

Comments
 (0)