Skip to content

Commit

Permalink
Updated pDOS so now the outputs can be exposed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Minotakm committed Nov 20, 2024
1 parent b21076c commit ae44938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiida_quantumespresso/workflows/pdos.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def define(cls, spec):
spec.exit_code(404, 'ERROR_SUB_PROCESS_FAILED_BOTH',
message='both the DOS and PROJWFC sub process failed')

spec.expose_outputs(PwBaseWorkChain, namespace='scf')
spec.expose_outputs(PwBaseWorkChain, namespace='nscf')
spec.expose_outputs(DosCalculation, namespace='dos')
spec.expose_outputs(ProjwfcCalculation, namespace='projwfc')
Expand Down

0 comments on commit ae44938

Please sign in to comment.