Skip to content

Commit

Permalink
add comment on temporary XML retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Oct 8, 2021
1 parent 2e1b081 commit 51c4c04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiida_quantumespresso/calculations/projwfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class ProjwfcCalculation(NamelistsCalculation):
_internal_retrieve_list = [
NamelistsCalculation._PREFIX + '.pdos*',
]
# The XML file is added to the temporary retrieve list since it is required for parsing, but already in the
# repository of a an ancestor calculation.
_retrieve_temporary_list = [
xml_path.as_posix(),
]
Expand Down

0 comments on commit 51c4c04

Please sign in to comment.