emmet-builders 0.75.3__tar.gz → 0.76.1__tar.gz
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.
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/PKG-INFO +1 -1
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet_builders.egg-info/PKG-INFO +1 -1
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/deployment.txt +3 -3
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.10.txt +4 -4
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.10_extras.txt +7 -7
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.11.txt +4 -4
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.11_extras.txt +7 -7
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.9.txt +4 -4
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.9_extras.txt +6 -6
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_ml.py +6 -8
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/abinit/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/abinit/phonon.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/feff/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/feff/xas.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/alloys.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/bonds.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/chemenv.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/dielectric.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/elasticity.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/electrodes.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/magnetism.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/ml.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/optimade.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/provenance.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/robocrys.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/similarity.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/substrates.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/summary.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/thermo.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/mobility/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/atomic.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/bonds.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/metal_binding.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/redox.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/summary.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/thermo.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/molecules/vibration.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/qchem/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/qchem/molecules.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/settings.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/utils.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/vasp/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/vasp/materials.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/vasp/task_validator.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet_builders.egg-info/SOURCES.txt +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/setup.cfg +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/setup.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/conftest.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/__init__.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_atomic.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_bonds.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_metal_binding.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_orbitals.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_redox.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_summary.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_thermo.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/molecules/test_vibration.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_absorption.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_basic_descriptors.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_chemenv.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_dielectric.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_elasticity.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_electronic_structure.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_magnetism.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_materials.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_mobility.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_oxidation.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_piezoelectric.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_qchem.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_similarity.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_summary.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_utils.py +0 -0
- {emmet-builders-0.75.3 → emmet-builders-0.76.1}/tests/test_vasp.py +0 -0
|
@@ -30,9 +30,9 @@ bcrypt==4.1.2
|
|
|
30
30
|
# via paramiko
|
|
31
31
|
blinker==1.7.0
|
|
32
32
|
# via flask
|
|
33
|
-
boto3==1.34.
|
|
33
|
+
boto3==1.34.15
|
|
34
34
|
# via maggma
|
|
35
|
-
botocore==1.34.
|
|
35
|
+
botocore==1.34.15
|
|
36
36
|
# via
|
|
37
37
|
# boto3
|
|
38
38
|
# s3transfer
|
|
@@ -65,7 +65,7 @@ dnspython==2.4.2
|
|
|
65
65
|
# via
|
|
66
66
|
# maggma
|
|
67
67
|
# pymongo
|
|
68
|
-
emmet-core[all,ml]==0.
|
|
68
|
+
emmet-core[all,ml]==0.76.0
|
|
69
69
|
# via emmet-builders (emmet/emmet-builders/setup.py)
|
|
70
70
|
exceptiongroup==1.2.0
|
|
71
71
|
# via anyio
|
|
@@ -30,9 +30,9 @@ bcrypt==4.1.2
|
|
|
30
30
|
# via paramiko
|
|
31
31
|
blinker==1.7.0
|
|
32
32
|
# via flask
|
|
33
|
-
boto3==1.34.
|
|
33
|
+
boto3==1.34.15
|
|
34
34
|
# via maggma
|
|
35
|
-
botocore==1.34.
|
|
35
|
+
botocore==1.34.15
|
|
36
36
|
# via
|
|
37
37
|
# boto3
|
|
38
38
|
# s3transfer
|
|
@@ -65,7 +65,7 @@ dnspython==2.4.2
|
|
|
65
65
|
# via
|
|
66
66
|
# maggma
|
|
67
67
|
# pymongo
|
|
68
|
-
emmet-core[all,ml]==0.75.
|
|
68
|
+
emmet-core[all,ml]==0.75.3
|
|
69
69
|
# via emmet-builders (setup.py)
|
|
70
70
|
exceptiongroup==1.2.0
|
|
71
71
|
# via anyio
|
|
@@ -130,7 +130,7 @@ lightning-utilities==0.10.0
|
|
|
130
130
|
# via
|
|
131
131
|
# pytorch-lightning
|
|
132
132
|
# torchmetrics
|
|
133
|
-
maggma==0.60.
|
|
133
|
+
maggma==0.60.2
|
|
134
134
|
# via emmet-builders (setup.py)
|
|
135
135
|
markupsafe==2.1.3
|
|
136
136
|
# via
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.10_extras.txt
RENAMED
|
@@ -30,9 +30,9 @@ bcrypt==4.1.2
|
|
|
30
30
|
# via paramiko
|
|
31
31
|
blinker==1.7.0
|
|
32
32
|
# via flask
|
|
33
|
-
boto3==1.34.
|
|
33
|
+
boto3==1.34.15
|
|
34
34
|
# via maggma
|
|
35
|
-
botocore==1.34.
|
|
35
|
+
botocore==1.34.15
|
|
36
36
|
# via
|
|
37
37
|
# boto3
|
|
38
38
|
# s3transfer
|
|
@@ -81,7 +81,7 @@ dnspython==2.4.2
|
|
|
81
81
|
# via
|
|
82
82
|
# maggma
|
|
83
83
|
# pymongo
|
|
84
|
-
emmet-core[all,ml]==0.75.
|
|
84
|
+
emmet-core[all,ml]==0.75.3
|
|
85
85
|
# via emmet-builders (setup.py)
|
|
86
86
|
exceptiongroup==1.2.0
|
|
87
87
|
# via
|
|
@@ -169,7 +169,7 @@ lightning-utilities==0.10.0
|
|
|
169
169
|
# torchmetrics
|
|
170
170
|
livereload==2.6.3
|
|
171
171
|
# via emmet-builders (setup.py)
|
|
172
|
-
maggma==0.60.
|
|
172
|
+
maggma==0.60.2
|
|
173
173
|
# via emmet-builders (setup.py)
|
|
174
174
|
markdown==3.5.1
|
|
175
175
|
# via
|
|
@@ -228,7 +228,7 @@ mkdocstrings[python]==0.24.0
|
|
|
228
228
|
# via
|
|
229
229
|
# emmet-builders (setup.py)
|
|
230
230
|
# mkdocstrings-python
|
|
231
|
-
mkdocstrings-python==1.
|
|
231
|
+
mkdocstrings-python==1.8.0
|
|
232
232
|
# via mkdocstrings
|
|
233
233
|
mongogrant==0.3.3
|
|
234
234
|
# via maggma
|
|
@@ -548,9 +548,9 @@ tqdm==4.66.1
|
|
|
548
548
|
# pytorch-lightning
|
|
549
549
|
triton==2.1.0
|
|
550
550
|
# via torch
|
|
551
|
-
types-requests==2.31.0.
|
|
551
|
+
types-requests==2.31.0.20240106
|
|
552
552
|
# via emmet-builders (setup.py)
|
|
553
|
-
types-setuptools==69.0.0.
|
|
553
|
+
types-setuptools==69.0.0.20240106
|
|
554
554
|
# via emmet-builders (setup.py)
|
|
555
555
|
typing-extensions==4.9.0
|
|
556
556
|
# via
|
|
@@ -28,9 +28,9 @@ bcrypt==4.1.2
|
|
|
28
28
|
# via paramiko
|
|
29
29
|
blinker==1.7.0
|
|
30
30
|
# via flask
|
|
31
|
-
boto3==1.34.
|
|
31
|
+
boto3==1.34.15
|
|
32
32
|
# via maggma
|
|
33
|
-
botocore==1.34.
|
|
33
|
+
botocore==1.34.15
|
|
34
34
|
# via
|
|
35
35
|
# boto3
|
|
36
36
|
# s3transfer
|
|
@@ -63,7 +63,7 @@ dnspython==2.4.2
|
|
|
63
63
|
# via
|
|
64
64
|
# maggma
|
|
65
65
|
# pymongo
|
|
66
|
-
emmet-core[all,ml]==0.75.
|
|
66
|
+
emmet-core[all,ml]==0.75.3
|
|
67
67
|
# via emmet-builders (setup.py)
|
|
68
68
|
fastapi==0.108.0
|
|
69
69
|
# via maggma
|
|
@@ -126,7 +126,7 @@ lightning-utilities==0.10.0
|
|
|
126
126
|
# via
|
|
127
127
|
# pytorch-lightning
|
|
128
128
|
# torchmetrics
|
|
129
|
-
maggma==0.60.
|
|
129
|
+
maggma==0.60.2
|
|
130
130
|
# via emmet-builders (setup.py)
|
|
131
131
|
markupsafe==2.1.3
|
|
132
132
|
# via
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/requirements/ubuntu-latest_py3.11_extras.txt
RENAMED
|
@@ -28,9 +28,9 @@ bcrypt==4.1.2
|
|
|
28
28
|
# via paramiko
|
|
29
29
|
blinker==1.7.0
|
|
30
30
|
# via flask
|
|
31
|
-
boto3==1.34.
|
|
31
|
+
boto3==1.34.15
|
|
32
32
|
# via maggma
|
|
33
|
-
botocore==1.34.
|
|
33
|
+
botocore==1.34.15
|
|
34
34
|
# via
|
|
35
35
|
# boto3
|
|
36
36
|
# s3transfer
|
|
@@ -79,7 +79,7 @@ dnspython==2.4.2
|
|
|
79
79
|
# via
|
|
80
80
|
# maggma
|
|
81
81
|
# pymongo
|
|
82
|
-
emmet-core[all,ml]==0.75.
|
|
82
|
+
emmet-core[all,ml]==0.75.3
|
|
83
83
|
# via emmet-builders (setup.py)
|
|
84
84
|
fastapi==0.108.0
|
|
85
85
|
# via maggma
|
|
@@ -163,7 +163,7 @@ lightning-utilities==0.10.0
|
|
|
163
163
|
# torchmetrics
|
|
164
164
|
livereload==2.6.3
|
|
165
165
|
# via emmet-builders (setup.py)
|
|
166
|
-
maggma==0.60.
|
|
166
|
+
maggma==0.60.2
|
|
167
167
|
# via emmet-builders (setup.py)
|
|
168
168
|
markdown==3.5.1
|
|
169
169
|
# via
|
|
@@ -222,7 +222,7 @@ mkdocstrings[python]==0.24.0
|
|
|
222
222
|
# via
|
|
223
223
|
# emmet-builders (setup.py)
|
|
224
224
|
# mkdocstrings-python
|
|
225
|
-
mkdocstrings-python==1.
|
|
225
|
+
mkdocstrings-python==1.8.0
|
|
226
226
|
# via mkdocstrings
|
|
227
227
|
mongogrant==0.3.3
|
|
228
228
|
# via maggma
|
|
@@ -537,9 +537,9 @@ tqdm==4.66.1
|
|
|
537
537
|
# pytorch-lightning
|
|
538
538
|
triton==2.1.0
|
|
539
539
|
# via torch
|
|
540
|
-
types-requests==2.31.0.
|
|
540
|
+
types-requests==2.31.0.20240106
|
|
541
541
|
# via emmet-builders (setup.py)
|
|
542
|
-
types-setuptools==69.0.0.
|
|
542
|
+
types-setuptools==69.0.0.20240106
|
|
543
543
|
# via emmet-builders (setup.py)
|
|
544
544
|
typing-extensions==4.9.0
|
|
545
545
|
# via
|
|
@@ -30,9 +30,9 @@ bcrypt==4.1.2
|
|
|
30
30
|
# via paramiko
|
|
31
31
|
blinker==1.7.0
|
|
32
32
|
# via flask
|
|
33
|
-
boto3==1.34.
|
|
33
|
+
boto3==1.34.15
|
|
34
34
|
# via maggma
|
|
35
|
-
botocore==1.34.
|
|
35
|
+
botocore==1.34.15
|
|
36
36
|
# via
|
|
37
37
|
# boto3
|
|
38
38
|
# s3transfer
|
|
@@ -65,7 +65,7 @@ dnspython==2.4.2
|
|
|
65
65
|
# via
|
|
66
66
|
# maggma
|
|
67
67
|
# pymongo
|
|
68
|
-
emmet-core[all,ml]==0.75.
|
|
68
|
+
emmet-core[all,ml]==0.75.3
|
|
69
69
|
# via emmet-builders (setup.py)
|
|
70
70
|
exceptiongroup==1.2.0
|
|
71
71
|
# via anyio
|
|
@@ -134,7 +134,7 @@ lightning-utilities==0.10.0
|
|
|
134
134
|
# via
|
|
135
135
|
# pytorch-lightning
|
|
136
136
|
# torchmetrics
|
|
137
|
-
maggma==0.60.
|
|
137
|
+
maggma==0.60.2
|
|
138
138
|
# via emmet-builders (setup.py)
|
|
139
139
|
markupsafe==2.1.3
|
|
140
140
|
# via
|
|
@@ -30,9 +30,9 @@ bcrypt==4.1.2
|
|
|
30
30
|
# via paramiko
|
|
31
31
|
blinker==1.7.0
|
|
32
32
|
# via flask
|
|
33
|
-
boto3==1.34.
|
|
33
|
+
boto3==1.34.15
|
|
34
34
|
# via maggma
|
|
35
|
-
botocore==1.34.
|
|
35
|
+
botocore==1.34.15
|
|
36
36
|
# via
|
|
37
37
|
# boto3
|
|
38
38
|
# s3transfer
|
|
@@ -81,7 +81,7 @@ dnspython==2.4.2
|
|
|
81
81
|
# via
|
|
82
82
|
# maggma
|
|
83
83
|
# pymongo
|
|
84
|
-
emmet-core[all,ml]==0.75.
|
|
84
|
+
emmet-core[all,ml]==0.75.3
|
|
85
85
|
# via emmet-builders (setup.py)
|
|
86
86
|
exceptiongroup==1.2.0
|
|
87
87
|
# via
|
|
@@ -177,7 +177,7 @@ lightning-utilities==0.10.0
|
|
|
177
177
|
# torchmetrics
|
|
178
178
|
livereload==2.6.3
|
|
179
179
|
# via emmet-builders (setup.py)
|
|
180
|
-
maggma==0.60.
|
|
180
|
+
maggma==0.60.2
|
|
181
181
|
# via emmet-builders (setup.py)
|
|
182
182
|
markdown==3.5.1
|
|
183
183
|
# via
|
|
@@ -236,7 +236,7 @@ mkdocstrings[python]==0.24.0
|
|
|
236
236
|
# via
|
|
237
237
|
# emmet-builders (setup.py)
|
|
238
238
|
# mkdocstrings-python
|
|
239
|
-
mkdocstrings-python==1.
|
|
239
|
+
mkdocstrings-python==1.8.0
|
|
240
240
|
# via mkdocstrings
|
|
241
241
|
mongogrant==0.3.3
|
|
242
242
|
# via maggma
|
|
@@ -558,7 +558,7 @@ triton==2.1.0
|
|
|
558
558
|
# via torch
|
|
559
559
|
types-requests==2.31.0.6
|
|
560
560
|
# via emmet-builders (setup.py)
|
|
561
|
-
types-setuptools==69.0.0.
|
|
561
|
+
types-setuptools==69.0.0.20240106
|
|
562
562
|
# via emmet-builders (setup.py)
|
|
563
563
|
types-urllib3==1.26.25.14
|
|
564
564
|
# via types-requests
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
from typing import TYPE_CHECKING, Union
|
|
2
|
-
|
|
3
1
|
import pytest
|
|
4
2
|
from maggma.stores import MemoryStore
|
|
5
|
-
|
|
3
|
+
|
|
4
|
+
# from matcalc.utils import get_universal_calculator
|
|
6
5
|
from pymatgen.core import Lattice, Structure
|
|
7
6
|
|
|
8
7
|
from emmet.builders.materials.ml import MLBuilder
|
|
9
8
|
|
|
10
|
-
if TYPE_CHECKING:
|
|
11
|
-
from ase.calculators.calculator import Calculator
|
|
12
|
-
|
|
9
|
+
# if TYPE_CHECKING:
|
|
10
|
+
# from ase.calculators.calculator import Calculator
|
|
13
11
|
|
|
14
12
|
material_id = "1234"
|
|
15
13
|
|
|
@@ -31,9 +29,9 @@ def materials_store():
|
|
|
31
29
|
return materials_store
|
|
32
30
|
|
|
33
31
|
|
|
32
|
+
# @pytest.mark.parametrize("model", [get_universal_calculator("chgnet"), "m3gnet"])
|
|
34
33
|
@pytest.mark.skip(reason="Temporary skip. Needs attention.")
|
|
35
|
-
|
|
36
|
-
def test_ml_ip_builder(materials_store: MemoryStore, model: Union[str, "Calculator"]):
|
|
34
|
+
def test_ml_ip_builder(materials_store: MemoryStore, model):
|
|
37
35
|
ml_store = MemoryStore(key="material_id")
|
|
38
36
|
|
|
39
37
|
builder = MLBuilder(materials=materials_store, ml_potential=ml_store, model=model)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/absorption_spectrum.py
RENAMED
|
File without changes
|
|
File without changes
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/basic_descriptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/corrected_entries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/electronic_structure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/materials/oxidation_states.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet/builders/matscholar/missing_compositions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.75.3 → emmet-builders-0.76.1}/emmet_builders.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|