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.

temperatures()

Get the array of temperatures.

volumes()

Get the array of volumes.

temperatures() ndarray[source]#

Get the array of temperatures.

Returns: np.ndarray: Array of temperatures.

volumes() ndarray[source]#

Get the array of volumes.

Returns: np.ndarray: Array of volumes.