Skip to content

Commit

Permalink
Update documentation and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leila-pujal committed Apr 15, 2024
1 parent 3737349 commit 1c5e0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gbasis/contractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __init__(
"spherical" or "p".
icenter : np.int64 or None (optional)
Index for the atomic center for the contraction
ovr_tol : float
tol : float
Tolerance used in overlap screening.
ovr_screen : boolean
Flag used for activating overlap screening.
Expand Down
2 changes: 1 addition & 1 deletion gbasis/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def from_iodata(mol, tol=1e-20, overlap=False):
`IOData` instance from `iodata` module.
tol : float
Tolerance used in overlap screening.
ovrlap : bool
overlap : bool
Flag for performing overlap screening between contractions.
Returns
Expand Down

0 comments on commit 1c5e0d2

Please sign in to comment.