From 4d91c8179839a2c497bf8fcf69db5706d62f1e94 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Fri, 19 Apr 2024 18:21:24 -0400 Subject: [PATCH] Delete src/quacc/calculators/vasp/presets/magmoms_MP.yaml (#2018) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary of Changes This is available in pmg. ### Checklist - [ ] I have read the ["Guidelines" section](https://quantum-accelerators.github.io/quacc/dev/contributing.html#guidelines) of the contributing guide. Don't lie! 😉 - [ ] My PR is on a custom branch and is _not_ named `main`. - [ ] I have added relevant, comprehensive [unit tests](https://quantum-accelerators.github.io/quacc/dev/contributing.html#unit-tests). ### Notes - Your PR will likely not be merged without proper and thorough tests. - If you are an external contributor, you will see a comment from [@buildbot-princeton](https://github.com/buildbot-princeton). This is solely for the maintainers. - When your code is ready for review, ping one of the [active maintainers](https://quantum-accelerators.github.io/quacc/about/contributors.html#active-maintainers). --- .../calculators/vasp/presets/magmoms_MP.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/quacc/calculators/vasp/presets/magmoms_MP.yaml diff --git a/src/quacc/calculators/vasp/presets/magmoms_MP.yaml b/src/quacc/calculators/vasp/presets/magmoms_MP.yaml deleted file mode 100644 index ab15bd5dc7..0000000000 --- a/src/quacc/calculators/vasp/presets/magmoms_MP.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Magmoms used in the Materials Project -# Source: https://github.com/materialsproject/atomate2/blob/main/src/atomate2/vasp/sets/BaseMPR2SCANRelaxSet.yaml -# Last modified: 08-01-2023 -inputs: - elemental_magmoms: - Ce: 5 - Co: 0.6 - Cr: 5 - Eu: 10 - Fe: 5 - Mn: 5 - Mo: 5 - Ni: 5 - V: 5 - W: 5