atomistics.workflows.phonons.helper.PhonopyThermalProperties#
- class atomistics.workflows.phonons.helper.PhonopyThermalProperties(phonopy_instance: Phonopy)[source]#
Bases:
object- __init__(phonopy_instance: Phonopy)[source]#
Initialize the PhonopyThermalProperties object.
- Parameters:
phonopy_instance (Phonopy) – The Phonopy instance.
Methods
__init__(phonopy_instance)Initialize the PhonopyThermalProperties object.
entropy()Get the entropy.
Get the free energy.
Get the heat capacity.
Get the temperatures.
volumes()Get the volumes.
- free_energy() ndarray[source]#
Get the free energy.
- Returns:
The free energy.
- Return type:
np.ndarray
- heat_capacity() ndarray[source]#
Get the heat capacity.
- Returns:
The heat capacity.
- Return type:
np.ndarray