Downloads provided by UsageCounts
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 paper. The model can be loaded using the `icet` cluster expansion package using ``` from icet import ClusterExpansion # requires the icet python package ce = ClusterExpansion.read("cluster_expansion.ce") ``` 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 contains the raw vasp calculations in tar.gz files, and each training generation has an associated `.json` files. The files contain Pymatgen ComputedStructureEntry objects. Probably the easiest way to load these into a python script is ``` from monty serialization import loadfn # requires the monty package training_data = loadfn("calculation_data.json") ``` - element references contains VASP calculations (stored as above) for the elemental reference calculations used to determine the formation energies of the training structures
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 1 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 12 | |
| downloads | 3 |

Views provided by UsageCounts
Downloads provided by UsageCounts