VASP-Elastic icon indicating copy to clipboard operation
VASP-Elastic copied to clipboard

Extracts full elastic tensor from VASP OUTCAR and calculates some useful quantities

Results 2 VASP-Elastic issues
Sort by recently updated
recently updated
newest added

Dear Users: Dear Users I want to use the python script for calculation of elastic properties as mentioned in the script, But I got this error message while running the...

The correct one: $$15 G_v = (C_{11}+C_{22}+C_{33}) - (C_{12} + C_{23} + C_{31}) + 3(C_{44} + C_{55} + C_{66})$$ The wrong one: Gv = (4 * (Cij[0,0] + Cij[1,1] +...