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