Skip to content

Commit

Permalink
fix bandstructure store issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Nov 7, 2023
1 parent 0b7213e commit 207c52a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/atomate2/vasp/jobs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

_BADER_EXE_EXISTS = bool(which("bader") or which("bader.exe"))
_DATA_OBJECTS = [
BandStructure,
BandStructureSymmLine,
DOS,
Dos,
CompleteDos,
Expand All @@ -39,7 +41,7 @@
Trajectory,
"force_constants",
"normalmode_eigenvecs",
"bandstructure"
"bandstructure",
]

# Input files. Partially from https://www.vasp.at/wiki/index.php/Category:Input_files
Expand Down

0 comments on commit 207c52a

Please sign in to comment.