Skip to content

Commit

Permalink
Add --filter option to procar command
Browse files Browse the repository at this point in the history
  • Loading branch information
wladerer committed Jan 31, 2024
1 parent ceaf7c4 commit 676b81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vsh/scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def procar(subparsers):
#add argument group for file handling
file_handling = subp_procar.add_argument_group('file handling')
file_handling.add_argument('-p', '--pickle', action='store_true', help='Write projected eigenvalues from a vasprun.xml file to a pickle file')
file_handling.add_argument('--filter', help='Filter the projected eigenvalue data', action='store_true')

#add argument group for plotting
plotting = subp_procar.add_argument_group('Band Plotting')
Expand Down

0 comments on commit 676b81a

Please sign in to comment.