Skip to content

Commit

Permalink
Minor touch ups
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 27, 2023
1 parent e65886c commit f005973
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions electronicparsers/fhiaims/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1816,9 +1816,7 @@ def parse_atom_type(species):
sec_basis_func.x_fhi_aims_controlInOut_basis_func_primitive_gauss_alpha = alpha

# add inout parameters read from main output
# species
species = self.out_parser.get('control_inout', {}).get('species')
if species is not None:
if (species := self.out_parser.get('control_inout', {}).get('species')) is not None:
for specie in species:
parse_atom_type(specie)

Expand Down

0 comments on commit f005973

Please sign in to comment.