Skip to content

Commit

Permalink
Merge pull request #108 from TheoChem-VU/107-setting-relativistic-tre…
Browse files Browse the repository at this point in the history
…atment-to-none-crashes-reading-of-the-calculation

Added the case of ioprel eq 0
  • Loading branch information
YHordijk authored Feb 2, 2024
2 parents f62837b + acc24db commit cd362c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tcutility/results/adf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def get_calc_settings(info: Result) -> Result:
reader_adf = cache.get(info.files["adf.rkf"])

relativistic_type_map = {
0: 'None',
1: 'scalar Pauli',
3: 'scalar ZORA', # scalar ZORA + MAPA
4: 'scalar ZORA + full pot.',
Expand Down

0 comments on commit cd362c5

Please sign in to comment.