mat3ra-esse 2025.5.16.post1__py3-none-any.whl → 2025.5.17.post1__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 mat3ra-esse might be problematic. Click here for more details.
- mat3ra/esse/data/examples.py +1 -1
- mat3ra/esse/data/schemas.py +1 -1
- mat3ra/esse/models/apse/file/applications/espresso/7.2/pw_x.py +6 -6
- mat3ra/esse/models/core/reusable/energy.py +2 -2
- mat3ra/esse/models/definitions/chemical_elements.py +13 -0
- mat3ra/esse/models/definitions/materials.py +13 -0
- mat3ra/esse/models/element.py +6 -6
- mat3ra/esse/models/material/__init__.py +14 -14
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/adatom/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/adatom/configuration.py +672 -0
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/configuration.py +550 -0
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/layered/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/layered/configuration.py +549 -0
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/point/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/point/configuration.py +550 -0
- mat3ra/esse/models/materials_category/defects/configuration.py +8 -1
- mat3ra/esse/models/materials_category/defects/one_dimensional/terrace/configuration.py +157 -19
- mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/pair/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/pair/configuration.py +1538 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/pair.py +1534 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/point/configuration.py +23 -23
- mat3ra/esse/models/materials_category/defects/zero_dimensional/point/interstitial/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/point/interstitial/configuration.py +672 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/point/substitution/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/point/substitution/configuration.py +672 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/point/vacancy/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defects/zero_dimensional/point/vacancy/configuration.py +672 -0
- mat3ra/esse/models/materials_category/single_material/two_dimensional/slab/configuration.py +14 -14
- mat3ra/esse/models/properties_directory/derived_properties.py +11 -11
- mat3ra/esse/models/properties_directory/non_scalar/density_of_states.py +2 -2
- mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py +2 -2
- mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py +2 -2
- mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py +50 -50
- mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/electron_affinity.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/fermi_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/formation_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/ionization_potential.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/surface_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/total_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py +2 -2
- mat3ra/esse/models/properties_directory/structural/molecular_pattern.py +4 -4
- mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py +2 -2
- {mat3ra_esse-2025.5.16.post1.dist-info → mat3ra_esse-2025.5.17.post1.dist-info}/METADATA +1 -1
- {mat3ra_esse-2025.5.16.post1.dist-info → mat3ra_esse-2025.5.17.post1.dist-info}/RECORD +52 -32
- {mat3ra_esse-2025.5.16.post1.dist-info → mat3ra_esse-2025.5.17.post1.dist-info}/WHEEL +0 -0
- {mat3ra_esse-2025.5.16.post1.dist-info → mat3ra_esse-2025.5.17.post1.dist-info}/licenses/LICENSE.md +0 -0
- {mat3ra_esse-2025.5.16.post1.dist-info → mat3ra_esse-2025.5.17.post1.dist-info}/top_level.txt +0 -0
|
@@ -2,17 +2,17 @@ mat3ra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
mat3ra/esse/__init__.py,sha256=nN0dOkxbOK6sWOTNr8aBGi9bQsI9sy6B2nn0UP29-sI,1244
|
|
3
3
|
mat3ra/esse/utils.py,sha256=-FexdtkOYGEWmwJUwWDuJferibc7M1YzUH738Bffuxo,1727
|
|
4
4
|
mat3ra/esse/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
mat3ra/esse/data/examples.py,sha256=
|
|
5
|
+
mat3ra/esse/data/examples.py,sha256=Xrc5rv2MmkX-pJnUGs-go_WdFNQAcjgfpubdvszADv0,65467
|
|
6
6
|
mat3ra/esse/data/properties.py,sha256=geWFIVIJbdn2Q_JG3Mz36oQ_dXeZZwnmlS_NgszvHUY,6099
|
|
7
|
-
mat3ra/esse/data/schemas.py,sha256=
|
|
7
|
+
mat3ra/esse/data/schemas.py,sha256=IaDggGQIugdoSwGXOQlIxdzJTmuIZc7CZqZUT8Y1J-s,1813142
|
|
8
8
|
mat3ra/esse/models/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
9
|
-
mat3ra/esse/models/element.py,sha256=
|
|
9
|
+
mat3ra/esse/models/element.py,sha256=Hms1a2wxd4AOI3b6ht2bjl5KLRZR9W_lk_vaUWhdcv0,2948
|
|
10
10
|
mat3ra/esse/models/project.py,sha256=fqUckRBLyCzVc_77-EtQUg_zFDV_zTYfnLmOoE77zPE,1148
|
|
11
11
|
mat3ra/esse/models/apse/db/nist_jarvis/2024_3.13/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
12
12
|
mat3ra/esse/models/apse/db/nist_jarvis/2024_3.13/atoms.py,sha256=KJoqkT9hV3J_xJmaHCLx7bAEBxvGxz0_ZC76b9Auu2k,1451
|
|
13
13
|
mat3ra/esse/models/apse/db/nist_jarvis/2024_3.13/db_entry.py,sha256=U1u7lcPwZCymrEfiOrkjT0nbvDDaiz83LiVUGKtx18s,1909
|
|
14
14
|
mat3ra/esse/models/apse/file/applications/espresso/7.2/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
15
|
-
mat3ra/esse/models/apse/file/applications/espresso/7.2/pw_x.py,sha256=
|
|
15
|
+
mat3ra/esse/models/apse/file/applications/espresso/7.2/pw_x.py,sha256=fxXOA1ddYqYwOJIZxYUjIJVgSH8FGlllqsyvi5qYrh8,74723
|
|
16
16
|
mat3ra/esse/models/apse/file/applications/espresso/7.2/pw.x/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
17
17
|
mat3ra/esse/models/apse/file/applications/espresso/7.2/pw.x/atomic_positions.py,sha256=mnHklX-WdQl7yHBykTvnpid3zOzOVv6fr9kLCIhK85c,1271
|
|
18
18
|
mat3ra/esse/models/apse/file/applications/espresso/7.2/pw.x/atomic_species.py,sha256=DEYl0xPnsY2XIyRIJhvny8BmaKLASkdBbIN1Xc-o--c,1180
|
|
@@ -94,7 +94,7 @@ mat3ra/esse/models/core/reusable/band_gap.py,sha256=_L79BKX80sAH7ZuyxFSdomJLS2dq
|
|
|
94
94
|
mat3ra/esse/models/core/reusable/categories.py,sha256=Z90c6gdSMUdEYwoThEyusMXb5ufqoQh-tISYafPWwME,1350
|
|
95
95
|
mat3ra/esse/models/core/reusable/category_path.py,sha256=SFyMHOXwrIewKkr4lCZRfSO-oszEx29XEK6TuLJrBtQ,359
|
|
96
96
|
mat3ra/esse/models/core/reusable/dielectric_tensor_component.py,sha256=_rr6oeTSxUp9iIwaDNt84oeu32_EMXB2vb-MeuxosjY,623
|
|
97
|
-
mat3ra/esse/models/core/reusable/energy.py,sha256=
|
|
97
|
+
mat3ra/esse/models/core/reusable/energy.py,sha256=DFRgaD8fgL5g47nsFpr2dInji_VKkFEQXlYAGiH-_xk,512
|
|
98
98
|
mat3ra/esse/models/core/reusable/energy_accuracy_levels.py,sha256=ndCRZOzYZZ-Ok-mjANEKtvOuMSQvE2WzCXqXvrJrNtA,655
|
|
99
99
|
mat3ra/esse/models/core/reusable/file_metadata.py,sha256=DyPL1zQJR3HTyOGgvQzE7BxasTCkVRffeG_4WKfxf-8,520
|
|
100
100
|
mat3ra/esse/models/core/reusable/frequency_function_matrix.py,sha256=I4B-ukMJ_aGpP_PHDd63bW8Jav1mreGeMiLqtrElIno,429
|
|
@@ -109,7 +109,9 @@ mat3ra/esse/models/core/reusable/energy_accuracy_levels/__init__.py,sha256=A62Az
|
|
|
109
109
|
mat3ra/esse/models/core/reusable/energy_accuracy_levels/Reusable_schema_for_energy_value_with_unit_corresponding_to_a_specific_accuracy_level__e/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
110
110
|
mat3ra/esse/models/core/reusable/energy_accuracy_levels/Reusable_schema_for_energy_value_with_unit_corresponding_to_a_specific_accuracy_level__e/g.py,sha256=rMNirWgvD2MCc8jWTZmXCDEbKOcBl4Do5-R9W-mJIM4,652
|
|
111
111
|
mat3ra/esse/models/definitions/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
112
|
+
mat3ra/esse/models/definitions/chemical_elements.py,sha256=5Rc3-V1m7i_t20FgIVUs0njJL7s-JqYYTUqFufvH3AA,314
|
|
112
113
|
mat3ra/esse/models/definitions/constants.py,sha256=53q7UtK31QOF3h4rVbOq4vNyXSqSjIL437A78i_5NaA,933
|
|
114
|
+
mat3ra/esse/models/definitions/materials.py,sha256=Qzx6wi3SzRfILeuJlpAoOdFmC5VB1UOW3RkrLTg4XWU,301
|
|
113
115
|
mat3ra/esse/models/definitions/units.py,sha256=4yoh-9dCLZhM02beLXVCuA4TpkPgm-QgEoWTvLkTBEs,296
|
|
114
116
|
mat3ra/esse/models/enums/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
115
117
|
mat3ra/esse/models/enums/chemical_elements.py,sha256=HeEgUBgIGHe7EpGVYQ0uthkg-UDNeWMksgvzbrHjhZA,308
|
|
@@ -124,7 +126,7 @@ mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py,sha256=g7
|
|
|
124
126
|
mat3ra/esse/models/job/__init__.py,sha256=tQXT9GQRHDoVyW9AmI_Sjkqg78fkKSb4tL6TmWn--m4,64815
|
|
125
127
|
mat3ra/esse/models/job/base.py,sha256=QZzYedxsoGbqQvIgLhBsCQDWvTlTgXM64-Jcy-Z4umc,8088
|
|
126
128
|
mat3ra/esse/models/job/compute.py,sha256=strKlGY8VnnnFij3KxxZr2Hozf2_zhujhTb4cQxP5KU,5501
|
|
127
|
-
mat3ra/esse/models/material/__init__.py,sha256=
|
|
129
|
+
mat3ra/esse/models/material/__init__.py,sha256=sghqE-Le2uLd6CMHeQs3Yyh-aqnab61msLCxCT0Vprw,11681
|
|
128
130
|
mat3ra/esse/models/material/consistency_check.py,sha256=6fF96LF_xOwT4k47Ez3ADx3-yVnREgwY95N5aA12o0c,934
|
|
129
131
|
mat3ra/esse/models/material/conventional.py,sha256=y6PGJsMs4ktea-q9LGZnRIYscFjfWjdZFmeyehAJdBE,303
|
|
130
132
|
mat3ra/esse/models/material/builders/base/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
@@ -145,8 +147,16 @@ mat3ra/esse/models/material/reusable/slab/vacuum.py,sha256=GlJFBUUYc8JP-zqdLXaUf
|
|
|
145
147
|
mat3ra/esse/models/material/reusable/slab/enums/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
146
148
|
mat3ra/esse/models/material/reusable/slab/enums/exposed_face.py,sha256=-MUlEELT-ec-0XtmZrsrs2HVviP-ITmhxJYiR_1ab5M,268
|
|
147
149
|
mat3ra/esse/models/materials_category/defects/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
148
|
-
mat3ra/esse/models/materials_category/defects/configuration.py,sha256=
|
|
150
|
+
mat3ra/esse/models/materials_category/defects/configuration.py,sha256=_tkMnpsyQ1YggJXHIXUiNGRO8bUzIu0E8Ff5S72eFp8,12064
|
|
149
151
|
mat3ra/esse/models/materials_category/defects/enums.py,sha256=mRxMaTANr1UiHyO2zBN2j5OchPCCf8FGOTKV1Ja6cSQ,245
|
|
152
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
153
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/configuration.py,sha256=e2ktSVdRIeVqA0t1qn2OPR60DUvvtTOeCUvrvJ0Tgjw,12302
|
|
154
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/adatom/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
155
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/adatom/configuration.py,sha256=wo9ul3W33KXnPFaC7jCrXZ8C6ZqBR5FawAiNeq7J2Sc,14018
|
|
156
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/layered/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
157
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/layered/configuration.py,sha256=3tnsqhI-MkC6rtLgmAWlZJCTMFVUgU1z-vkRokFaB2M,12282
|
|
158
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/point/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
159
|
+
mat3ra/esse/models/materials_category/defects/by_host/two_dimensional/point/configuration.py,sha256=aHvKbUTrwCBx4wPsqjcwygwLtt-EiiaF1HT-pKPCe2Y,12308
|
|
150
160
|
mat3ra/esse/models/materials_category/defects/enums/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
151
161
|
mat3ra/esse/models/materials_category/defects/enums/atom_placement_method.py,sha256=r2_0uqfUU5oq8EYwX9DJ387FkliyMI7g3ys1DmvdxKs,555
|
|
152
162
|
mat3ra/esse/models/materials_category/defects/enums/complex_defect_type.py,sha256=v9IU5XENca1s9-dezzmRxAQT-rtcUdBnHAU0DBkQJAY,399
|
|
@@ -154,7 +164,7 @@ mat3ra/esse/models/materials_category/defects/enums/coordinates_shape.py,sha256=
|
|
|
154
164
|
mat3ra/esse/models/materials_category/defects/enums/point_defect_type.py,sha256=Wsg5UOsO9cvpuATN0RMPIwuo8DsEBCQDa2X4pez22Ho,313
|
|
155
165
|
mat3ra/esse/models/materials_category/defects/enums/slab_defect_type.py,sha256=zbxuqPNU-KCFelxM1iLHNvKGpq0Dhb9fKxfIbf85lvc,412
|
|
156
166
|
mat3ra/esse/models/materials_category/defects/one_dimensional/terrace/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
157
|
-
mat3ra/esse/models/materials_category/defects/one_dimensional/terrace/configuration.py,sha256=
|
|
167
|
+
mat3ra/esse/models/materials_category/defects/one_dimensional/terrace/configuration.py,sha256=U4faSoWiNE22Dh11pRUdbVsyebPOqbreclG0QzhHXmc,12794
|
|
158
168
|
mat3ra/esse/models/materials_category/defects/slab/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
159
169
|
mat3ra/esse/models/materials_category/defects/slab/configuration.py,sha256=6yZFhYuWyfuYj8Y-VpDf0o52MMbzbf-o_gVrEIZXZhQ,10258
|
|
160
170
|
mat3ra/esse/models/materials_category/defects/two_dimensional/island/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
@@ -164,15 +174,25 @@ mat3ra/esse/models/materials_category/defects/two_dimensional/slab_grain_boundar
|
|
|
164
174
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/adatom/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
165
175
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/adatom/base_configuration.py,sha256=-U147Otr9n7CED5TKyejcaH8fLXPkCUIBoPjr5EThvA,10456
|
|
166
176
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/adatom/configuration.py,sha256=gr70EtIa9rnmFuoEh2mmm6m_Jj3o1QTExS8u2pu9rOU,10431
|
|
177
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
178
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/pair.py,sha256=FqxYnlPdufEQPg4wnMKgZKBCX8pc660uffyu0OF0JKo,33469
|
|
179
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/pair/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
180
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/complex/pair/configuration.py,sha256=nqk56wI5KdWhLOTchXqYSjDLC4QvjJcZo4ch4Ijteds,33488
|
|
167
181
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/defect_pair/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
168
182
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/defect_pair/configuration.py,sha256=P1pZbjMW3spvK0YHUrl3IJP_VojjHYmtgSUTiU7Mzhc,26775
|
|
169
183
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
170
184
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/base_configuration.py,sha256=v9wGMjyrHcAl1TVuDl-aMWP-QIsfzM1lczo-dE8MeaY,870
|
|
171
|
-
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/configuration.py,sha256=
|
|
185
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/configuration.py,sha256=DVj-c-pjGHC0IHeJV_LtDr6DY2KDwju82YSHPy7gNjw,13995
|
|
186
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/interstitial/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
187
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/interstitial/configuration.py,sha256=wVZXQ95fl1SqGdG8IZ_XsapK0F_stpisAHsE1xIwvd8,14040
|
|
188
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/substitution/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
189
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/substitution/configuration.py,sha256=b9wb3ItMViWAOtJfzjgyXNIOo6uejjzDdMO2II-rqCA,14040
|
|
190
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/vacancy/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
191
|
+
mat3ra/esse/models/materials_category/defects/zero_dimensional/point/vacancy/configuration.py,sha256=D59m3KrC70p3fsGfs4aptWlGakwkwdqb-Fhrpw3tiBc,14025
|
|
172
192
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/slab/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
173
193
|
mat3ra/esse/models/materials_category/defects/zero_dimensional/slab/configuration.py,sha256=a-ib5sO9Sjn1PlbK0_kYBBonzJtbfnK6aaCeh0jOWlE,11018
|
|
174
194
|
mat3ra/esse/models/materials_category/single_material/two_dimensional/slab/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
175
|
-
mat3ra/esse/models/materials_category/single_material/two_dimensional/slab/configuration.py,sha256=
|
|
195
|
+
mat3ra/esse/models/materials_category/single_material/two_dimensional/slab/configuration.py,sha256=0QVJSyJiOQ7q2s3K5xpySZixALHonNIcqEPsyGMWVNw,13169
|
|
176
196
|
mat3ra/esse/models/method/__init__.py,sha256=KErSMWtloFyYMkQVa8lWT-fox0LgnDD3395K9aLbNNY,668
|
|
177
197
|
mat3ra/esse/models/method/categorized_method.py,sha256=f2dQIPERDoY61WL-KR_6dmAftRyPv_d_J6XSaV5yjqE,2479
|
|
178
198
|
mat3ra/esse/models/method/method_parameters.py,sha256=CH4qkchLAsq_L0iaet5dESnbTePbQYfXK47U8MemrxQ,1086
|
|
@@ -352,7 +372,7 @@ mat3ra/esse/models/models_directory/legacy/dft.py,sha256=4S3t0S0Mbj1Vo2QqfZMJO3S
|
|
|
352
372
|
mat3ra/esse/models/models_directory/legacy/ml.py,sha256=QRKfPsxElrbdDBLMCzcKtQ8dMqwes3IqiI4udyKGjJ0,1112
|
|
353
373
|
mat3ra/esse/models/models_directory/legacy/unknown.py,sha256=GxE6kGWW1vv_gRNbatQcvgt0V5RVayroQVLclPs19Lk,1134
|
|
354
374
|
mat3ra/esse/models/properties_directory/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
355
|
-
mat3ra/esse/models/properties_directory/derived_properties.py,sha256=
|
|
375
|
+
mat3ra/esse/models/properties_directory/derived_properties.py,sha256=h0ciA1j-gYv5NmMgkS_jUPwWEjP2aGTWaAUCKxZ8YxY,3017
|
|
356
376
|
mat3ra/esse/models/properties_directory/electronic_configuration.py,sha256=B0BdTCuUf25tXd2w2kJyLtnfNJwWUnl6tYhXeZvwFjQ,480
|
|
357
377
|
mat3ra/esse/models/properties_directory/elemental/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
358
378
|
mat3ra/esse/models/properties_directory/elemental/atomic_radius.py,sha256=VsSKIbLYl9GseztXyzggDAMyMH0qJ3s_9IS8lxYKz88,591
|
|
@@ -363,31 +383,31 @@ mat3ra/esse/models/properties_directory/non_scalar/average_potential_profile.py,
|
|
|
363
383
|
mat3ra/esse/models/properties_directory/non_scalar/band_gaps.py,sha256=7ypgPAH8RgGlntishJctQeAFDsjBUbSoZ0GfRwue85I,1817
|
|
364
384
|
mat3ra/esse/models/properties_directory/non_scalar/band_structure.py,sha256=W7-ZbbqDqEC42glSrpzvR__UvKeEA7rWEM5kDrp97BY,1588
|
|
365
385
|
mat3ra/esse/models/properties_directory/non_scalar/charge_density_profile.py,sha256=PSA9V0WCP0Zur_OmzFPLD_3X8Ovttl1z4yzMeWBDOy8,1295
|
|
366
|
-
mat3ra/esse/models/properties_directory/non_scalar/density_of_states.py,sha256=
|
|
386
|
+
mat3ra/esse/models/properties_directory/non_scalar/density_of_states.py,sha256=lIhWo5nqYhFC0UPUJiZAgibJd7til8Pnkg-458EnB_I,2010
|
|
367
387
|
mat3ra/esse/models/properties_directory/non_scalar/dielectric_tensor.py,sha256=_1KlHVqxzjgh9Z36kpsjeHRi-SsjxhmLWt8wMYi_6rc,807
|
|
368
388
|
mat3ra/esse/models/properties_directory/non_scalar/file_content.py,sha256=4sLUkzH_EQ-aViO7aCxhPgNDXIAr2MqfF6vQfZaC6pc,1429
|
|
369
389
|
mat3ra/esse/models/properties_directory/non_scalar/hubbard_u.py,sha256=D54t-aVR681xVuXUsaHboyrOPWWuamNrpEEFrLDCT5g,851
|
|
370
390
|
mat3ra/esse/models/properties_directory/non_scalar/hubbard_v.py,sha256=cPf7FiOgOUi1ozzirTq4tomjqWxAlk6zybuhsYrba1w,1256
|
|
371
391
|
mat3ra/esse/models/properties_directory/non_scalar/hubbard_v_nn.py,sha256=xDW1U9JsHKdoPZlTPmm-mDepEqHoOEomQNFDc1pPtbk,1278
|
|
372
|
-
mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py,sha256=
|
|
373
|
-
mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py,sha256=
|
|
392
|
+
mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py,sha256=rHBAGj-_5A9_J6vQtVTWz52iC-A26yxHPfqLYsX97cA,1382
|
|
393
|
+
mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py,sha256=lY4ZBIIsT9S2b1ZN1WrHDjwghlOEA4hchFyG94zWOIY,1403
|
|
374
394
|
mat3ra/esse/models/properties_directory/non_scalar/potential_profile.py,sha256=4_U9JxGoTN6O81IhdZU3O8QMjNLdpXTw8O-ueTvEIj8,1384
|
|
375
395
|
mat3ra/esse/models/properties_directory/non_scalar/reaction_energy_profile.py,sha256=-vSlIz6eI38cijkRYXCoCP5L55f9zM9Z3VLICdpzbi8,1421
|
|
376
396
|
mat3ra/esse/models/properties_directory/non_scalar/stress_tensor.py,sha256=dFsa5qUQo8PDiZG_tZ-DQX7YiXflvb_gcGQHm9NXmMc,758
|
|
377
|
-
mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py,sha256=
|
|
378
|
-
mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py,sha256=
|
|
397
|
+
mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py,sha256=DbXdDplNDkUphZRCtdaiW3RCFzqOqEMmFsmUJ24gbP4,4464
|
|
398
|
+
mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py,sha256=hqavnipM00I40hCxjKcm4JvwKJcrNcjx2dYrS38ZDiY,1562
|
|
379
399
|
mat3ra/esse/models/properties_directory/scalar/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
380
|
-
mat3ra/esse/models/properties_directory/scalar/electron_affinity.py,sha256=
|
|
381
|
-
mat3ra/esse/models/properties_directory/scalar/fermi_energy.py,sha256=
|
|
382
|
-
mat3ra/esse/models/properties_directory/scalar/formation_energy.py,sha256=
|
|
383
|
-
mat3ra/esse/models/properties_directory/scalar/ionization_potential.py,sha256=
|
|
400
|
+
mat3ra/esse/models/properties_directory/scalar/electron_affinity.py,sha256=I7B0fOArCkB-ow4zQ1CsirDmi_CNcb18bgjacHGcylQ,612
|
|
401
|
+
mat3ra/esse/models/properties_directory/scalar/fermi_energy.py,sha256=fB3LGSf4YkQFi5vuJIUxvH2plvB19tpr2gL6fG3KwV0,592
|
|
402
|
+
mat3ra/esse/models/properties_directory/scalar/formation_energy.py,sha256=0nRb240Ql1936Es_Nh5X3WEq96U8yiN9SGrE6OGrOJ4,608
|
|
403
|
+
mat3ra/esse/models/properties_directory/scalar/ionization_potential.py,sha256=DvvOduED9zGYBq3UPA1tUjcXPVbN4VpjAnKIKo5H6V8,624
|
|
384
404
|
mat3ra/esse/models/properties_directory/scalar/pressure.py,sha256=I6OrUOgvCUmXr1dD7Gfn17wAObEWVJW5vy6bdHf5qYE,443
|
|
385
|
-
mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py,sha256=
|
|
386
|
-
mat3ra/esse/models/properties_directory/scalar/surface_energy.py,sha256=
|
|
387
|
-
mat3ra/esse/models/properties_directory/scalar/total_energy.py,sha256=
|
|
405
|
+
mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py,sha256=4vtnFkt7Jp5skNV7PmHUgZyhQqukfYyVsVabYEwFs-U,635
|
|
406
|
+
mat3ra/esse/models/properties_directory/scalar/surface_energy.py,sha256=D9lj_htWJ3rWRtSYwWbtr4NFzDt-XiHkJvagovKaj1U,600
|
|
407
|
+
mat3ra/esse/models/properties_directory/scalar/total_energy.py,sha256=8LK6JUM2cyDWywworErNIruRdzCnt8wltF0LzhpNdbM,592
|
|
388
408
|
mat3ra/esse/models/properties_directory/scalar/total_force.py,sha256=l8X_eaNZNgm5rT_vEsNm5uaxBhAs3zGAcY-3MQHKLss,581
|
|
389
|
-
mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py,sha256
|
|
390
|
-
mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py,sha256=
|
|
409
|
+
mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py,sha256=-qmHf70tn52t9YFTRaUxUYj1ZQbmBCxuN8-14VZPFps,619
|
|
410
|
+
mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py,sha256=67Sykp-GWQ7BqzBM-eAIWI8OEww71hx6Iy-yw-pDjmg,613
|
|
391
411
|
mat3ra/esse/models/properties_directory/structural/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
392
412
|
mat3ra/esse/models/properties_directory/structural/atomic_forces.py,sha256=yPM70FgjTSditbp9BweIRO6eqIPjUyLn0lZfK7c2iDw,900
|
|
393
413
|
mat3ra/esse/models/properties_directory/structural/density.py,sha256=5DnHGdXovz-hGHM8EZBzeWM5s8_oaTZ16V1_p-UfvNw,439
|
|
@@ -395,7 +415,7 @@ mat3ra/esse/models/properties_directory/structural/elemental_ratio.py,sha256=wgP
|
|
|
395
415
|
mat3ra/esse/models/properties_directory/structural/inchi.py,sha256=xCi4OEhXn8ie3zzA2W8fIM3lXNMxgk75tiZYFoQs1us,366
|
|
396
416
|
mat3ra/esse/models/properties_directory/structural/inchi_key.py,sha256=bxthmbu3SOeuloWXgFnIOdKtf4cokXVIP_y8Ya9Pe08,381
|
|
397
417
|
mat3ra/esse/models/properties_directory/structural/magnetic_moments.py,sha256=sgvKUcrr5iVhWTbalWt_-aGxUo9MFU9qLivCfmbr-nI,774
|
|
398
|
-
mat3ra/esse/models/properties_directory/structural/molecular_pattern.py,sha256=
|
|
418
|
+
mat3ra/esse/models/properties_directory/structural/molecular_pattern.py,sha256=PMD6kvbyBnmulByWpV-CnpjUZaAadAhVqbEFST_97Eo,1793
|
|
399
419
|
mat3ra/esse/models/properties_directory/structural/p_norm.py,sha256=A6EJUYY6dzGH7Uq1jTCLj42ePRPSsg7pE4dOL3bxQmA,445
|
|
400
420
|
mat3ra/esse/models/properties_directory/structural/symmetry.py,sha256=aJLmfkhOBRXsJRUacU49465EEa0P_rRU8Dq8lDRFjO8,840
|
|
401
421
|
mat3ra/esse/models/properties_directory/structural/volume.py,sha256=nxXXQKaknwfKp43tslUza_lpa2BPpLrrIvwoq4C1ca8,443
|
|
@@ -427,7 +447,7 @@ mat3ra/esse/models/properties_directory/structural/patterns/ring.py,sha256=vZ7ts
|
|
|
427
447
|
mat3ra/esse/models/properties_directory/structural/patterns/special_bond.py,sha256=KnVmYAti3CfLIds1wVM8qW_cN75VGGdWQ7Ew3VFPpSE,742
|
|
428
448
|
mat3ra/esse/models/properties_directory/workflow/convergence/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
429
449
|
mat3ra/esse/models/properties_directory/workflow/convergence/electronic.py,sha256=MuMgO1Gq1285cvnjASCcFsHOD2ArcSjrV2OOWISF-M4,558
|
|
430
|
-
mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py,sha256=
|
|
450
|
+
mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py,sha256=ZJB2Kf-3McB_u_4hktv0eIS-iWPnk8nP5K_fEXTcp7M,1306
|
|
431
451
|
mat3ra/esse/models/properties_directory/workflow/convergence/kpoint.py,sha256=zQi62_9dhbhFfN-iaqvzftnuYWG8-iVKmVYIDID0v8w,915
|
|
432
452
|
mat3ra/esse/models/property/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
433
453
|
mat3ra/esse/models/property/base.py,sha256=mb5Q1XgYt7WrFhUir0O99ufQNzhiJog0yfoqECokquA,5003
|
|
@@ -564,8 +584,8 @@ mat3ra/esse/models/workflow/unit/runtime/_runtime_item_name_object.py,sha256=CIb
|
|
|
564
584
|
mat3ra/esse/models/workflow/unit/runtime/_runtime_item_string.py,sha256=VouM6ETdIKTiktSTeEpP2pdHZuYHwHrir4W5TLoO_sE,354
|
|
565
585
|
mat3ra/esse/models/workflow/unit/runtime/runtime_item.py,sha256=PujG7jcL8RDok9RSJiEKEB85-uGLoimVnK2k7gqyf2I,471
|
|
566
586
|
mat3ra/esse/models/workflow/unit/runtime/runtime_items.py,sha256=Yi53LFKBWqx8oGA1Po38ulfSy-QaBP38VwWk45Q7ZJQ,943
|
|
567
|
-
mat3ra_esse-2025.5.
|
|
568
|
-
mat3ra_esse-2025.5.
|
|
569
|
-
mat3ra_esse-2025.5.
|
|
570
|
-
mat3ra_esse-2025.5.
|
|
571
|
-
mat3ra_esse-2025.5.
|
|
587
|
+
mat3ra_esse-2025.5.17.post1.dist-info/licenses/LICENSE.md,sha256=CBGo1CDw-8EWCk7x9HOiF-OShdnHY6j__TjFyZPpQME,563
|
|
588
|
+
mat3ra_esse-2025.5.17.post1.dist-info/METADATA,sha256=PShK4ocKaiGbn56R2xgEC93aIbBFql8vMVveLV6Fs8M,9000
|
|
589
|
+
mat3ra_esse-2025.5.17.post1.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
590
|
+
mat3ra_esse-2025.5.17.post1.dist-info/top_level.txt,sha256=GizAtvIqqIcCWShlThl_mgig_bZs_LFyqVah6wrGHIs,7
|
|
591
|
+
mat3ra_esse-2025.5.17.post1.dist-info/RECORD,,
|
|
File without changes
|
{mat3ra_esse-2025.5.16.post1.dist-info → mat3ra_esse-2025.5.17.post1.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
{mat3ra_esse-2025.5.16.post1.dist-info → mat3ra_esse-2025.5.17.post1.dist-info}/top_level.txt
RENAMED
|
File without changes
|