theochem / grid

Python library for numerical integration, interpolation, and differentiation on (molecular) grids.
https://grid.qcdevs.org/
GNU Lesser General Public License v3.0
46 stars 19 forks source link

Fixed error in real spherical harmonics docstring equation #221

Closed pujaltes closed 10 months ago

pujaltes commented 10 months ago

I believe there is a small typo in the docstring for the real spherical harmonics in the generate_real_spherical_harmonics function. This PR simply adds the missing square root.

Ali-Tehrani commented 10 months ago

Thank you for finding and fixing this!