Published June 28, 2023
| Version v2023.6.28
Software
Open
Python Materials Genomics (pymatgen): A robust, open-source python library for materials analysis
Description
- Use lru_cache to speed up get_el_sp by 400x (@v1kko).
- Related to lru_cache of get_el_sp, Species.properties is now deprecated in favor of setting Species(spin=5). The rationale is that spin is the only supported property for Species anyway. Species and DummySpecies is now mostly immutable, i.e., setting specie.spin = 5 have no effect. This is as intended since the first version of pymatgen.
Notes
Files
materialsproject/pymatgen-v2023.6.28.zip
Additional details
Related works
- Is supplement to
- https://github.com/materialsproject/pymatgen/tree/v2023.6.28 (URL)