10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

escape newline in nexus script

This commit is contained in:
Kevin Gasperich 2020-03-31 14:38:23 -05:00
parent ee40465648
commit 5fee067556

View File

@ -115,7 +115,7 @@ for i in range(len(allkpts)):
#end if
with open('e_scf','w') as ener:
ener.write('%s\n' % (e_scf))
ener.write('%s\\n' % (e_scf))
print('e_scf',e_scf)
#title="S8-twist%s"%i