Changed
- Updated VASP co-pilot rules and `BulkSet.yaml` in accordance with recent MP benchmarking (849).
- Moved `fetch_atoms` to `quacc.schemas`.
Fixed
- VASP: Fixed a scenario where SIGMA was set to 0.05 if the user provided SIGMA > 0.05. This was supposed to happen when ISMEAR = 0 but was previously done when ISMEAR = -5, which is not influenced by SIGMA.
- Fixed `mp_metagga_relax_flow` to use a `!Python flow` decorator instead of `!Python job`
- Fixed the Q-Chem Quasi-IRC job to run as one `!Python job` instead of two.