> For the complete documentation index, see [llms.txt](https://docs.materialsproject.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.materialsproject.org/methodology/materials-methodology/x-ray-absorption-spectra.md).

# X-ray Absorption Spectra (XAS)

X-ray Absorption Spectra (XAS) is calculated using the code FEFF$$^{1,2,3}$$.Feff is an ab initio multiple-scattering code for calculating excitation spectra and electronic structure. It is based on a real space Green’s function approach including a screened core-hole, inelastic losses and self-energy shifts, and Debye-Waller factors. The spectra include extended x-ray absorption fine structure (EXAFS), x-ray absorption near edge structure (XANES), and then both are stiched together to give a total XAS spectra. In addition the code can treat relativistic electron energy loss spectroscopy (EELS).

Multiple parameters are checked for convergence, including:

* *Self-consistent field (SCF)*
* *Full multiple scattering (FMS)*
* *EXCHANGE*: The EXCHANGE card specifies the exchange correlation potential model used for XANES calculation.
* *COREHOLE*: The COREHOLE card is used for specifying how the core is treated during XANES calculation.

For full details, please refer to publication:[ High-throughput computational X-ray absorption spectroscopy](https://www.nature.com/articles/sdata2018151)

#### References:

1. *Parameter-free calculations of x-ray spectra with FEFF9*, J.J. Rehr, J.J. Kas, F.D. Vila, M.P. Prange, K. Jorissen, Phys. Chem. Chem. Phys., 12, 5503-5513 (2010)
2. *Ab initio theory and calculations of X-ray spectra*, J.J. Rehr, J.J. Kas, M.P. Prange, A.P. Sorini, Y. Takimoto, F.D. Vila, Comptes Rendus Physique 10 (6) 548-559 (2009)
3. *Theoretical Approaches to X-ray Absorption Fine Structure*, J. J. Rehr and R. C. Albers, Rev. Mod. Phys. 72, 621, (2000)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.materialsproject.org/methodology/materials-methodology/x-ray-absorption-spectra.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
