optados-developers / optados

Official Repository of the Optados code
http://www.optados.org
20 stars 22 forks source link

Including the chemical shift in Coreloss calculations #55

Closed harpaf13 closed 1 year ago

harpaf13 commented 1 year ago

Within the tools/ folder, a new script is created titled miz_chemical_shift. This script is designed to take the output of a single .castep coreloss calculation and calculate the chemical shift of the core-hole calculation relative to the ground state energy calculation without a core hole, as described by Mizoguchi et. al. 2009 J. Phys.: Condens. Matter 21 104204.

In addition, a new keyword has been added to OptaDOS, core_chemical_shift which is either inserted into the .odi file using the miz_chemical_shift script or supplied by the user and shifts the output of a core calculation to the relevant chemical shift value. For example:

core_chemical_shift : 11444.28

Would shift the x-xaxis of a correspoding coreloss calculation by 11444.28 eV. This code is aimed at streamlining the process of calculating this chemcial shift across multiple structures or configurations, and allow optados to output the shifted coreloss spectrum.