Solved the Lebedev-Laikov quadrature for degree 5 corresponding to number of points 18. This removes the negative weights when the number of points is 14. The tests were updated to include degree=5. The table now includes stars next to grids that have negative degrees
In addition, I've updated the docs to include the correct spherical coordinates that the code supports i.e. phi in [0, \pi)
and so sin(\phi) should be there instead of sin(theta).
Also added an Angular Grid jupyter notebook and included it on the website
This is related to issue #148 and issue #158.
Solved the Lebedev-Laikov quadrature for degree 5 corresponding to number of points 18. This removes the negative weights when the number of points is 14. The tests were updated to include degree=5. The table now includes stars next to grids that have negative degrees
In addition, I've updated the docs to include the correct spherical coordinates that the code supports i.e. phi in [0, \pi) and so sin(\phi) should be there instead of sin(theta).
Also added an Angular Grid jupyter notebook and included it on the website