VASP-Elastic
VASP-Elastic copied to clipboard
Error in script
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 script.please suggest solution. File “ElasticProperties.py”, line 101 print "Voigt-Reuss-Hill bulk modulus (GPa): ", Kvrh ^ SyntaxError: invalid syntax
which version of Python do you use? I guess maybe the you use the Python3.x, but the syntax of (print) shows you should better be use Python2.x or comment use function <print()>