atomistics.workflows.elastic.elastic_moduli.get_poissonsratio_hill

atomistics.workflows.elastic.elastic_moduli.get_poissonsratio_hill#

atomistics.workflows.elastic.elastic_moduli.get_poissonsratio_hill(bulkmodul_hill: float, shearmodul_hill: float) float[source]#

Calculate the Poisson’s ratio using Hill’s approximation.

Parameters: bulkmodul_hill (float): The bulk modulus calculated using Hill’s approximation. shearmodul_hill (float): The shear modulus calculated using Hill’s approximation.

Returns: float: The Poisson’s ratio calculated using Hill’s approximation.