Skip to content

Commit

Permalink
add missing optional files to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Nov 5, 2024
1 parent b19397e commit 480810b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/custodian/lobster/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@

LOBSTERINPUT_FILES = ["lobsterin"]
LOBSTEROUTPUT_FILES = [
"lobsterout",
"BWDF.lobster",
"BWDFCOHP.lobster",
"CHARGE.lobster",
"CHARGE.LCFO.lobster",
"COBICAR.lobster",
"COBICAR.LCFO.lobster"
"COHPCAR.lobster",
Expand All @@ -32,16 +34,21 @@
"DOSCAR.LCFO.lobster",
"DOSCAR.LSO.lobster",
"GROSSPOP.lobster",
"GROSSPOP.LCFO.lobster",
"ICOBILIST.lobster",
"ICOBILIST.LCFO.lobster",
"ICOHPLIST.lobster",
"ICOHPLIST.LCFO.lobster",
"ICOOPLIST.lobster",
"ICOOPLIST.LCFO.lobster",
"IMOFELIST.lobster",
"LCFO_Fragments.lobster",
"lobsterout",
"lobster.out",
"projectionData.lobster",
"POLARIZATION.lobster",
"POSCAR.lobster",
"POSCAR.lobster.vasp",
"MadelungEnergies.lobster",
"MOFECAR.lobster",
"SitePotentials.lobster",
Expand Down

0 comments on commit 480810b

Please sign in to comment.