Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 23, 2024
1 parent 9b14639 commit 5f8f434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cclib/parser_properties/gbasis.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def psi4(file_handler, ccdata) -> dict | None:
line = file_handler.last_line
if line.strip() == "==> AO Basis Functions <==":
if base_parser.check_dependencies(dependency_list, ccdata, "gbasis"):

def get_symmetry_atom_basis(parsed_gbasis):
"""Get symmetry atom by replicating the last atom in gbasis of the same element."""
missing_index = len(parsed_gbasis)
Expand Down

0 comments on commit 5f8f434

Please sign in to comment.