gbasis
gbasis copied to clipboard
[BUG] Typos in documentation & parser.py
Describe the bug
While navigating through the notes.pdf and later at parser.py, I think I found some unintended words in place.
To Reproduce
- /docs/notes.pdf Section 6.2 Multipole moment intergral: Instead of: "To compute the overlap of a set of molecular orbitals" It should be: "To compute the moment of a set of molecular orbitals"
- /gbasis/parser.py Line 217: Instead of: "Tolerance must be provided as True or False." It should be: "Overlap must be provided as True or False."
Expected behaviour
Minimal Effect on users and developers' experience.
Screenshots
2.
System Information:
- OS:
- Python version:
- NumPy version:
- SciPy version:
Additional context
I have corrected the above-mentioned typos in the documentation. Also if I find any more of these errors in the docs, I will see to it immediately.