emmet-builders 0.83.6rc3__py3-none-any.whl → 0.83.8__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/vasp/mp_potcar_stats.json.gz +0 -0
- emmet/builders/vasp/task_validator.py +1 -1
- {emmet_builders-0.83.6rc3.dist-info → emmet_builders-0.83.8.dist-info}/METADATA +3 -2
- {emmet_builders-0.83.6rc3.dist-info → emmet_builders-0.83.8.dist-info}/RECORD +6 -5
- {emmet_builders-0.83.6rc3.dist-info → emmet_builders-0.83.8.dist-info}/WHEEL +0 -0
- {emmet_builders-0.83.6rc3.dist-info → emmet_builders-0.83.8.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -39,7 +39,7 @@ class TaskValidator(MapBuilder):
|
|
|
39
39
|
# Set up potcar cache if appropriate
|
|
40
40
|
if self.settings.VASP_VALIDATE_POTCAR_STATS:
|
|
41
41
|
if not self.potcar_stats:
|
|
42
|
-
self.potcar_stats = get_potcar_stats(
|
|
42
|
+
self.potcar_stats = get_potcar_stats(method="stored")
|
|
43
43
|
else:
|
|
44
44
|
self.potcar_stats = None
|
|
45
45
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: emmet-builders
|
|
3
|
-
Version: 0.83.
|
|
3
|
+
Version: 0.83.8
|
|
4
4
|
Summary: Builders for the Emmet Library
|
|
5
5
|
Home-page: https://github.com/materialsproject/emmet
|
|
6
6
|
Author: The Materials Project
|
|
@@ -10,7 +10,6 @@ Platform: UNKNOWN
|
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: emmet-core[all]
|
|
13
|
-
Requires-Dist: emmet-core[ml]
|
|
14
13
|
Requires-Dist: maggma >=0.57.6
|
|
15
14
|
Requires-Dist: matminer >=0.9.1
|
|
16
15
|
Provides-Extra: docs
|
|
@@ -24,6 +23,8 @@ Requires-Dist: mkdocs-markdownextradata-plugin ; extra == 'docs'
|
|
|
24
23
|
Requires-Dist: mkdocstrings[python] ; extra == 'docs'
|
|
25
24
|
Requires-Dist: livereload ; extra == 'docs'
|
|
26
25
|
Requires-Dist: jinja2 ; extra == 'docs'
|
|
26
|
+
Provides-Extra: ml
|
|
27
|
+
Requires-Dist: emmet-core[ml] ; extra == 'ml'
|
|
27
28
|
Provides-Extra: test
|
|
28
29
|
Requires-Dist: pre-commit ; extra == 'test'
|
|
29
30
|
Requires-Dist: pytest ; extra == 'test'
|
|
@@ -44,8 +44,9 @@ emmet/builders/qchem/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
|
44
44
|
emmet/builders/qchem/molecules.py,sha256=CZyVQzjfb-_gAS997BFbd9xkKwvwPWrquNH0Aoy6oY8,26217
|
|
45
45
|
emmet/builders/vasp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
46
|
emmet/builders/vasp/materials.py,sha256=5bjP-W5-gmSjDzmcHdF7bviwgk4ywUceCL4FcF9Ya9c,12700
|
|
47
|
-
emmet/builders/vasp/
|
|
48
|
-
|
|
49
|
-
emmet_builders-0.83.
|
|
50
|
-
emmet_builders-0.83.
|
|
51
|
-
emmet_builders-0.83.
|
|
47
|
+
emmet/builders/vasp/mp_potcar_stats.json.gz,sha256=RD6gbZEmmmKQYRKpFtEKHzncGO1WsLYMPjn3wvONrIc,291869
|
|
48
|
+
emmet/builders/vasp/task_validator.py,sha256=bmRTDiOWof4rpHVg3ksoxocN9xxieYu7IE-ylMjYOVs,2922
|
|
49
|
+
emmet_builders-0.83.8.dist-info/METADATA,sha256=ayDZj2PgAF1IQhfIx2zrC7MkbvBqqY9OktSC7-lD6wQ,2027
|
|
50
|
+
emmet_builders-0.83.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
51
|
+
emmet_builders-0.83.8.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
|
|
52
|
+
emmet_builders-0.83.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|