pyiron_atomistics.atomistics.master.phonopy.Thermal#
- class pyiron_atomistics.atomistics.master.phonopy.Thermal(temperatures, free_energies, entropy, cv)[source]#
Bases:
objectHolds thermal properties that are the results of the phonopy calculation.
- Parameters:
temperatures (ndarray) – temperatures at which the other quantities are evaluated, units of Kelvin
free_energies (ndarray) – free energies in the quasi-harmonic approximation from phonon contributions, units of electron volts
entropy (ndarray) – vibrational entropy calculated from the above free energy
cv (ndarray) – heat capacity at constant volume, units of kJ/K/mol
Methods
__init__(temperatures, free_energies, ...)