Dear Developers:
I try to run ElaStic with QE.
After all QE calculations, I run ElaStic_Analyze and ElaStic_Result. But they failed : (
I use python2.4 and QE5.0.
Could you please give me any help. Thanks in adanvce :)
@HW> ElaStic_Analyze
Traceback (most recent call last):
File "/home/lykong/bin/ElaStic_Analyze_Energy", line 233, in ?
CONV = ToGPa * factorial(ordr)*1.
NameError: name 'factorial' is not defined
Although ElaStic_Analyze failed, I found Dst01_Energy.dat in Dst01 like this:
-0.0500000000 -948.82539431
-0.0333333333 -948.94796768
-0.0166666667 -949.01600332
+0.0001000000 -949.03830817
+0.0166666667 -949.02184441
+0.0333333333 -948.97431592
+0.0500000000 -948.90753513
@HW>ElaStic_Result
Traceback (most recent call last):
File "/home/lykong/bin/ElaStic_Result_Energy_2nd", line 473, in ?
print »fo, ' Voigt bulk modulus, B_V = {0} GPa'.format('%8.2f'%(BV))
AttributeError: 'str' object has no attribute 'format'
The error of ElaStic_Result may be related with my old python version(2.4).