10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 18:05:59 +02:00

qp_set_frozen_core is deactivated with pseudos

This commit is contained in:
Anthony Scemama 2018-05-25 14:18:53 +02:00
parent 25f7e47ef1
commit dbe2e997f9

View File

@ -7,6 +7,9 @@ sys.path = [ os.environ["QP_ROOT"]+"/install/EZFIO/Python" ] + sys.path
from ezfio import ezfio
ezfio.set_filename(sys.argv[1])
if ezfio.get_pseudo_do_pseudo:
print "I will not set frozen core with pseudopotentials."
sys.exit(0)
nb = 0
for charge in ezfio.nuclei_nucl_charge: