diff options
author | 2019-08-21 08:45:25 -0700 | |
---|---|---|
committer | 2019-08-21 08:45:25 -0700 | |
commit | 9795e23c12b3f3553c748e2e335b716f3df62e22 (patch) | |
tree | 08700c29705c7996751370846297f194d091e70d /Source/Utils/write_atomic_data_cpp.py | |
parent | 3d97f28944e8542754d80a671a5b8552302ec4d7 (diff) | |
download | WarpX-9795e23c12b3f3553c748e2e335b716f3df62e22.tar.gz WarpX-9795e23c12b3f3553c748e2e335b716f3df62e22.tar.zst WarpX-9795e23c12b3f3553c748e2e335b716f3df62e22.zip |
add comments and make sure charge=q_e for ionizable species
Diffstat (limited to '')
-rw-r--r-- | Source/Utils/write_atomic_data_cpp.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Utils/write_atomic_data_cpp.py b/Source/Utils/write_atomic_data_cpp.py index 21d61a075..b085d50eb 100644 --- a/Source/Utils/write_atomic_data_cpp.py +++ b/Source/Utils/write_atomic_data_cpp.py @@ -1,3 +1,9 @@ +''' +This python script reads ionization tables in atomic_data.txt (generated from +the NIST website) and extracts ionization levels into C++ file +IonizationEnergiesTable.H, which contains tables + metadata. +''' + import re, os import numpy as np from scipy.constants import e |