Skip to content

Commit

Permalink
fix example qe nodes using calcjob
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 13, 2023
1 parent 1eeaaa7 commit 7aa929f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aiida_worktree/nodes/qe.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class AiiDAPW(Node):

identifier = "AiiDAPW"
name = "PW"
node_type = "calcfunction"
node_type = "calcjob"
catalog = "QE"
args = []
kwargs = ["kpoints", "parameters", "pseudos", "structure", "code", "metadata"]
Expand Down Expand Up @@ -111,7 +111,7 @@ class AiiDADos(Node):

identifier = "AiiDADos"
name = "Dos"
node_type = "calcfunction"
node_type = "calcjob"
catalog = "QE"
args = []
kwargs = ["parent_folder", "code", "parameters", "metadata"]
Expand Down Expand Up @@ -140,7 +140,7 @@ class AiiDAProjwfc(Node):

identifier = "AiiDAProjwfc"
name = "Projwfc"
node_type = "calcfunction"
node_type = "calcjob"
catalog = "QE"
args = []
kwargs = ["parent_folder", "code", "parameters", "metadata"]
Expand Down

0 comments on commit 7aa929f

Please sign in to comment.