mat3ra-esse 2025.7.15.post0__py3-none-any.whl → 2025.8.6.post0__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/abstract/vector_2d.py +13 -0
- mat3ra/esse/models/core/primitive/array_of_2_numbers.py +13 -0
- mat3ra/esse/models/core/reusable/energy.py +2 -2
- mat3ra/esse/models/element.py +6 -6
- mat3ra/esse/models/material/__init__.py +14 -14
- mat3ra/esse/models/materials_category/compound_pristine_structures/two_dimensional/interface/__init__.py +3 -0
- mat3ra/esse/models/materials_category/compound_pristine_structures/two_dimensional/interface/configuration.py +4269 -0
- mat3ra/esse/models/materials_category/defective_structures/one_dimensional/grain_boundary_linear/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defective_structures/one_dimensional/grain_boundary_linear/configuration.py +4273 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/adatom/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/adatom/configuration.py +2132 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/base_configuration.py +1561 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/grain_boundary_planar/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/grain_boundary_planar/configuration.py +4269 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/island/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/island/configuration.py +2908 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/terrace/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/terrace/configuration.py +2912 -0
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/__init__.py +3 -0
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/base_configuration.py +544 -0
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/interstitial.py +1099 -0
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/substitutional.py +1099 -0
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/vacancy.py +556 -0
- mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/ideal_crystal.py +14 -14
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanoribbon.py +1598 -0
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanotape.py +1160 -0
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab.py +88 -92
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell.py +1159 -0
- mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/__init__.py +3 -0
- mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/configuration.py +1232 -0
- mat3ra/esse/models/materials_category_components/entities/auxiliary/one_dimensional/__init__.py +3 -0
- mat3ra/esse/models/materials_category_components/entities/auxiliary/one_dimensional/miller_indices_2d.py +16 -0
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/crystal_site.py +527 -2
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/point_defect_site.py +676 -0
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_region.py +555 -0
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_site.py +1576 -0
- mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/crystal.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/vacuum.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/core/zero_dimensional/vacancy.py +22 -0
- mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/__init__.py +3 -0
- mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_base.py +541 -0
- mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines.py +545 -0
- mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines_unique_repeated.py +708 -0
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/crystal_lattice_base.py +541 -0
- mat3ra/esse/models/materials_category_components/entities/reusable/{repetitions.py → three_dimensional/repetitions.py} +1 -1
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_non_uniform.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_uniform.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/supercell.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers.py +4 -4
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique.py +4 -4
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique_repeated.py +4 -4
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/crystal_lattice_planes.py +18 -18
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_stack_configuration.py +1577 -0
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_unit_cell.py +74 -77
- mat3ra/esse/models/materials_category_components/operations/core/combinations/enums.py +13 -0
- mat3ra/esse/models/materials_category_components/operations/core/combinations/merge.py +9 -981
- mat3ra/esse/models/materials_category_components/operations/core/combinations/stack.py +8 -940
- mat3ra/esse/models/materials_category_components/operations/core/modifications/perturb.py +538 -0
- 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/basis/__init__.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.7.15.post0.dist-info → mat3ra_esse-2025.8.6.post0.dist-info}/METADATA +1 -1
- {mat3ra_esse-2025.7.15.post0.dist-info → mat3ra_esse-2025.8.6.post0.dist-info}/RECORD +85 -45
- {mat3ra_esse-2025.7.15.post0.dist-info → mat3ra_esse-2025.8.6.post0.dist-info}/WHEEL +0 -0
- {mat3ra_esse-2025.7.15.post0.dist-info → mat3ra_esse-2025.8.6.post0.dist-info}/licenses/LICENSE.md +0 -0
- {mat3ra_esse-2025.7.15.post0.dist-info → mat3ra_esse-2025.8.6.post0.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=b6SUEX9YDXqgwVIgipYXbEUSvEHdk_CPhVK2CuFv97I,144627
|
|
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=2bL-0BZXOlBycD1J8PNwDAAs4G1oIgKasOo3wv71LXY,3159643
|
|
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=xuuFQRP6wE4SFXggipRsAexGPo10DorQqoWUG_pUnPA,2950
|
|
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=m-EhqHtY0_VC9Mzr4czjl2USnoAUUVNttfEug9eSMJw,74729
|
|
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
|
|
@@ -35,10 +35,12 @@ mat3ra/esse/models/core/abstract/coordinate_2d.py,sha256=VY2G33pQx_QYF-njFFk3Yhg
|
|
|
35
35
|
mat3ra/esse/models/core/abstract/coordinate_3d.py,sha256=9FF3YH5uQQCKH2ta4hklogqj9Zw8qWK7sR5fJPjABhg,349
|
|
36
36
|
mat3ra/esse/models/core/abstract/kpoint.py,sha256=qs_3FgLXwkaCW3XyCATTcGoeB2DWAQzVMnhPt04Nvhw,404
|
|
37
37
|
mat3ra/esse/models/core/abstract/matrix_3x3.py,sha256=7Ob8lg7Uq33R0dVO7XYgp4AvDyffg8UeeCW8qXzdqOQ,526
|
|
38
|
+
mat3ra/esse/models/core/abstract/vector_2d.py,sha256=glgkqggX96brGldtAZrmJOuwQlTU_d1i09pdqZHADWg,337
|
|
38
39
|
mat3ra/esse/models/core/abstract/vector_3d.py,sha256=gty27LKhdm35AR6PjWvO8Ccq5p4eqe25At-h7-OAteI,337
|
|
39
40
|
mat3ra/esse/models/core/abstract/vector_boolean_3d.py,sha256=GbByG75y034HscvSsE9tIo178Mri-ZeNFOMfZbXKjZ0,313
|
|
40
41
|
mat3ra/esse/models/core/primitive/_1d_data_series.py,sha256=axKdgsXgeF95sKcBtWKS5EUJIx82uI6kN0YNMbU_pYY,389
|
|
41
42
|
mat3ra/esse/models/core/primitive/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
43
|
+
mat3ra/esse/models/core/primitive/array_of_2_numbers.py,sha256=gthQ3V7sAq-EmzV9z1patFBb5CZHmtCqMcghGNYUkUI,378
|
|
42
44
|
mat3ra/esse/models/core/primitive/array_of_3_booleans.py,sha256=06YLYsvCD7BP5fNee8e07YKrNZVNsfh9RpvBMj-k7-A,379
|
|
43
45
|
mat3ra/esse/models/core/primitive/array_of_3_integers.py,sha256=L8Ufchk1rlzLkuFeFItAZTxr1HjD5cTD0WHVoCGXLoM,377
|
|
44
46
|
mat3ra/esse/models/core/primitive/array_of_3_numbers.py,sha256=VjCYsMasQYN1agkBJelaVsBY3NK-fyuS0OobMGHjoNY,378
|
|
@@ -82,7 +84,7 @@ mat3ra/esse/models/core/reusable/band_gap.py,sha256=_L79BKX80sAH7ZuyxFSdomJLS2dq
|
|
|
82
84
|
mat3ra/esse/models/core/reusable/categories.py,sha256=Z90c6gdSMUdEYwoThEyusMXb5ufqoQh-tISYafPWwME,1350
|
|
83
85
|
mat3ra/esse/models/core/reusable/category_path.py,sha256=SFyMHOXwrIewKkr4lCZRfSO-oszEx29XEK6TuLJrBtQ,359
|
|
84
86
|
mat3ra/esse/models/core/reusable/dielectric_tensor_component.py,sha256=_rr6oeTSxUp9iIwaDNt84oeu32_EMXB2vb-MeuxosjY,623
|
|
85
|
-
mat3ra/esse/models/core/reusable/energy.py,sha256=
|
|
87
|
+
mat3ra/esse/models/core/reusable/energy.py,sha256=FUf_Lrr6eIlQu6ADy8hS0OsJ0Igcp9apQRzEwZPxZtI,514
|
|
86
88
|
mat3ra/esse/models/core/reusable/file_metadata.py,sha256=DyPL1zQJR3HTyOGgvQzE7BxasTCkVRffeG_4WKfxf-8,520
|
|
87
89
|
mat3ra/esse/models/core/reusable/frequency_function_matrix.py,sha256=I4B-ukMJ_aGpP_PHDd63bW8Jav1mreGeMiLqtrElIno,429
|
|
88
90
|
mat3ra/esse/models/core/reusable/object_storage_container_data.py,sha256=LKvflErRqZIS2U4L586Dqkb5PN5BJd0oNUp2h0B4R4Q,834
|
|
@@ -114,13 +116,39 @@ mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py,sha256=g7
|
|
|
114
116
|
mat3ra/esse/models/job/__init__.py,sha256=B-DqAodIR7lA0ETj6CqwKgHr342FdZfV-8n_sMnyUpI,65077
|
|
115
117
|
mat3ra/esse/models/job/base.py,sha256=QZzYedxsoGbqQvIgLhBsCQDWvTlTgXM64-Jcy-Z4umc,8088
|
|
116
118
|
mat3ra/esse/models/job/compute.py,sha256=strKlGY8VnnnFij3KxxZr2Hozf2_zhujhTb4cQxP5KU,5501
|
|
117
|
-
mat3ra/esse/models/material/__init__.py,sha256=
|
|
119
|
+
mat3ra/esse/models/material/__init__.py,sha256=ZMAUxmfDM0DSDb4cMbOYmGG6DVfFhqvSCkUKH_oLP2A,11687
|
|
118
120
|
mat3ra/esse/models/material/consistency_check.py,sha256=6fF96LF_xOwT4k47Ez3ADx3-yVnREgwY95N5aA12o0c,934
|
|
119
121
|
mat3ra/esse/models/material/conventional.py,sha256=y6PGJsMs4ktea-q9LGZnRIYscFjfWjdZFmeyehAJdBE,303
|
|
122
|
+
mat3ra/esse/models/materials_category/compound_pristine_structures/two_dimensional/interface/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
123
|
+
mat3ra/esse/models/materials_category/compound_pristine_structures/two_dimensional/interface/configuration.py,sha256=Lss6YpLPEMc0qs-uOP_w_5_DS9rIi3PaGGBUlgP82is,97025
|
|
124
|
+
mat3ra/esse/models/materials_category/defective_structures/one_dimensional/grain_boundary_linear/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
125
|
+
mat3ra/esse/models/materials_category/defective_structures/one_dimensional/grain_boundary_linear/configuration.py,sha256=zubibL2yTa343fO4scincqVe72EnpnfRufl46_7sExo,97149
|
|
126
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
127
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/base_configuration.py,sha256=NAvvdY-Y96fJJF2-dIQT_RUULnsba89HTeEcUB9QA7A,34124
|
|
128
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/adatom/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
129
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/adatom/configuration.py,sha256=zeuPPxKU5by-gg9-uHN-XFT86oPqDnQG7QWT3bwq0v4,46017
|
|
130
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/grain_boundary_planar/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
131
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/grain_boundary_planar/configuration.py,sha256=p8Ymxq_DIDGahz8PoGgFFVShur9qnZmkY81M738frog,96704
|
|
132
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/island/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
133
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/island/configuration.py,sha256=KaE8HQBXGO1JdnWCFQbPvT5nrjxKNHFAShMYURkbaOY,65197
|
|
134
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/terrace/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
135
|
+
mat3ra/esse/models/materials_category/defective_structures/two_dimensional/terrace/configuration.py,sha256=lPSIhaIOYDkoheWohie0z-kHHCPOtSwyIYaECQ6QoVw,65388
|
|
136
|
+
mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
137
|
+
mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/base_configuration.py,sha256=I3pZiB4ivSxKo_8_VkOOmGk_GcKe-Q4bJSUfgd6JTHE,12135
|
|
138
|
+
mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/interstitial.py,sha256=agQO-24UY_HExqjbcIb9JrnTT9baoDDEem9NxTCZpCs,23526
|
|
139
|
+
mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/substitutional.py,sha256=Tui0-ovc6sNreBiLvQoD7Ndz44zHLIurK_QZ3T4tGfQ,23532
|
|
140
|
+
mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/vacancy.py,sha256=_d2DG1JVPDCjsKvOpQhH0axhWDp9BR06K62mJ5r8ReQ,12365
|
|
120
141
|
mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
121
|
-
mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/ideal_crystal.py,sha256=
|
|
142
|
+
mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/ideal_crystal.py,sha256=_c4rgXKiN8vtiPBDCq2I0QSo92vHWNkx3ctC7NeePa4,11753
|
|
122
143
|
mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
123
|
-
mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/
|
|
144
|
+
mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanoribbon.py,sha256=Gr8nn5VNui5L-PPMt1KjUBpqoyANczLb8Otj01v5ydE,35417
|
|
145
|
+
mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanotape.py,sha256=F7IR9SoaGUqjIImWY08S4ohQnlROTEwndaD0w9DFjEo,25493
|
|
146
|
+
mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab.py,sha256=HxDISOLJruAOttTyJQu7ZRDPbSTF4qavcbo9MQNeYGg,24737
|
|
147
|
+
mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell.py,sha256=IhTDPwY3uGX15UBmXwlSHfLOkLJmhrbNNA8vn6R_vww,25473
|
|
148
|
+
mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
149
|
+
mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/configuration.py,sha256=DPYIs_ICWnjFkZlWArImG_j6l3YH1zBdHb3crQSxsaE,25469
|
|
150
|
+
mat3ra/esse/models/materials_category_components/entities/auxiliary/one_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
151
|
+
mat3ra/esse/models/materials_category_components/entities/auxiliary/one_dimensional/miller_indices_2d.py,sha256=DS2U7ib49w5uGrtpt4BsD86kmt2WZBACrk5FLfX-eE0,480
|
|
124
152
|
mat3ra/esse/models/materials_category_components/entities/auxiliary/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
125
153
|
mat3ra/esse/models/materials_category_components/entities/auxiliary/three_dimensional/supercell_matrix_3d.py,sha256=6VlpXs4gqlukSqaB4MHX2WSZQwGjbJvyIiKIw4yAdg4,898
|
|
126
154
|
mat3ra/esse/models/materials_category_components/entities/auxiliary/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
@@ -128,31 +156,43 @@ mat3ra/esse/models/materials_category_components/entities/auxiliary/two_dimensio
|
|
|
128
156
|
mat3ra/esse/models/materials_category_components/entities/auxiliary/two_dimensional/supercell_matrix_2d.py,sha256=AKWn7TICc3OHL9Ip1A9coI8Gl-VDpgcZCjKmcSAbXRw,769
|
|
129
157
|
mat3ra/esse/models/materials_category_components/entities/auxiliary/two_dimensional/termination.py,sha256=LE0QSArs0CTPvIQ6-osWymoeEGh7ebotWqUnFUNksII,2401
|
|
130
158
|
mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
131
|
-
mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/crystal_site.py,sha256=
|
|
159
|
+
mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/crystal_site.py,sha256=MPGVcAYLAElkrl_dger2cywpTpPbmIRns_xD96JPmB0,12035
|
|
160
|
+
mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/point_defect_site.py,sha256=7B3qYwFWhJgkNjJynlZrbkTyzq2hDSGBowLg1k0fyW4,14031
|
|
161
|
+
mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_region.py,sha256=-76oSOGvbmc2gOs8SigCevFWxSKD-Nxs0LnKtBIrIyY,12597
|
|
162
|
+
mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_site.py,sha256=Eyb9jZfc6DWOM1ECkCsycHWCwFNRZ-CqXZtKQtoI8lo,34945
|
|
132
163
|
mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
133
|
-
mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/crystal.py,sha256=
|
|
164
|
+
mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/crystal.py,sha256=PegLCC_-FHSSIPIhi3vR5LCuFZiNXB9ktjVKD03rxSs,11747
|
|
134
165
|
mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/void.py,sha256=23O84_CEsV-zdidWHPnadN-mSjISj78_9cojEOfttPw,1059
|
|
135
166
|
mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
136
|
-
mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/vacuum.py,sha256=
|
|
167
|
+
mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/vacuum.py,sha256=m6Cp3CZSTZNR7QWZkINQWcrAdrJmVV-FdUOy66-e9hI,12187
|
|
137
168
|
mat3ra/esse/models/materials_category_components/entities/core/zero_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
138
169
|
mat3ra/esse/models/materials_category_components/entities/core/zero_dimensional/atom.py,sha256=3WX1b139aRToS55r7jWHCTETfXsMcM1CdJ2aqpnUZ_Y,1957
|
|
170
|
+
mat3ra/esse/models/materials_category_components/entities/core/zero_dimensional/vacancy.py,sha256=HQvsRbEAvwebozf-6AvCQBsbqo_6lwMWrBOevpNPnmc,479
|
|
139
171
|
mat3ra/esse/models/materials_category_components/entities/reusable/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
140
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/
|
|
172
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
173
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_base.py,sha256=wwUKYpZAb1tJh6-d8rWudAjmp5mF-gR89wws7nLa488,12064
|
|
174
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines.py,sha256=Xgf6oSXLiKv50Dt9xQwFt9GNPDxpBGPbWl3BTq3E9aU,12248
|
|
175
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines_unique_repeated.py,sha256=o78oxBO2qJvTzU48cjQjN_6F6OTnvuAOrAf_rmmL11Q,15408
|
|
141
176
|
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
142
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/
|
|
143
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/
|
|
144
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/
|
|
177
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/crystal_lattice_base.py,sha256=zb38Ca_-JqAR73Jk4WuJihNZiLmA7E34UnMcCK7ZnRM,12072
|
|
178
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/repetitions.py,sha256=t4qqfe4omBUSnrRFGgBjO15HwZtSEpNzs3GXrdHWZtw,802
|
|
179
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_non_uniform.py,sha256=cNVCIPaN4te2J5eg0fK-FZ5ZARGMqghhkmr-5U78Lyo,12249
|
|
180
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_uniform.py,sha256=p4LSIOL_sXaxpt8DfgSomS_BiFs6ryL2eJ5eSVAW1r8,12078
|
|
181
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/supercell.py,sha256=HyKMyPaCyddP2__88Z7Q4w_Ew65MCTsBQLxyBJl1ptg,12199
|
|
145
182
|
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
146
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers.py,sha256
|
|
147
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique.py,sha256=
|
|
148
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique_repeated.py,sha256=
|
|
149
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/crystal_lattice_planes.py,sha256=
|
|
150
|
-
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/
|
|
183
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers.py,sha256=-HFh1fnbDB-g3ImfZPL17MFI6bp8CfCmUO13xeX3WIQ,14487
|
|
184
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique.py,sha256=03j_Oi4mKrTx5k5xu-XE3HSt9GOBh0g5cJ-OX0sDcV4,14508
|
|
185
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique_repeated.py,sha256=8fg-uAnNQZUWS2ohE0cKstoJ2mbN34jm1iXrI4FsEAs,14639
|
|
186
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/crystal_lattice_planes.py,sha256=JVssz7P3ceZx5MgrXKvDauCVAmeViXmQCEUV0VrIS0w,12270
|
|
187
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_stack_configuration.py,sha256=WOyBwqpxcUUsNlu-0vlBNOtyENJEHkzkqsxdVUuNL8E,34699
|
|
188
|
+
mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_unit_cell.py,sha256=kO8vyBXFcXzMB-RH-Y5KKJHlIhj4-1pQ3447PDZxDMM,24464
|
|
151
189
|
mat3ra/esse/models/materials_category_components/operations/core/combinations/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
152
|
-
mat3ra/esse/models/materials_category_components/operations/core/combinations/
|
|
153
|
-
mat3ra/esse/models/materials_category_components/operations/core/combinations/
|
|
190
|
+
mat3ra/esse/models/materials_category_components/operations/core/combinations/enums.py,sha256=4IGswkEqNbfL-KM4jUG4Sb2GUWv9HwLu6onoPoQbB1I,292
|
|
191
|
+
mat3ra/esse/models/materials_category_components/operations/core/combinations/merge.py,sha256=tSpvUjSLW3FKxS4bG9989wV9KjXa-JbPTeF0UBk27n8,551
|
|
192
|
+
mat3ra/esse/models/materials_category_components/operations/core/combinations/stack.py,sha256=hMNteD31qQ6lX05GJSoGlF8I9TdArCjSEhWjgNqmL00,779
|
|
154
193
|
mat3ra/esse/models/materials_category_components/operations/core/combinations/stack_component.py,sha256=JMxOvdKjNolVy1JHQF75bkpKDYM4iYHB058h0JmqE5c,21523
|
|
155
194
|
mat3ra/esse/models/materials_category_components/operations/core/modifications/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
195
|
+
mat3ra/esse/models/materials_category_components/operations/core/modifications/perturb.py,sha256=Xy5XI468xs1Vd1SLsUwBYV_EnHl6LFB0t4gaE4a5XVo,12036
|
|
156
196
|
mat3ra/esse/models/materials_category_components/operations/core/modifications/repeat.py,sha256=G0pT_vKMo3C9GnbRhGiDEJNDqbeDe_oJBl3WrnhUXEk,833
|
|
157
197
|
mat3ra/esse/models/materials_category_components/operations/core/modifications/strain.py,sha256=-ofQnUtBVVf-AjO7h2Gc15qGFR6GF8P5x0s0lFkrSiw,577
|
|
158
198
|
mat3ra/esse/models/method/__init__.py,sha256=KErSMWtloFyYMkQVa8lWT-fox0LgnDD3395K9aLbNNY,668
|
|
@@ -332,7 +372,7 @@ mat3ra/esse/models/models_directory/legacy/dft.py,sha256=4S3t0S0Mbj1Vo2QqfZMJO3S
|
|
|
332
372
|
mat3ra/esse/models/models_directory/legacy/ml.py,sha256=QRKfPsxElrbdDBLMCzcKtQ8dMqwes3IqiI4udyKGjJ0,1112
|
|
333
373
|
mat3ra/esse/models/models_directory/legacy/unknown.py,sha256=GxE6kGWW1vv_gRNbatQcvgt0V5RVayroQVLclPs19Lk,1134
|
|
334
374
|
mat3ra/esse/models/properties_directory/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
335
|
-
mat3ra/esse/models/properties_directory/derived_properties.py,sha256=
|
|
375
|
+
mat3ra/esse/models/properties_directory/derived_properties.py,sha256=YUnAk7sKRMgb1xRVRKZT695wYDimfMy1JbQjMJA3h70,3021
|
|
336
376
|
mat3ra/esse/models/properties_directory/electronic_configuration.py,sha256=B0BdTCuUf25tXd2w2kJyLtnfNJwWUnl6tYhXeZvwFjQ,480
|
|
337
377
|
mat3ra/esse/models/properties_directory/elemental/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
338
378
|
mat3ra/esse/models/properties_directory/elemental/atomic_radius.py,sha256=VsSKIbLYl9GseztXyzggDAMyMH0qJ3s_9IS8lxYKz88,591
|
|
@@ -343,31 +383,31 @@ mat3ra/esse/models/properties_directory/non_scalar/average_potential_profile.py,
|
|
|
343
383
|
mat3ra/esse/models/properties_directory/non_scalar/band_gaps.py,sha256=7ypgPAH8RgGlntishJctQeAFDsjBUbSoZ0GfRwue85I,1817
|
|
344
384
|
mat3ra/esse/models/properties_directory/non_scalar/band_structure.py,sha256=-MJbNha7ADfuPtB1J6grN0wGu-PFuYpOYmkU8OPOGjo,1590
|
|
345
385
|
mat3ra/esse/models/properties_directory/non_scalar/charge_density_profile.py,sha256=PSA9V0WCP0Zur_OmzFPLD_3X8Ovttl1z4yzMeWBDOy8,1295
|
|
346
|
-
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=onhpbPYy90AV5jVH7MQNj6DSO_ivEMbg-IDOR3iF5jg,2012
|
|
347
387
|
mat3ra/esse/models/properties_directory/non_scalar/dielectric_tensor.py,sha256=_1KlHVqxzjgh9Z36kpsjeHRi-SsjxhmLWt8wMYi_6rc,807
|
|
348
388
|
mat3ra/esse/models/properties_directory/non_scalar/file_content.py,sha256=4sLUkzH_EQ-aViO7aCxhPgNDXIAr2MqfF6vQfZaC6pc,1429
|
|
349
389
|
mat3ra/esse/models/properties_directory/non_scalar/hubbard_u.py,sha256=D54t-aVR681xVuXUsaHboyrOPWWuamNrpEEFrLDCT5g,851
|
|
350
390
|
mat3ra/esse/models/properties_directory/non_scalar/hubbard_v.py,sha256=cPf7FiOgOUi1ozzirTq4tomjqWxAlk6zybuhsYrba1w,1256
|
|
351
391
|
mat3ra/esse/models/properties_directory/non_scalar/hubbard_v_nn.py,sha256=xDW1U9JsHKdoPZlTPmm-mDepEqHoOEomQNFDc1pPtbk,1278
|
|
352
|
-
mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py,sha256=
|
|
353
|
-
mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py,sha256=
|
|
392
|
+
mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py,sha256=53LbI43LngVvmDK63gzAhQkqGMp7SdOQtaA4Q1AnKoo,1384
|
|
393
|
+
mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py,sha256=hlcW6GgSqAMB1QdpD8AAZIaKEOqt9UM3v5-x4PeCHtw,1405
|
|
354
394
|
mat3ra/esse/models/properties_directory/non_scalar/potential_profile.py,sha256=4_U9JxGoTN6O81IhdZU3O8QMjNLdpXTw8O-ueTvEIj8,1384
|
|
355
395
|
mat3ra/esse/models/properties_directory/non_scalar/reaction_energy_profile.py,sha256=-vSlIz6eI38cijkRYXCoCP5L55f9zM9Z3VLICdpzbi8,1421
|
|
356
396
|
mat3ra/esse/models/properties_directory/non_scalar/stress_tensor.py,sha256=dFsa5qUQo8PDiZG_tZ-DQX7YiXflvb_gcGQHm9NXmMc,758
|
|
357
|
-
mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py,sha256=
|
|
358
|
-
mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py,sha256=
|
|
397
|
+
mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py,sha256=4ViXNIYuftBbPHQoKktZusibyR9NTAX5XFjRp0Ok3rs,4464
|
|
398
|
+
mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py,sha256=beQQrVAHxPqRr2rA6Ky_eAfP3TKyUhfvDYSdnegPAoI,1564
|
|
359
399
|
mat3ra/esse/models/properties_directory/scalar/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
360
|
-
mat3ra/esse/models/properties_directory/scalar/electron_affinity.py,sha256=
|
|
361
|
-
mat3ra/esse/models/properties_directory/scalar/fermi_energy.py,sha256=
|
|
362
|
-
mat3ra/esse/models/properties_directory/scalar/formation_energy.py,sha256=
|
|
363
|
-
mat3ra/esse/models/properties_directory/scalar/ionization_potential.py,sha256=
|
|
400
|
+
mat3ra/esse/models/properties_directory/scalar/electron_affinity.py,sha256=3cxyhBwiKEGnR9OWrjRYBH1tWyYb5GAqUMEicV8ZDnM,614
|
|
401
|
+
mat3ra/esse/models/properties_directory/scalar/fermi_energy.py,sha256=od3bk96svxzTXdEQjyyytZ5ADdjLvf3YTq_TgUeU578,594
|
|
402
|
+
mat3ra/esse/models/properties_directory/scalar/formation_energy.py,sha256=noKcVIyhs1OQbtuxODMduOofx4zpJZ4lR6KsgXomThY,610
|
|
403
|
+
mat3ra/esse/models/properties_directory/scalar/ionization_potential.py,sha256=yVopco8y_DjhPts-pFcXVhvLB6PKPav4iHRJ0oIrOfw,626
|
|
364
404
|
mat3ra/esse/models/properties_directory/scalar/pressure.py,sha256=I6OrUOgvCUmXr1dD7Gfn17wAObEWVJW5vy6bdHf5qYE,443
|
|
365
|
-
mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py,sha256=
|
|
366
|
-
mat3ra/esse/models/properties_directory/scalar/surface_energy.py,sha256=
|
|
367
|
-
mat3ra/esse/models/properties_directory/scalar/total_energy.py,sha256=
|
|
405
|
+
mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py,sha256=A4fo0iCGqvGLm7CQEXifrHtsEfymebS6ttZX93LbGEQ,637
|
|
406
|
+
mat3ra/esse/models/properties_directory/scalar/surface_energy.py,sha256=EXH9WWb1YI9NTY47rDpjhu76Ngoz17Y-z4C_UCnIXPE,602
|
|
407
|
+
mat3ra/esse/models/properties_directory/scalar/total_energy.py,sha256=7PiZEA6TRWtoYv7ExX2gKT7TjwtuGHEpXD76M8iBzPE,594
|
|
368
408
|
mat3ra/esse/models/properties_directory/scalar/total_force.py,sha256=l8X_eaNZNgm5rT_vEsNm5uaxBhAs3zGAcY-3MQHKLss,581
|
|
369
|
-
mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py,sha256=
|
|
370
|
-
mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py,sha256=
|
|
409
|
+
mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py,sha256=UqwUtnC0G6qL3w8iXmX0ngsTvwKi_kMAADi97sYL71I,621
|
|
410
|
+
mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py,sha256=YTXLm38THxIwLxtnQ73CByZAV2wdwQo55MPWClqy99I,613
|
|
371
411
|
mat3ra/esse/models/properties_directory/structural/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
372
412
|
mat3ra/esse/models/properties_directory/structural/atomic_forces.py,sha256=yPM70FgjTSditbp9BweIRO6eqIPjUyLn0lZfK7c2iDw,900
|
|
373
413
|
mat3ra/esse/models/properties_directory/structural/density.py,sha256=5DnHGdXovz-hGHM8EZBzeWM5s8_oaTZ16V1_p-UfvNw,439
|
|
@@ -375,11 +415,11 @@ mat3ra/esse/models/properties_directory/structural/elemental_ratio.py,sha256=wgP
|
|
|
375
415
|
mat3ra/esse/models/properties_directory/structural/inchi.py,sha256=xCi4OEhXn8ie3zzA2W8fIM3lXNMxgk75tiZYFoQs1us,366
|
|
376
416
|
mat3ra/esse/models/properties_directory/structural/inchi_key.py,sha256=bxthmbu3SOeuloWXgFnIOdKtf4cokXVIP_y8Ya9Pe08,381
|
|
377
417
|
mat3ra/esse/models/properties_directory/structural/magnetic_moments.py,sha256=sgvKUcrr5iVhWTbalWt_-aGxUo9MFU9qLivCfmbr-nI,774
|
|
378
|
-
mat3ra/esse/models/properties_directory/structural/molecular_pattern.py,sha256=
|
|
418
|
+
mat3ra/esse/models/properties_directory/structural/molecular_pattern.py,sha256=Oo38U4yQ0BnXO0ws4k8ULzPXMFneWfBNps4IaS9LKgg,1793
|
|
379
419
|
mat3ra/esse/models/properties_directory/structural/p_norm.py,sha256=A6EJUYY6dzGH7Uq1jTCLj42ePRPSsg7pE4dOL3bxQmA,445
|
|
380
420
|
mat3ra/esse/models/properties_directory/structural/symmetry.py,sha256=aJLmfkhOBRXsJRUacU49465EEa0P_rRU8Dq8lDRFjO8,840
|
|
381
421
|
mat3ra/esse/models/properties_directory/structural/volume.py,sha256=nxXXQKaknwfKp43tslUza_lpa2BPpLrrIvwoq4C1ca8,443
|
|
382
|
-
mat3ra/esse/models/properties_directory/structural/basis/__init__.py,sha256=
|
|
422
|
+
mat3ra/esse/models/properties_directory/structural/basis/__init__.py,sha256=jwKMVnUQBhnlbl4whizh_Rid7Jyqh_FjdvE0RZE1bpw,3170
|
|
383
423
|
mat3ra/esse/models/properties_directory/structural/basis/atomic_constraint.py,sha256=MJfolJSgvQ4zPWZi36Y-9fUUkfSnVBKW0HCDhxsEfHM,441
|
|
384
424
|
mat3ra/esse/models/properties_directory/structural/basis/atomic_constraints.py,sha256=GCngLkD-6_Xkn6WL0vqj5r14vJrnT-JE68TWMwCDAso,660
|
|
385
425
|
mat3ra/esse/models/properties_directory/structural/basis/atomic_constraints_property.py,sha256=BqRWld9jbvPw2hUYMu83QbFoZNvfXt2o-_w_TBB_aeY,779
|
|
@@ -406,7 +446,7 @@ mat3ra/esse/models/properties_directory/structural/patterns/ring.py,sha256=vZ7ts
|
|
|
406
446
|
mat3ra/esse/models/properties_directory/structural/patterns/special_bond.py,sha256=KnVmYAti3CfLIds1wVM8qW_cN75VGGdWQ7Ew3VFPpSE,742
|
|
407
447
|
mat3ra/esse/models/properties_directory/workflow/convergence/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
408
448
|
mat3ra/esse/models/properties_directory/workflow/convergence/electronic.py,sha256=MuMgO1Gq1285cvnjASCcFsHOD2ArcSjrV2OOWISF-M4,558
|
|
409
|
-
mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py,sha256=
|
|
449
|
+
mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py,sha256=_h5SM9tWtL3ZQkHfJ39cvTgkhDgKXzGN3l1flQ7YRsc,1308
|
|
410
450
|
mat3ra/esse/models/properties_directory/workflow/convergence/kpoint.py,sha256=zQi62_9dhbhFfN-iaqvzftnuYWG8-iVKmVYIDID0v8w,915
|
|
411
451
|
mat3ra/esse/models/property/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
412
452
|
mat3ra/esse/models/property/base.py,sha256=mb5Q1XgYt7WrFhUir0O99ufQNzhiJog0yfoqECokquA,5003
|
|
@@ -523,8 +563,8 @@ mat3ra/esse/models/workflow/unit/runtime/_runtime_item_name_object.py,sha256=CIb
|
|
|
523
563
|
mat3ra/esse/models/workflow/unit/runtime/_runtime_item_string.py,sha256=VouM6ETdIKTiktSTeEpP2pdHZuYHwHrir4W5TLoO_sE,354
|
|
524
564
|
mat3ra/esse/models/workflow/unit/runtime/runtime_item.py,sha256=PujG7jcL8RDok9RSJiEKEB85-uGLoimVnK2k7gqyf2I,471
|
|
525
565
|
mat3ra/esse/models/workflow/unit/runtime/runtime_items.py,sha256=Yi53LFKBWqx8oGA1Po38ulfSy-QaBP38VwWk45Q7ZJQ,943
|
|
526
|
-
mat3ra_esse-2025.
|
|
527
|
-
mat3ra_esse-2025.
|
|
528
|
-
mat3ra_esse-2025.
|
|
529
|
-
mat3ra_esse-2025.
|
|
530
|
-
mat3ra_esse-2025.
|
|
566
|
+
mat3ra_esse-2025.8.6.post0.dist-info/licenses/LICENSE.md,sha256=CBGo1CDw-8EWCk7x9HOiF-OShdnHY6j__TjFyZPpQME,563
|
|
567
|
+
mat3ra_esse-2025.8.6.post0.dist-info/METADATA,sha256=QwT4uncTmdrL1SIWJiLaT5SMOtKcKDAlTk0A6S_9YzE,9012
|
|
568
|
+
mat3ra_esse-2025.8.6.post0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
569
|
+
mat3ra_esse-2025.8.6.post0.dist-info/top_level.txt,sha256=GizAtvIqqIcCWShlThl_mgig_bZs_LFyqVah6wrGHIs,7
|
|
570
|
+
mat3ra_esse-2025.8.6.post0.dist-info/RECORD,,
|
|
File without changes
|
{mat3ra_esse-2025.7.15.post0.dist-info → mat3ra_esse-2025.8.6.post0.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
{mat3ra_esse-2025.7.15.post0.dist-info → mat3ra_esse-2025.8.6.post0.dist-info}/top_level.txt
RENAMED
|
File without changes
|