atomistics.workflows.elastic.elastic_moduli.get_elastic_matrix_inverse

atomistics.workflows.elastic.elastic_moduli.get_elastic_matrix_inverse#

atomistics.workflows.elastic.elastic_moduli.get_elastic_matrix_inverse(elastic_matrix: ndarray) ndarray[source]#

Calculate the inverse of the elastic matrix.

Parameters:

elastic_matrix (np.ndarray) – The elastic matrix.

Returns:

The inverse of the elastic matrix.

Return type:

np.ndarray