This commit is contained in:
caes 2017-06-25 14:48:17 -04:00
parent 9e9749957a
commit dc65522e78
2 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ continuum_file_new=hnuineV.$continuum_file_orig
while read photon_energy_in_ryd everything_else; do
# 1 Ryd = 13.60569253 eV
photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"`
done <$continuum_file_orig
photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"
echo $photon_energy_in_eV $everything_else`
done < $continuum_file_orig