Skip to content

Commit

Permalink
Update list of output files
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Nov 5, 2024
1 parent f47d74b commit b19397e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/custodian/lobster/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,30 @@
LOBSTEROUTPUT_FILES = [
"lobsterout",
"CHARGE.lobster",
"COBICAR.lobster",
"COBICAR.LCFO.lobster"
"COHPCAR.lobster",
"COHPCAR.LCFO.lobster",
"COOPCAR.lobster",
"COOPCAR.LCFO.lobster",
"DOSCAR.lobster",
"DOSCAR.LCFO.lobster",
"DOSCAR.LSO.lobster",
"GROSSPOP.lobster",
"ICOBILIST.lobster",
"ICOBILIST.LCFO.lobster",
"ICOHPLIST.lobster",
"ICOHPLIST.LCFO.lobster",
"ICOOPLIST.lobster",
"ICOOPLIST.LCFO.lobster",
"IMOFELIST.lobster",
"lobster.out",
"projectionData.lobster",
"POLARIZATION.lobster",
"MadelungEnergies.lobster",
"MOFECAR.lobster",
"SitePotentials.lobster",
"bandOverlaps.lobster",
"ICOBILIST.lobster",
"COBICAR.lobster",
"DOSCAR.LSO.lobster",
]
FW_FILES = ["custodian.json", "FW.json", "FW_submit.script"]

Expand Down

0 comments on commit b19397e

Please sign in to comment.