Skip to content

Commit

Permalink
👌 Switch to bands calculation for NSCF step
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Nov 15, 2023
1 parent e447bfb commit 2cf9f23
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ def get_nscf_builder( # pylint: disable=too-many-arguments

parameters["SYSTEM"]["nbnd"] = nbnd

parameters["SYSTEM"]["nosym"] = True
parameters["SYSTEM"]["noinv"] = True

parameters["CONTROL"]["calculation"] = "nscf"
parameters["CONTROL"]["calculation"] = "bands"
parameters["CONTROL"]["restart_mode"] = "from_scratch"
parameters["ELECTRONS"]["startingpot"] = "file"
# I switched to the QE default `david` diagonalization, since now
Expand Down

0 comments on commit 2cf9f23

Please sign in to comment.