mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-26 06:14:43 +01:00
qp_set_frozen_core is deactivated with pseudos
This commit is contained in:
parent
25f7e47ef1
commit
dbe2e997f9
@ -7,6 +7,9 @@ sys.path = [ os.environ["QP_ROOT"]+"/install/EZFIO/Python" ] + sys.path
|
|||||||
from ezfio import ezfio
|
from ezfio import ezfio
|
||||||
|
|
||||||
ezfio.set_filename(sys.argv[1])
|
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
|
nb = 0
|
||||||
for charge in ezfio.nuclei_nucl_charge:
|
for charge in ezfio.nuclei_nucl_charge:
|
||||||
|
Loading…
Reference in New Issue
Block a user