Dataset and Model for "Understanding the limits to short-range order suppression in many-component disordered rock salt lithium-ion cathode materials"
收藏资源简介:
Data and Model For "Understanding the limits to Short-range order Suppression in Many-Component Disordered Rock Salt Lithium-ion Cathode Materials" Paper DOI: 10.1039/D3TA02088F Raw data (VASP calculations) and production model for the associated paper. - `cluster_expansions` contains the final model used for the analysis in the<br> paper. The model can be loaded using the `icet` cluster expansion package<br> using ```<br> from icet import ClusterExpansion # requires the icet python package ce = ClusterExpansion.read("cluster_expansion.ce")<br> ```<br> <br> see the icet docs for how to manipulate this object: https://icet.materialsmodeling.org/ - `raw_data` contains the data used to fit the model. The calculation data<br> contains the raw vasp calculations in tar.gz files, and each training<br> generation has an associated `.json` files. The files contain Pymatgen<br> ComputedStructureEntry objects. Probably the easiest way to load these <br> into a python script is ```<br> from monty serialization import loadfn # requires the monty package<br> <br> training_data = loadfn("calculation_data.json")<br> ``` - element references contains VASP calculations (stored as above) for <br> the elemental reference calculations used to determine the formation<br> energies of the training structures



