gbasis icon indicating copy to clipboard operation
gbasis copied to clipboard

[BUG] Typos in documentation & parser.py

Open 3laaHisham opened this issue 1 year ago • 1 comments

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

  1. /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"
  2. /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

Docs 2. parser

System Information:

  • OS:
  • Python version:
  • NumPy version:
  • SciPy version:

Additional context

3laaHisham avatar Mar 12 '24 12:03 3laaHisham

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.

Charlie-1-3 avatar Mar 23 '24 13:03 Charlie-1-3