atomistics.shared.thermal_expansion.ThermalExpansionProperties#
- class atomistics.shared.thermal_expansion.ThermalExpansionProperties(temperatures_lst: ndarray, volumes_lst: ndarray)[source]#
Bases:
object- __init__(temperatures_lst: ndarray, volumes_lst: ndarray)[source]#
Initialize the ThermalExpansionProperties class.
Parameters: temperatures_lst (np.ndarray): Array of temperatures. volumes_lst (np.ndarray): Array of volumes.
Methods
__init__(temperatures_lst, volumes_lst)Initialize the ThermalExpansionProperties class.
Get the array of temperatures.
volumes()Get the array of volumes.