aiida_quantumespresso.calculations.functions.xspectra.merge_spectra#
CalcFunction to merge multiple XyData nodes of calculated XANES spectra into a new XyData node.
Module Contents#
Functions#
|
Compile all calculated spectra into a single |
- aiida_quantumespresso.calculations.functions.xspectra.merge_spectra.merge_spectra(**kwargs)[source]#
Compile all calculated spectra into a single
XyDatanode for easier plotting.The keyword arguments must be an arbitrary number of
XyDatanodes from the output_spectra of XspectraCalculation`s, all other `kwargs will be discarded at runtime.Returns a single
XyDatanode where each set of y values is labelled according to the polarisation vector used for the XspectraCalculation.