Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add minor grammar fix to documentation
  • Loading branch information
marco-2023 committed Oct 26, 2025
commit a012b4609bedc35c50c3e40d4c98a6aee2b3fa5e
2 changes: 1 addition & 1 deletion gbasis/evals/eval_deriv.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def construct_array_contraction(
contraction (_eval_first_second_order_deriv_contractions()).
screen_basis : bool, optional
Whether to screen out points that are too far from the contraction center. Default value
False.
is False.
tol_screen : float
Screening tolerance for excluding points. This value, together with the
minimum contraction parameters, determines a cutoff distance. Points
Expand Down