Skip to content

Commit

Permalink
fix lso dos of lobster being not saved in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Mar 24, 2023
1 parent 161f685 commit 3cc00a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomate2/lobster/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def from_directory(

# Read in LSO DOS
lso_dos = None
doscar_lso_path = dir_name / "DOSCAR.LSO.lobster"
doscar_lso_path = dir_name / "DOSCAR.LSO.lobster.gz"
if store_lso_dos and doscar_lso_path.exists():
doscar_lso_lobster = Doscar(
doscar=doscar_lso_path, structure_file=structure_path
Expand Down

0 comments on commit 3cc00a6

Please sign in to comment.