emmet-builders 0.76.1__py3-none-any.whl → 0.77.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of emmet-builders might be problematic. Click here for more details.
- emmet/builders/materials/electrodes.py +2 -2
- emmet/builders/materials/ml.py +3 -3
- {emmet_builders-0.76.1.dist-info → emmet_builders-0.77.0.dist-info}/METADATA +1 -1
- {emmet_builders-0.76.1.dist-info → emmet_builders-0.77.0.dist-info}/RECORD +6 -6
- {emmet_builders-0.76.1.dist-info → emmet_builders-0.77.0.dist-info}/WHEEL +0 -0
- {emmet_builders-0.76.1.dist-info → emmet_builders-0.77.0.dist-info}/top_level.txt +0 -0
|
@@ -14,7 +14,7 @@ from pymatgen.entries.compatibility import MaterialsProject2020Compatibility
|
|
|
14
14
|
from pymatgen.analysis.phase_diagram import PhaseDiagram, Composition
|
|
15
15
|
|
|
16
16
|
from emmet.core.electrode import InsertionElectrodeDoc, ConversionElectrodeDoc
|
|
17
|
-
from emmet.core.structure_group import StructureGroupDoc,
|
|
17
|
+
from emmet.core.structure_group import StructureGroupDoc, _get_id_lexi
|
|
18
18
|
from emmet.core.utils import jsanitize
|
|
19
19
|
from emmet.builders.settings import EmmetBuildSettings
|
|
20
20
|
|
|
@@ -571,7 +571,7 @@ class ConversionElectrodeBuilder(Builder):
|
|
|
571
571
|
for e in pd.entries
|
|
572
572
|
]
|
|
573
573
|
material_ids = list(filter(None, material_ids))
|
|
574
|
-
lowest_id = min(material_ids, key=
|
|
574
|
+
lowest_id = min(material_ids, key=_get_id_lexi)
|
|
575
575
|
conversion_electrode_doc = (
|
|
576
576
|
ConversionElectrodeDoc.from_composition_and_pd(
|
|
577
577
|
comp=v[1],
|
emmet/builders/materials/ml.py
CHANGED
|
@@ -38,7 +38,7 @@ class MLBuilder(MapBuilder):
|
|
|
38
38
|
Defaults to None.
|
|
39
39
|
provenance (dict, optional): Additional provenance information to include in
|
|
40
40
|
MLDocs. Will be saved in each document so use sparingly. Defaults to None.
|
|
41
|
-
Set to {} to disable default provenance
|
|
41
|
+
Set to {} to disable default provenance model, version, matcalc_version.
|
|
42
42
|
"""
|
|
43
43
|
self.materials = materials
|
|
44
44
|
self.ml_potential = ml_potential
|
|
@@ -55,8 +55,8 @@ class MLBuilder(MapBuilder):
|
|
|
55
55
|
model_name = {"chgnetcalculator": "chgnet"}.get(model_name, model_name)
|
|
56
56
|
pkg_name = {"m3gnet": "matgl"}.get(model_name, model_name)
|
|
57
57
|
self.provenance = dict(
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
model=model_name,
|
|
59
|
+
version=version(pkg_name),
|
|
60
60
|
matcalc_version=version("matcalc"),
|
|
61
61
|
**(provenance or {}),
|
|
62
62
|
)
|
|
@@ -15,10 +15,10 @@ emmet/builders/materials/chemenv.py,sha256=IK_dX9yTX5iVB254IM4k-HH7XQSNDrVKQF3RA
|
|
|
15
15
|
emmet/builders/materials/corrected_entries.py,sha256=YrgZYiZI7NMnM9ChmzeMt6o1Hc6wnPmw3W9_sozBiUo,12417
|
|
16
16
|
emmet/builders/materials/dielectric.py,sha256=wxL2qo5zBoD5q2DvwHMnVPNrWnD7bHiNZUplI86_jvE,6528
|
|
17
17
|
emmet/builders/materials/elasticity.py,sha256=Lpp5uE0A3Te_ab_3wFKYON9u05BizkZn7_ddQM4cLbM,16266
|
|
18
|
-
emmet/builders/materials/electrodes.py,sha256=
|
|
18
|
+
emmet/builders/materials/electrodes.py,sha256=bph898XBJptSzmxwbriniWkvmb__GdDrqz1p1un2aGQ,23644
|
|
19
19
|
emmet/builders/materials/electronic_structure.py,sha256=5jFPJOuF3OQ_CrpD8B0kkHcd3b0ZwCLoerbMvUYmP1g,29421
|
|
20
20
|
emmet/builders/materials/magnetism.py,sha256=JRy2ljJwNuzCybeJIp9oyfL5b70cCViwGFJDY2RDxuA,4605
|
|
21
|
-
emmet/builders/materials/ml.py,sha256=
|
|
21
|
+
emmet/builders/materials/ml.py,sha256=rzKEyxmxmyMIEjAbJpubFMHksBc7kBIr2sgCM_gPCn4,3283
|
|
22
22
|
emmet/builders/materials/optimade.py,sha256=I2JU2rdyqFVCD3QxiwK6N4B3R5JfK_OZiF3DebYfxBo,5164
|
|
23
23
|
emmet/builders/materials/oxidation_states.py,sha256=ptTfakXk1bjexniBzx87XCutiuRiolFpnMZETsJlj6I,1670
|
|
24
24
|
emmet/builders/materials/piezoelectric.py,sha256=pm7wqlynIZwmDNIcM6EiL1A_t7G5UVri2o59hKkxcfg,7726
|
|
@@ -45,7 +45,7 @@ emmet/builders/qchem/molecules.py,sha256=CZyVQzjfb-_gAS997BFbd9xkKwvwPWrquNH0Aoy
|
|
|
45
45
|
emmet/builders/vasp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
46
|
emmet/builders/vasp/materials.py,sha256=gQ_T-CXt64Ty_MHc92T-e6jcssjQBUfNLeu3YgHdT38,13632
|
|
47
47
|
emmet/builders/vasp/task_validator.py,sha256=j49N7xUQh5mi0HrZ74vfJAHSQlQCDXHL9MaoY8vqacs,3597
|
|
48
|
-
emmet_builders-0.
|
|
49
|
-
emmet_builders-0.
|
|
50
|
-
emmet_builders-0.
|
|
51
|
-
emmet_builders-0.
|
|
48
|
+
emmet_builders-0.77.0.dist-info/METADATA,sha256=9KRFsULdN4MTt49kK1ctKGDk5dCJZfe9XCmP5bEOBEQ,1992
|
|
49
|
+
emmet_builders-0.77.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
50
|
+
emmet_builders-0.77.0.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
|
|
51
|
+
emmet_builders-0.77.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|