Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VASP sets to transition atomate2 to use pymatgen input sets ex…
…clusively (#3835) * updates for consistency with atomate2 updates * lint * further patch for atomate2 support, make sure tests are respected or updated * linting * merge DictSet into VaspInputSet, deprecate DictSet as an alias of VaspInputSet to avoid breakage * test_dict_set_alias subclass and deprecation message * Change deprecation warning to be on init of DictSet * remove deprecated decorator, only works for functions, error msg less clear when wrapped on init * move remaining VaspInputGenerator features to PMG * pre-commit auto-fixes * added tests * add incar, kpoints, poscar, potcar attr to io.vasp.inputs.VaspInput + tests * linted * Bump rexml from 3.2.5 to 3.2.8 in /docs (#3836) Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.5...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shyue Ping Ong <shyuep@users.noreply.github.com> * Bump nokogiri from 1.16.2 to 1.16.5 in /docs (#3828) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shyue Ping Ong <shyuep@users.noreply.github.com> * shift features of VaspInputSet.write_input to VaspInput.write_input * pre-commit /linting * move file transfer from write_input method of VaspInputSet to VaspInput * add missing `output_dir` kwarg to vaspinputset.write_input --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shyue Ping Ong <shyuep@users.noreply.github.com>
- Loading branch information