Skip to content

Test of VASP INCAR writing

Steen Lysgaard requested to merge stly/ase:vasp-incar-test into master

Checklist

Implementation of a test for writing INCAR files for VASP. It tests that different types are written correctly in the INCAR.

This merge request lays some groundwork for refactoring the way INCARs are written. INCARs are currently written by write_incar in GenerateVaspInput. The method and class are very long, so extracting the logic for writing INCARs to individual functions would be highly desirable.

Merge request reports