Skip to content

Commit

Permalink
Update readhillierdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 22, 2024
1 parent 54c7319 commit 24d948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisatomic/readhillierdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ def read_hyd_phixsdata():
continue

n, num_points = (int(x) for x in line.split())
e_threshold_ev = hc_in_ev_angstrom / float(hillier_energy_levels[n].thresholdenergyev)
e_threshold_ev = float(hillier_energy_levels[n].thresholdenergyev)

gaunt_values = []
for line in fhyd:
Expand Down

0 comments on commit 24d948c

Please sign in to comment.