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

Error in script

Open abduljalils opened this issue 7 years ago • 1 comments

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

abduljalils avatar Jun 19 '18 06:06 abduljalils

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()>

greatfollow avatar Jul 04 '18 00:07 greatfollow