atomistics.workflows.evcurve.debye.debye_integral#
- atomistics.workflows.evcurve.debye.debye_integral(x: ndarray) ndarray[source]#
Calculate the Debye integral for a given array of values.
- Parameters:
x (np.ndarray) – Array of values for which the Debye integral is calculated.
- Returns:
Array of Debye integral values corresponding to the input values.
- Return type:
np.ndarray