Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 22, 2024
1 parent 9e32b62 commit 84f2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisatomic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def match_hydrogenic_phixs(
return [], [], []

get_n = dict_get_n_func[ion_handler]
print(f"Matching hydrogenic photoionization cross sections for Z={atomic_number} {elsymbols[atomic_number]}")
print(f"using hydrogenic photoionization cross sections for Z={atomic_number} {elsymbols[atomic_number]}")

alpha_squared = 0.0072973525643**2 # fine structure constant squared
mc_squared = 0.5109989461 * 1e6 # electron mass in eV
Expand Down

0 comments on commit 84f2268

Please sign in to comment.