Skip to content

Commit

Permalink
Fix issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Aug 24, 2021
1 parent 4959ba9 commit 9aef4b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artisatomic/readhillierdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ def get_hummer_phixstable(lambda_angstrom, a, b, c, d, e, f, g, h):
for index, c_en in enumerate(energygrid):
energydivthreshold = 1 + 20 * (c_en ** 2)

thresholddivenergy = energydivthreshold ** -1
x = math.log10(energydivthreshold)

if x < e:
Expand Down

0 comments on commit 9aef4b9

Please sign in to comment.