atomistics.workflows.elastic.elastic_moduli.get_youngsmodul_hill#
- atomistics.workflows.elastic.elastic_moduli.get_youngsmodul_hill(bulkmodul_hill: float, shearmodul_hill: float) float[source]#
Calculate the Young’s modulus using the Hill approximation.
- Parameters:
bulkmodul_hill (float) – The bulk modulus.
shearmodul_hill (float) – The shear modulus.
- Returns:
The calculated Young’s modulus.
- Return type:
float