atomate
atomate copied to clipboard
Added key 'extra_scf_print' to ensure parsing the Fock matrix
Summary
Addition of flag extra_scf_print in the SinglePoint Fireworks. In line with this PR in pymatgen.
- Allow the user to request for parsing of the Fock matrix, eigenvalues, etc through a single key
- Make sure that the SCF convergence criteria is increased.
Note also that to make the commit I needed to increase the version of black to 22.3.0 (otherwise it threw up a click error). Thanks to @samblau for the discussion!
TODO (if any)
Tests need to be added.
Have added tests for the next input key extra_scf_print. Need the pymetgen PR first in order to pass tests.
Hi @sudarshanv01 just a friendly reminder that this PR has some conflicts to resolve before being merged. If you are still working on it, please let me know when it is ready. Thanks.
Hi @Zhuoying - thanks for checking in! I am currently waiting an a related pymatgen PR to get merged (link here). Without the pymatgen PR, this current PR will fail a few tests.