9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-25 22:12:05 +02:00

python -> python3

This commit is contained in:
Anthony Scemama 2023-04-18 12:43:31 +02:00
parent 7a6598f6dd
commit e920be4587
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit b9e877d9a9444a2aac23ec94b4a174caa4a10dd2
Subproject commit fd43778e12bb5858c4c780c34346be0f158b8cc7

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys
@ -52,7 +52,7 @@ fncharges.write(" "+str(n_charges)+'\n')
fncharges.close()
mv_in_ezfio(EZFIO,tmp)
# Write the file containing the charges and set in EZFIO folder
# Write the file containing the charges and set in EZFIO folder
tmp="pts_charge_z"
fcharges = open(tmp,'w')
fcharges.write(" 1\n")