Skip to content

Commit

Permalink
Merge pull request #4655 from jtkrogel/nx_pdos1
Browse files Browse the repository at this point in the history
Nexus: add pdos flag for Projwfc
  • Loading branch information
ye-luo authored Jul 1, 2023
2 parents 5609d7e + 18f883c commit 712da59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/lib/pwscf_postprocessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def generate_bands(**kwargs):
class ProjwfcNamelist(Namelist):
namelist = 'projwfc'
names = ['ngauss','degauss','Emin','Emax','deltaE',
'prefix','outdir','fildos','filproj',
'prefix','outdir','fildos','filproj','filpdos',
'lsym','pawproj','lwrite_overlaps','lbinary_data']
#end class ProjwfcNamelist

Expand Down

0 comments on commit 712da59

Please sign in to comment.