3
0
mirror of https://github.com/triqs/dft_tools synced 2024-09-12 05:38:31 +02:00

Update bin/init_dmftpr

Co-authored-by: Hermann Schnait <42941106+hschnait@users.noreply.github.com>
This commit is contained in:
Harry LaBollita 2021-11-03 11:28:36 -07:00 committed by Alexander Hampel
parent 0c4c63f917
commit 0d25d7eb15

View File

@ -75,7 +75,7 @@ def write_indmftpr():
soc=input("Do you want to include soc? (y/n)\n")
if soc == "y":
if irrep == "t2g" or irrep == "eg":
if proj=="d" and ( irrep == "t2g" or irrep == "eg" ):
print("Warning: For SOC, dmftproj will use the entire d-shell. Using entire d-shell!")
out.write("0 0 0 0\n")
out.write("1\n")