Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
tovrstra committed Jul 5, 2024
1 parent 846d84d commit 5663ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iodata/basis.py
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ class Shell:
but only some quantum chemistry codes have efficient implementations for them.
For example, the ANO-RCC basis for carbon has 8 S-type basis functions,
all different linear combinations of the same 14 Gaussian primitives.
In this case, this list is ``[1, 1, 1, 1, 1, 1, 1, 1]``.
In this case, this list is ``[0, 0, 0, 0, 0, 0, 0, 0]``.
"""

kinds: list[str] = attrs.field(validator=validate_shape(("coeffs", 1)))

0 comments on commit 5663ba4

Please sign in to comment.