Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce exported functions #42

Closed
ohno opened this issue Apr 11, 2024 · 1 comment
Closed

Reduce exported functions #42

ohno opened this issue Apr 11, 2024 · 1 comment
Assignees
Milestone

Comments

@ohno
Copy link
Owner

ohno commented Apr 11, 2024

It is not necessary to export orthogonal polynomials and other functions other than V, E and ψ.

- export HydrogenAtom, V, E, ψ, R, L, Y, P
+ export HydrogenAtom, V, E, ψ
@ohno ohno added this to the v1.0.0 milestone Apr 18, 2024
@ohno
Copy link
Owner Author

ohno commented Jun 8, 2024

The documentation and test codes should also be updated at the same time.

r -> r^2 * R(H,r,n=n,l=l)^2,

- r -> r^2 * R(H,r,n=n,l=l)^2,
+ r -> r^2 * Antique.R(H,r,n=n,l=l)^2,

@ohno ohno closed this as completed in e239af0 Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant