Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kzinovjev committed Oct 30, 2024
1 parent f80c52d commit bb808d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/emle-analyze
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ result = {'z': parser.z,
'E_induced_qm': parser.E_induced,
's_qm': parser.mbis['s'],
'q_core_qm': parser.mbis['q_core'],
'q_val_qm': parser.mbis['q_core'],
'q_val_qm': parser.mbis['q_val'],
'E_static_emle': analyzer.e_static,
'E_induced_emle': analyzer.e_induced,
's_emle': analyzer.s,
Expand Down

0 comments on commit bb808d5

Please sign in to comment.