mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
Update bin/init_dmftpr
Co-authored-by: Hermann Schnait <42941106+hschnait@users.noreply.github.com>
This commit is contained in:
parent
0c4c63f917
commit
0d25d7eb15
@ -75,7 +75,7 @@ def write_indmftpr():
|
|||||||
|
|
||||||
soc=input("Do you want to include soc? (y/n)\n")
|
soc=input("Do you want to include soc? (y/n)\n")
|
||||||
if soc == "y":
|
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!")
|
print("Warning: For SOC, dmftproj will use the entire d-shell. Using entire d-shell!")
|
||||||
out.write("0 0 0 0\n")
|
out.write("0 0 0 0\n")
|
||||||
out.write("1\n")
|
out.write("1\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user