mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-23 21:03:49 +01:00
escape newline in nexus script
This commit is contained in:
parent
ee40465648
commit
5fee067556
@ -115,7 +115,7 @@ for i in range(len(allkpts)):
|
|||||||
#end if
|
#end if
|
||||||
|
|
||||||
with open('e_scf','w') as ener:
|
with open('e_scf','w') as ener:
|
||||||
ener.write('%s\n' % (e_scf))
|
ener.write('%s\\n' % (e_scf))
|
||||||
print('e_scf',e_scf)
|
print('e_scf',e_scf)
|
||||||
|
|
||||||
#title="S8-twist%s"%i
|
#title="S8-twist%s"%i
|
||||||
|
Loading…
Reference in New Issue
Block a user