Skip to content

Commit

Permalink
Update spencerfano.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 29, 2024
1 parent da5c397 commit 7d2d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynonthermal/spencerfano.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def analyse_ntspectrum(self):
Z,
ion_stage,
ionpot_ev=ionpot_valence,
Zbar=get_Zbar(ions=self.ionpopdict.keys(), ionpopdict=self.ionpopdict),
Zbar=get_Zbar(ions=tuple(self.ionpopdict.keys()), ionpopdict=self.ionpopdict),
)
print(f" eff_ionpot: {eff_ionpot:.2f} [eV]")
print(f" workfn: {workfn_ev:.2f} [eV]")
Expand Down

0 comments on commit 7d2d92a

Please sign in to comment.