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

Fix documentation domain issues in onedgrids #139

Closed Ali-Tehrani closed 3 years ago

Ali-Tehrani commented 3 years ago

Small pull request that fixes the domain issues from [0, 1] to [-1, 1] for the RectangleRule and RectangleRuleEndpoints and replaced [-1:1] with [1, 1]