You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discrete Jacobi had Nquad = 3*N, I changed this to max(300, 3*N) to fix a problem in the wave function project. But it's a bit hacky. Best thing to do might be to just use a Gauss quadrature rule and then it will always be exact unless the user specifies the distribution.
The text was updated successfully, but these errors were encountered:
Discrete Jacobi had Nquad = 3*N, I changed this to
max(300, 3*N)
to fix a problem in the wave function project. But it's a bit hacky. Best thing to do might be to just use a Gauss quadrature rule and then it will always be exact unless the user specifies the distribution.The text was updated successfully, but these errors were encountered: