PhasesResearchLab / dfttk2

DFTTK is a Python package for automating VASP workflows and storing the relevant results on MongoDB.
6 stars 0 forks source link

nameing files with ".1relax", ".2relax", ".3static" at the end #74

Closed lukeamyers closed 1 week ago

lukeamyers commented 3 months ago

This seems to be what was causing github to be saying that we have roff files in our code.

We should probably change how we name the output files so that these aren't considered to be extensions I think.

nhew1994 commented 1 week ago

Is this still an issue?

lukeamyers commented 1 week ago

I think it's a little awkward to treat the VASP step as a file extension, since it isn't a different type of file. I would suggest changing the naming to "OUTCAR_3static" instead of "OUTCAR.3static."

However, this is not a big deal, and if this is the standard way to name the VASP config files with custodian at each step is to add an extension, then there is no problem.

nhew1994 commented 1 week ago

You can change the suffix to _3static instead of .3static. But then we will have to change all the other names to _3static.