Skip to content

Commit

Permalink
Fixed orbital map in FHIaims
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Oct 23, 2023
1 parent 031cbb9 commit 6dd1e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electronicparsers/fhiaims/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ def __init__(self):
'Hirshfeld volume': 'x_fhi_aims_hirschfeld_volume'
}

self.orbital_lm_map = ['s', 'p', 'd', 'f', 'g']
self.orbital_lm_map = ['s', 'p', 'd', 'f', 'g', 'h'] # ask devs about 'g' and 'h' orbitals (?)

self._gw_flag_map = {
'gw': 'G0W0',
Expand Down

0 comments on commit 6dd1e27

Please sign in to comment.