mat3ra-esse 2025.7.29.post0__py3-none-any.whl → 2025.8.6.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.

Files changed (65) hide show
  1. mat3ra/esse/data/examples.py +1 -1
  2. mat3ra/esse/data/schemas.py +1 -1
  3. mat3ra/esse/models/apse/file/applications/espresso/7.2/pw_x.py +6 -6
  4. mat3ra/esse/models/core/reusable/energy.py +2 -2
  5. mat3ra/esse/models/element.py +6 -6
  6. mat3ra/esse/models/material/__init__.py +14 -14
  7. mat3ra/esse/models/materials_category/compound_pristine_structures/two_dimensional/interface/configuration.py +549 -2319
  8. mat3ra/esse/models/materials_category/defective_structures/one_dimensional/grain_boundary_linear/configuration.py +537 -2307
  9. mat3ra/esse/models/materials_category/defective_structures/two_dimensional/adatom/configuration.py +206 -190
  10. mat3ra/esse/models/materials_category/defective_structures/two_dimensional/grain_boundary_planar/configuration.py +56 -1826
  11. mat3ra/esse/models/materials_category/defective_structures/two_dimensional/island/configuration.py +331 -311
  12. mat3ra/esse/models/materials_category/defective_structures/two_dimensional/terrace/configuration.py +331 -311
  13. mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/interstitial.py +72 -72
  14. mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/substitutional.py +72 -72
  15. mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/vacancy.py +14 -14
  16. mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/ideal_crystal.py +14 -14
  17. mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanoribbon.py +150 -134
  18. mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanotape.py +86 -74
  19. mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab.py +84 -72
  20. mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell.py +84 -72
  21. mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/configuration.py +70 -70
  22. mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/crystal_site.py +14 -14
  23. mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/point_defect_site.py +14 -14
  24. mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_region.py +14 -14
  25. mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/crystal.py +14 -14
  26. mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/vacuum.py +14 -14
  27. mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines.py +14 -14
  28. mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines_unique_repeated.py +16 -16
  29. mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/crystal_lattice_base.py +14 -14
  30. mat3ra/esse/models/materials_category_components/entities/reusable/{repetitions.py → three_dimensional/repetitions.py} +1 -1
  31. mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_non_uniform.py +14 -14
  32. mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_uniform.py +14 -14
  33. mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/supercell.py +14 -14
  34. mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/crystal_lattice_planes.py +14 -14
  35. mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_stack_configuration.py +148 -132
  36. mat3ra/esse/models/materials_category_components/operations/core/combinations/stack.py +14 -2
  37. mat3ra/esse/models/materials_category_components/operations/core/modifications/perturb.py +14 -14
  38. mat3ra/esse/models/properties_directory/derived_properties.py +11 -11
  39. mat3ra/esse/models/properties_directory/non_scalar/density_of_states.py +2 -2
  40. mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py +2 -2
  41. mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py +2 -2
  42. mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py +50 -50
  43. mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py +2 -2
  44. mat3ra/esse/models/properties_directory/scalar/electron_affinity.py +2 -2
  45. mat3ra/esse/models/properties_directory/scalar/fermi_energy.py +2 -2
  46. mat3ra/esse/models/properties_directory/scalar/formation_energy.py +2 -2
  47. mat3ra/esse/models/properties_directory/scalar/ionization_potential.py +2 -2
  48. mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py +2 -2
  49. mat3ra/esse/models/properties_directory/scalar/surface_energy.py +2 -2
  50. mat3ra/esse/models/properties_directory/scalar/total_energy.py +2 -2
  51. mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py +2 -2
  52. mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py +2 -2
  53. mat3ra/esse/models/properties_directory/structural/molecular_pattern.py +4 -4
  54. mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py +2 -2
  55. mat3ra/esse/models/software/template.py +4 -0
  56. mat3ra/esse/models/software_directory/modeling/unit/execution.py +4 -0
  57. mat3ra/esse/models/software_directory/scripting/unit/execution.py +4 -0
  58. mat3ra/esse/models/workflow/unit/input/_input.py +4 -0
  59. mat3ra/esse/models/workflow/unit/input/_inputItem.py +4 -0
  60. {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/METADATA +1 -1
  61. {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/RECORD +64 -65
  62. mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell_with_gap.py +0 -1151
  63. {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/WHEEL +0 -0
  64. {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/licenses/LICENSE.md +0 -0
  65. {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/top_level.txt +0 -0
@@ -18,14 +18,14 @@ class Units(Enum):
18
18
  eV = "eV"
19
19
 
20
20
 
21
- class Units240(Enum):
21
+ class Units204(Enum):
22
22
  eV = "eV"
23
23
  Ry = "Ry"
24
24
  hartree = "hartree"
25
25
 
26
26
 
27
27
  class Electronic(BaseModel):
28
- units: Optional[Units240] = None
28
+ units: Optional[Units204] = None
29
29
  """
30
30
  units for force tolerance
31
31
  """
@@ -29,6 +29,10 @@ class TemplateSchema(BaseModel):
29
29
  """
30
30
  Content of the input file. e.g. &CONTROL calculation='scf' ...
31
31
  """
32
+ rendered: str
33
+ """
34
+ Rendered content of the input file. e.g. &CONTROL calculation='scf' ...
35
+ """
32
36
  field_id: Optional[str] = Field(None, alias="_id")
33
37
  """
34
38
  entity identity
@@ -200,6 +200,10 @@ class ExecutionUnitInputItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
200
200
  """
201
201
  Content of the input file. e.g. &CONTROL calculation='scf' ...
202
202
  """
203
+ rendered: str
204
+ """
205
+ Rendered content of the input file. e.g. &CONTROL calculation='scf' ...
206
+ """
203
207
 
204
208
 
205
209
  class Status(Enum):
@@ -200,6 +200,10 @@ class ExecutionUnitInputItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
200
200
  """
201
201
  Content of the input file. e.g. &CONTROL calculation='scf' ...
202
202
  """
203
+ rendered: str
204
+ """
205
+ Rendered content of the input file. e.g. &CONTROL calculation='scf' ...
206
+ """
203
207
 
204
208
 
205
209
  class Status(Enum):
@@ -18,6 +18,10 @@ class ExecutionUnitInputItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
18
18
  """
19
19
  Content of the input file. e.g. &CONTROL calculation='scf' ...
20
20
  """
21
+ rendered: str
22
+ """
23
+ Rendered content of the input file. e.g. &CONTROL calculation='scf' ...
24
+ """
21
25
 
22
26
 
23
27
  class ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
@@ -16,3 +16,7 @@ class ExecutionUnitInputItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
16
16
  """
17
17
  Content of the input file. e.g. &CONTROL calculation='scf' ...
18
18
  """
19
+ rendered: str
20
+ """
21
+ Rendered content of the input file. e.g. &CONTROL calculation='scf' ...
22
+ """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mat3ra-esse
3
- Version: 2025.7.29.post0
3
+ Version: 2025.8.6.post1
4
4
  Summary: Excellent Source of Schemas and Examples.
5
5
  Author-email: "Exabyte Inc." <info@mat3ra.com>
6
6
  License: # LICENSE
@@ -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=jF982VT49a5-1eFOmnXKZtEHu6mKW8nYXOdLvHEVzUY,147700
5
+ mat3ra/esse/data/examples.py,sha256=IRKlXpR535KjfwLGC7w5tFS2kRswZY5RMyQlWTyGBmE,145089
6
6
  mat3ra/esse/data/properties.py,sha256=geWFIVIJbdn2Q_JG3Mz36oQ_dXeZZwnmlS_NgszvHUY,6099
7
- mat3ra/esse/data/schemas.py,sha256=o1UufKwkoyUxtbeqFk_bmADqUFymygWSRcPz--FBks0,3391019
7
+ mat3ra/esse/data/schemas.py,sha256=6LoF62EifzgOwfqNErJ29jRjnyog88_bIQ6Su1l-vBU,3160298
8
8
  mat3ra/esse/models/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
9
- mat3ra/esse/models/element.py,sha256=feq5AcyAG_LF0JNu1Sv5Jgej2GIJYKWrQUmIcz2gJN4,2950
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=gU5JM-f7uvRk8kz5ayScvIHjwI8lyQZpCHfWJ5ob0gM,74729
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
@@ -84,7 +84,7 @@ mat3ra/esse/models/core/reusable/band_gap.py,sha256=_L79BKX80sAH7ZuyxFSdomJLS2dq
84
84
  mat3ra/esse/models/core/reusable/categories.py,sha256=Z90c6gdSMUdEYwoThEyusMXb5ufqoQh-tISYafPWwME,1350
85
85
  mat3ra/esse/models/core/reusable/category_path.py,sha256=SFyMHOXwrIewKkr4lCZRfSO-oszEx29XEK6TuLJrBtQ,359
86
86
  mat3ra/esse/models/core/reusable/dielectric_tensor_component.py,sha256=_rr6oeTSxUp9iIwaDNt84oeu32_EMXB2vb-MeuxosjY,623
87
- mat3ra/esse/models/core/reusable/energy.py,sha256=ybBrQxC0Ik95_K2EJ7pG6VKSZdJBjLw4QxmahWq7X5s,514
87
+ mat3ra/esse/models/core/reusable/energy.py,sha256=FUf_Lrr6eIlQu6ADy8hS0OsJ0Igcp9apQRzEwZPxZtI,514
88
88
  mat3ra/esse/models/core/reusable/file_metadata.py,sha256=DyPL1zQJR3HTyOGgvQzE7BxasTCkVRffeG_4WKfxf-8,520
89
89
  mat3ra/esse/models/core/reusable/frequency_function_matrix.py,sha256=I4B-ukMJ_aGpP_PHDd63bW8Jav1mreGeMiLqtrElIno,429
90
90
  mat3ra/esse/models/core/reusable/object_storage_container_data.py,sha256=LKvflErRqZIS2U4L586Dqkb5PN5BJd0oNUp2h0B4R4Q,834
@@ -116,38 +116,37 @@ mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py,sha256=g7
116
116
  mat3ra/esse/models/job/__init__.py,sha256=B-DqAodIR7lA0ETj6CqwKgHr342FdZfV-8n_sMnyUpI,65077
117
117
  mat3ra/esse/models/job/base.py,sha256=QZzYedxsoGbqQvIgLhBsCQDWvTlTgXM64-Jcy-Z4umc,8088
118
118
  mat3ra/esse/models/job/compute.py,sha256=strKlGY8VnnnFij3KxxZr2Hozf2_zhujhTb4cQxP5KU,5501
119
- mat3ra/esse/models/material/__init__.py,sha256=sXyeXaO8-JrbzhL5jO-j9xwl5D5nteVWUbHbmKGntGU,11687
119
+ mat3ra/esse/models/material/__init__.py,sha256=ZMAUxmfDM0DSDb4cMbOYmGG6DVfFhqvSCkUKH_oLP2A,11687
120
120
  mat3ra/esse/models/material/consistency_check.py,sha256=6fF96LF_xOwT4k47Ez3ADx3-yVnREgwY95N5aA12o0c,934
121
121
  mat3ra/esse/models/material/conventional.py,sha256=y6PGJsMs4ktea-q9LGZnRIYscFjfWjdZFmeyehAJdBE,303
122
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=fHYecDHSv7tptIusQb0VBzQ5L2hzRYE3fh0C5RcLqTY,137906
123
+ mat3ra/esse/models/materials_category/compound_pristine_structures/two_dimensional/interface/configuration.py,sha256=Lss6YpLPEMc0qs-uOP_w_5_DS9rIi3PaGGBUlgP82is,97025
124
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=LyDRcWj2PFNa1R1GbviCedE1I7lAzYUo3iGcxACZOYA,137990
125
+ mat3ra/esse/models/materials_category/defective_structures/one_dimensional/grain_boundary_linear/configuration.py,sha256=zubibL2yTa343fO4scincqVe72EnpnfRufl46_7sExo,97149
126
126
  mat3ra/esse/models/materials_category/defective_structures/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
127
127
  mat3ra/esse/models/materials_category/defective_structures/two_dimensional/base_configuration.py,sha256=NAvvdY-Y96fJJF2-dIQT_RUULnsba89HTeEcUB9QA7A,34124
128
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=ynmvR89obLl-jNQ2kN-xC8Pd8Vx2Gy-H--AprZI0hHA,45592
129
+ mat3ra/esse/models/materials_category/defective_structures/two_dimensional/adatom/configuration.py,sha256=zeuPPxKU5by-gg9-uHN-XFT86oPqDnQG7QWT3bwq0v4,46017
130
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=F1zS_yyNi_3JY1ImH9D04QGjoERzq5jYxko1GR7qnaI,137503
131
+ mat3ra/esse/models/materials_category/defective_structures/two_dimensional/grain_boundary_planar/configuration.py,sha256=p8Ymxq_DIDGahz8PoGgFFVShur9qnZmkY81M738frog,96704
132
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=R8OOwNm8Ah5_A9RZ5oppT7tYpw203DSMGxAbymLUaB4,64642
133
+ mat3ra/esse/models/materials_category/defective_structures/two_dimensional/island/configuration.py,sha256=KaE8HQBXGO1JdnWCFQbPvT5nrjxKNHFAShMYURkbaOY,65197
134
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=GXKpFIYWDdxFS9wXuiQghzJN3U3a0wkPdl2AH0s1tjA,64817
135
+ mat3ra/esse/models/materials_category/defective_structures/two_dimensional/terrace/configuration.py,sha256=lPSIhaIOYDkoheWohie0z-kHHCPOtSwyIYaECQ6QoVw,65388
136
136
  mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
137
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=asH3KjU0lJbMGJRSajX7zDz6lxlHMHnQwaitkaYQYs8,23526
139
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/substitutional.py,sha256=meKr3iYfrsMgwLJgIZGFLVSuME25ZZs6DgbjqqofUQI,23532
140
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/vacancy.py,sha256=KymJAPxACxQw_MdwoL3V4roJG35F1pBWcGUs7H-Rt6U,12365
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
141
141
  mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
142
- mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/ideal_crystal.py,sha256=6e7ID3_KvNx3qbRkuCiuHuNpZISCa_YrFke2W246SyM,11753
142
+ mat3ra/esse/models/materials_category/pristine_structures/three_dimensional/ideal_crystal.py,sha256=_c4rgXKiN8vtiPBDCq2I0QSo92vHWNkx3ctC7NeePa4,11753
143
143
  mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
144
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanoribbon.py,sha256=ve9P3IKmdOctoaC0jT-H3TTmLxlyFaLreeuY6veH1j8,34990
145
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanotape.py,sha256=OF96Z-MhVnu1Ds2nOZAosa3QlFz-R1P6Z-Mg3gmtFlo,25212
146
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab.py,sha256=zT-KjEw4a-WR6tlBZTfUQDKKYjgS9CC2pkCKV_my6n4,24456
147
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell.py,sha256=45tjjHxVG-oTNHycHLaY1k_lSpCDooTbG13sW2Yi81c,25192
148
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell_with_gap.py,sha256=5SwoxnvZvwciLCccInAcK2PRJJFzI6-q44PgSctLyk0,25353
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
149
148
  mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
150
- mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/configuration.py,sha256=YwwAGeWVP74mRIR-F6TXJQ5Amn7xc-3Fx8FeCuQY6YA,25469
149
+ mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/configuration.py,sha256=DPYIs_ICWnjFkZlWArImG_j6l3YH1zBdHb3crQSxsaE,25469
151
150
  mat3ra/esse/models/materials_category_components/entities/auxiliary/one_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
152
151
  mat3ra/esse/models/materials_category_components/entities/auxiliary/one_dimensional/miller_indices_2d.py,sha256=DS2U7ib49w5uGrtpt4BsD86kmt2WZBACrk5FLfX-eE0,480
153
152
  mat3ra/esse/models/materials_category_components/entities/auxiliary/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
@@ -157,43 +156,43 @@ mat3ra/esse/models/materials_category_components/entities/auxiliary/two_dimensio
157
156
  mat3ra/esse/models/materials_category_components/entities/auxiliary/two_dimensional/supercell_matrix_2d.py,sha256=AKWn7TICc3OHL9Ip1A9coI8Gl-VDpgcZCjKmcSAbXRw,769
158
157
  mat3ra/esse/models/materials_category_components/entities/auxiliary/two_dimensional/termination.py,sha256=LE0QSArs0CTPvIQ6-osWymoeEGh7ebotWqUnFUNksII,2401
159
158
  mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
160
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/crystal_site.py,sha256=4lHrcjYfkW2x1NMIrX2yU_pVkmHT2e1yajxLWoIOFhY,12035
161
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/point_defect_site.py,sha256=VcxSEo5hyqngVlqJ66mzDl23fdPmhkRIl152RpE3YSU,14031
162
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_region.py,sha256=3-J9HNUWtPvD7DRRoA1eDokso17RclnwCYSy442Nz5g,12597
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
163
162
  mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_site.py,sha256=Eyb9jZfc6DWOM1ECkCsycHWCwFNRZ-CqXZtKQtoI8lo,34945
164
163
  mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
165
- mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/crystal.py,sha256=BBUz1QcXmTIsJFk3GKsn7MpRpTUX8-lKUEx4ULiLqtA,11747
164
+ mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/crystal.py,sha256=PegLCC_-FHSSIPIhi3vR5LCuFZiNXB9ktjVKD03rxSs,11747
166
165
  mat3ra/esse/models/materials_category_components/entities/core/three_dimensional/void.py,sha256=23O84_CEsV-zdidWHPnadN-mSjISj78_9cojEOfttPw,1059
167
166
  mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
168
- mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/vacuum.py,sha256=8Ds3DlHEnrDaB_FuRaPNRf4pM3WB0OsSllV-tJUGZGY,12187
167
+ mat3ra/esse/models/materials_category_components/entities/core/two_dimensional/vacuum.py,sha256=m6Cp3CZSTZNR7QWZkINQWcrAdrJmVV-FdUOy66-e9hI,12187
169
168
  mat3ra/esse/models/materials_category_components/entities/core/zero_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
170
169
  mat3ra/esse/models/materials_category_components/entities/core/zero_dimensional/atom.py,sha256=3WX1b139aRToS55r7jWHCTETfXsMcM1CdJ2aqpnUZ_Y,1957
171
170
  mat3ra/esse/models/materials_category_components/entities/core/zero_dimensional/vacancy.py,sha256=HQvsRbEAvwebozf-6AvCQBsbqo_6lwMWrBOevpNPnmc,479
172
171
  mat3ra/esse/models/materials_category_components/entities/reusable/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
173
- mat3ra/esse/models/materials_category_components/entities/reusable/repetitions.py,sha256=MfRry1yBuzDjw_xIHIWHm8tk0XqixdbDrNpqgvBMCQY,784
174
172
  mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
175
173
  mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_base.py,sha256=wwUKYpZAb1tJh6-d8rWudAjmp5mF-gR89wws7nLa488,12064
176
- mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines.py,sha256=wPMaKZ1wGyj6vH17TGZrLazH7hOgW2VGmZbe-l7jAD0,12248
177
- mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines_unique_repeated.py,sha256=XMGmxwSQaypSaWy0P7-eGsLOAEh07UWAGn3s3Dx8qBU,15408
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
178
176
  mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
179
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/crystal_lattice_base.py,sha256=FfhD5Sx6Txa9W8c5yIxCjjy1UKKk51yqQYczmmyCqII,12072
180
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_non_uniform.py,sha256=y_i1Nz6xM_wUCbgQ1BG9qPhdG-zPPJyD2ccrWXAS1P8,12249
181
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/strained_uniform.py,sha256=4wNcHRGp1gWzcm-s-AfA9HCGLwseV7JSNp1yHzRm-Vc,12078
182
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/supercell.py,sha256=QO-xTG6FSyFMEjVUlsSVSs9UA4WRlyZ3DdhvB2hhp1Y,12199
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
183
182
  mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
184
183
  mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers.py,sha256=-HFh1fnbDB-g3ImfZPL17MFI6bp8CfCmUO13xeX3WIQ,14487
185
184
  mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique.py,sha256=03j_Oi4mKrTx5k5xu-XE3HSt9GOBh0g5cJ-OX0sDcV4,14508
186
185
  mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/atomic_layers_unique_repeated.py,sha256=8fg-uAnNQZUWS2ohE0cKstoJ2mbN34jm1iXrI4FsEAs,14639
187
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/crystal_lattice_planes.py,sha256=hSBFqIhohtmO2YHFDV43R4_KLKaT5d9qtCYPNy4jdqE,12270
188
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_stack_configuration.py,sha256=Eav-W5Co2TQ-X-ARF_yFMX7ZJTzll9G0M1vlrqoWtVg,34272
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
189
188
  mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_unit_cell.py,sha256=kO8vyBXFcXzMB-RH-Y5KKJHlIhj4-1pQ3447PDZxDMM,24464
190
189
  mat3ra/esse/models/materials_category_components/operations/core/combinations/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
191
190
  mat3ra/esse/models/materials_category_components/operations/core/combinations/enums.py,sha256=4IGswkEqNbfL-KM4jUG4Sb2GUWv9HwLu6onoPoQbB1I,292
192
191
  mat3ra/esse/models/materials_category_components/operations/core/combinations/merge.py,sha256=tSpvUjSLW3FKxS4bG9989wV9KjXa-JbPTeF0UBk27n8,551
193
- mat3ra/esse/models/materials_category_components/operations/core/combinations/stack.py,sha256=RyRiiCG-w8AVkLydQEuFNqFTX5iO6CYGqmCptG_ypR8,478
192
+ mat3ra/esse/models/materials_category_components/operations/core/combinations/stack.py,sha256=hMNteD31qQ6lX05GJSoGlF8I9TdArCjSEhWjgNqmL00,779
194
193
  mat3ra/esse/models/materials_category_components/operations/core/combinations/stack_component.py,sha256=JMxOvdKjNolVy1JHQF75bkpKDYM4iYHB058h0JmqE5c,21523
195
194
  mat3ra/esse/models/materials_category_components/operations/core/modifications/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
196
- mat3ra/esse/models/materials_category_components/operations/core/modifications/perturb.py,sha256=phMrlaHj43TYi3aQlqS3mQxCq-XBqgx9LGxBeftPz8M,12036
195
+ mat3ra/esse/models/materials_category_components/operations/core/modifications/perturb.py,sha256=Xy5XI468xs1Vd1SLsUwBYV_EnHl6LFB0t4gaE4a5XVo,12036
197
196
  mat3ra/esse/models/materials_category_components/operations/core/modifications/repeat.py,sha256=G0pT_vKMo3C9GnbRhGiDEJNDqbeDe_oJBl3WrnhUXEk,833
198
197
  mat3ra/esse/models/materials_category_components/operations/core/modifications/strain.py,sha256=-ofQnUtBVVf-AjO7h2Gc15qGFR6GF8P5x0s0lFkrSiw,577
199
198
  mat3ra/esse/models/method/__init__.py,sha256=KErSMWtloFyYMkQVa8lWT-fox0LgnDD3395K9aLbNNY,668
@@ -373,7 +372,7 @@ mat3ra/esse/models/models_directory/legacy/dft.py,sha256=4S3t0S0Mbj1Vo2QqfZMJO3S
373
372
  mat3ra/esse/models/models_directory/legacy/ml.py,sha256=QRKfPsxElrbdDBLMCzcKtQ8dMqwes3IqiI4udyKGjJ0,1112
374
373
  mat3ra/esse/models/models_directory/legacy/unknown.py,sha256=GxE6kGWW1vv_gRNbatQcvgt0V5RVayroQVLclPs19Lk,1134
375
374
  mat3ra/esse/models/properties_directory/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
376
- mat3ra/esse/models/properties_directory/derived_properties.py,sha256=9xpPhowOTL346Tx1UD10d6ecYcTxtDP05-eYKNaHiQc,3021
375
+ mat3ra/esse/models/properties_directory/derived_properties.py,sha256=YUnAk7sKRMgb1xRVRKZT695wYDimfMy1JbQjMJA3h70,3021
377
376
  mat3ra/esse/models/properties_directory/electronic_configuration.py,sha256=B0BdTCuUf25tXd2w2kJyLtnfNJwWUnl6tYhXeZvwFjQ,480
378
377
  mat3ra/esse/models/properties_directory/elemental/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
379
378
  mat3ra/esse/models/properties_directory/elemental/atomic_radius.py,sha256=VsSKIbLYl9GseztXyzggDAMyMH0qJ3s_9IS8lxYKz88,591
@@ -384,31 +383,31 @@ mat3ra/esse/models/properties_directory/non_scalar/average_potential_profile.py,
384
383
  mat3ra/esse/models/properties_directory/non_scalar/band_gaps.py,sha256=7ypgPAH8RgGlntishJctQeAFDsjBUbSoZ0GfRwue85I,1817
385
384
  mat3ra/esse/models/properties_directory/non_scalar/band_structure.py,sha256=-MJbNha7ADfuPtB1J6grN0wGu-PFuYpOYmkU8OPOGjo,1590
386
385
  mat3ra/esse/models/properties_directory/non_scalar/charge_density_profile.py,sha256=PSA9V0WCP0Zur_OmzFPLD_3X8Ovttl1z4yzMeWBDOy8,1295
387
- mat3ra/esse/models/properties_directory/non_scalar/density_of_states.py,sha256=VEwer9w_GT9JPY1xY_tz49J_8wfg5kDVpv24ulNWo0k,2012
386
+ mat3ra/esse/models/properties_directory/non_scalar/density_of_states.py,sha256=onhpbPYy90AV5jVH7MQNj6DSO_ivEMbg-IDOR3iF5jg,2012
388
387
  mat3ra/esse/models/properties_directory/non_scalar/dielectric_tensor.py,sha256=_1KlHVqxzjgh9Z36kpsjeHRi-SsjxhmLWt8wMYi_6rc,807
389
388
  mat3ra/esse/models/properties_directory/non_scalar/file_content.py,sha256=4sLUkzH_EQ-aViO7aCxhPgNDXIAr2MqfF6vQfZaC6pc,1429
390
389
  mat3ra/esse/models/properties_directory/non_scalar/hubbard_u.py,sha256=D54t-aVR681xVuXUsaHboyrOPWWuamNrpEEFrLDCT5g,851
391
390
  mat3ra/esse/models/properties_directory/non_scalar/hubbard_v.py,sha256=cPf7FiOgOUi1ozzirTq4tomjqWxAlk6zybuhsYrba1w,1256
392
391
  mat3ra/esse/models/properties_directory/non_scalar/hubbard_v_nn.py,sha256=xDW1U9JsHKdoPZlTPmm-mDepEqHoOEomQNFDc1pPtbk,1278
393
- mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py,sha256=atMl4Hf2geZ6ZXiYCJ1iAZ_sUBC4-yYnqT9qvYJ9r1I,1384
394
- mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py,sha256=ub1eqrlU8tvK30CkUGehSwBpI3qZCqzFMM8CmARvLKc,1405
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
395
394
  mat3ra/esse/models/properties_directory/non_scalar/potential_profile.py,sha256=4_U9JxGoTN6O81IhdZU3O8QMjNLdpXTw8O-ueTvEIj8,1384
396
395
  mat3ra/esse/models/properties_directory/non_scalar/reaction_energy_profile.py,sha256=-vSlIz6eI38cijkRYXCoCP5L55f9zM9Z3VLICdpzbi8,1421
397
396
  mat3ra/esse/models/properties_directory/non_scalar/stress_tensor.py,sha256=dFsa5qUQo8PDiZG_tZ-DQX7YiXflvb_gcGQHm9NXmMc,758
398
- mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py,sha256=r7DQ4tX05KZopNMmm0E0u_CtzEeuDIfC7IXHnsPis0A,4482
399
- mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py,sha256=PTrV5Bqe_sef0jj3pqe0O9VloDrrU352YgAFljDQEJo,1564
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
400
399
  mat3ra/esse/models/properties_directory/scalar/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
401
- mat3ra/esse/models/properties_directory/scalar/electron_affinity.py,sha256=cgfs28pHojnDZxYIjB5cmZqlRIjDuJl_mdaawMlHSK8,614
402
- mat3ra/esse/models/properties_directory/scalar/fermi_energy.py,sha256=p4uqzelhIIt4JcUspNSwwhkZEUvF3kxCq0XgBIkESg8,594
403
- mat3ra/esse/models/properties_directory/scalar/formation_energy.py,sha256=j0_ZNnzdYl3hR4HqwO9VTML3V7yKq8TBrkujJTbj7u8,610
404
- mat3ra/esse/models/properties_directory/scalar/ionization_potential.py,sha256=mx8YsbN8FAcdyfwqH1MzqAKVC6gGvj3phmnt1xG2tG0,626
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
405
404
  mat3ra/esse/models/properties_directory/scalar/pressure.py,sha256=I6OrUOgvCUmXr1dD7Gfn17wAObEWVJW5vy6bdHf5qYE,443
406
- mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py,sha256=c0kHFIdZyhXFNsUcevlabJaoryvGWdQS8cbRso0Uaq8,637
407
- mat3ra/esse/models/properties_directory/scalar/surface_energy.py,sha256=83Zt0KftIWg55t41uPjxVVutK34PxRby3b8wmdvZny0,602
408
- mat3ra/esse/models/properties_directory/scalar/total_energy.py,sha256=l34v_YsTBAyJAb9GuQyWp31f52F_wV_boeNeaTxJLXQ,594
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
409
408
  mat3ra/esse/models/properties_directory/scalar/total_force.py,sha256=l8X_eaNZNgm5rT_vEsNm5uaxBhAs3zGAcY-3MQHKLss,581
410
- mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py,sha256=gPwELRpb5ymH4iqjGhmzYNarPB5xDRMcm473yt1kT5o,621
411
- mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py,sha256=vXBO1FrhnQMbvBWa8AOTmyjTd1PtbcU2Tl1s7CmFvDA,613
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
412
411
  mat3ra/esse/models/properties_directory/structural/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
413
412
  mat3ra/esse/models/properties_directory/structural/atomic_forces.py,sha256=yPM70FgjTSditbp9BweIRO6eqIPjUyLn0lZfK7c2iDw,900
414
413
  mat3ra/esse/models/properties_directory/structural/density.py,sha256=5DnHGdXovz-hGHM8EZBzeWM5s8_oaTZ16V1_p-UfvNw,439
@@ -416,7 +415,7 @@ mat3ra/esse/models/properties_directory/structural/elemental_ratio.py,sha256=wgP
416
415
  mat3ra/esse/models/properties_directory/structural/inchi.py,sha256=xCi4OEhXn8ie3zzA2W8fIM3lXNMxgk75tiZYFoQs1us,366
417
416
  mat3ra/esse/models/properties_directory/structural/inchi_key.py,sha256=bxthmbu3SOeuloWXgFnIOdKtf4cokXVIP_y8Ya9Pe08,381
418
417
  mat3ra/esse/models/properties_directory/structural/magnetic_moments.py,sha256=sgvKUcrr5iVhWTbalWt_-aGxUo9MFU9qLivCfmbr-nI,774
419
- mat3ra/esse/models/properties_directory/structural/molecular_pattern.py,sha256=L7cLy48_lw7YuiOa3_c2RgSX_0noyafIvp9YkZ42NMk,1793
418
+ mat3ra/esse/models/properties_directory/structural/molecular_pattern.py,sha256=Oo38U4yQ0BnXO0ws4k8ULzPXMFneWfBNps4IaS9LKgg,1793
420
419
  mat3ra/esse/models/properties_directory/structural/p_norm.py,sha256=A6EJUYY6dzGH7Uq1jTCLj42ePRPSsg7pE4dOL3bxQmA,445
421
420
  mat3ra/esse/models/properties_directory/structural/symmetry.py,sha256=aJLmfkhOBRXsJRUacU49465EEa0P_rRU8Dq8lDRFjO8,840
422
421
  mat3ra/esse/models/properties_directory/structural/volume.py,sha256=nxXXQKaknwfKp43tslUza_lpa2BPpLrrIvwoq4C1ca8,443
@@ -447,7 +446,7 @@ mat3ra/esse/models/properties_directory/structural/patterns/ring.py,sha256=vZ7ts
447
446
  mat3ra/esse/models/properties_directory/structural/patterns/special_bond.py,sha256=KnVmYAti3CfLIds1wVM8qW_cN75VGGdWQ7Ew3VFPpSE,742
448
447
  mat3ra/esse/models/properties_directory/workflow/convergence/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
449
448
  mat3ra/esse/models/properties_directory/workflow/convergence/electronic.py,sha256=MuMgO1Gq1285cvnjASCcFsHOD2ArcSjrV2OOWISF-M4,558
450
- mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py,sha256=xUFjTrJQ8tIZYjh7YVqOWs5wnizX9bT61gizG6rWh8A,1308
449
+ mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py,sha256=_h5SM9tWtL3ZQkHfJ39cvTgkhDgKXzGN3l1flQ7YRsc,1308
451
450
  mat3ra/esse/models/properties_directory/workflow/convergence/kpoint.py,sha256=zQi62_9dhbhFfN-iaqvzftnuYWG8-iVKmVYIDID0v8w,915
452
451
  mat3ra/esse/models/property/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
453
452
  mat3ra/esse/models/property/base.py,sha256=mb5Q1XgYt7WrFhUir0O99ufQNzhiJog0yfoqECokquA,5003
@@ -466,7 +465,7 @@ mat3ra/esse/models/software/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiO
466
465
  mat3ra/esse/models/software/application.py,sha256=_GYziemq6s_Cqvra7qT-ZdT_ib168hlqA7GxRS-KLk8,1359
467
466
  mat3ra/esse/models/software/executable.py,sha256=pLG2bpGO1baoOLNY1zK1AeNueSvSnJWqEVGRHejfex8,1630
468
467
  mat3ra/esse/models/software/flavor.py,sha256=jfuIS4FACisUbagX3zvdRD16TpRnQ9eui-mLVWg1nno,2333
469
- mat3ra/esse/models/software/template.py,sha256=Vx1ZSRDGsZpICjfwwLuqZbIiUSVv6ziHmA0KVKg-wvg,1037
468
+ mat3ra/esse/models/software/template.py,sha256=t-D9dRt3FzY7p452VkzWxmr0pS9gKJ8qpyO5wcctIN4,1150
470
469
  mat3ra/esse/models/software_directory/ml/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
471
470
  mat3ra/esse/models/software_directory/ml/exabyteml.py,sha256=EZsHS_b2XShzzSP6DSW1L7v2THz6FlcN2Jj2kUYWiEA,582
472
471
  mat3ra/esse/models/software_directory/ml/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
@@ -489,13 +488,13 @@ mat3ra/esse/models/software_directory/modeling/vasp.py,sha256=nAutKdGw4rnzzPVE5u
489
488
  mat3ra/esse/models/software_directory/modeling/espresso/__init__.py,sha256=buLYtcBmCwYAD0fUC05bRtfoeK2HAQsK04msdpDy6AI,808
490
489
  mat3ra/esse/models/software_directory/modeling/espresso/arguments.py,sha256=MVMYJEb_qQ8IkQjj3vuMBe2z0iF1BKxPzdGNRUyNIhg,2028
491
490
  mat3ra/esse/models/software_directory/modeling/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
492
- mat3ra/esse/models/software_directory/modeling/unit/execution.py,sha256=DkoCOBPBEyyauofdpVsJgBzkWUYmv--WpQmoxUEafso,8002
491
+ mat3ra/esse/models/software_directory/modeling/unit/execution.py,sha256=0cQbEAAwHTNIVlhuzR9-20ravimp0s4ICIa6m4ukMAE,8115
493
492
  mat3ra/esse/models/software_directory/scripting/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
494
493
  mat3ra/esse/models/software_directory/scripting/jupyter_lab.py,sha256=SP5FwLVFrP4ah3u1ilvGfjhJaQSUjea187qvHiSGUi4,1734
495
494
  mat3ra/esse/models/software_directory/scripting/python.py,sha256=_HxVAX-VE8FqkOFOz6rPdtgnpyiiGrwykim5sFBmRSM,2139
496
495
  mat3ra/esse/models/software_directory/scripting/shell.py,sha256=SID-msgkNSCsCVm6Ln5Zw0xMRkieOM2s0JUEOLeQak8,2051
497
496
  mat3ra/esse/models/software_directory/scripting/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
498
- mat3ra/esse/models/software_directory/scripting/unit/execution.py,sha256=3k22_sx10lUghUujL_U2m3VdvEVos5wOp0PRYNMnIic,7971
497
+ mat3ra/esse/models/software_directory/scripting/unit/execution.py,sha256=tSaaKxtJa0Bs7c5f0LVDtRykkQWi9kqKcvvWe_9lSDg,8084
499
498
  mat3ra/esse/models/system/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
500
499
  mat3ra/esse/models/system/_material.py,sha256=LHmGZ_o56EHi9BfVRwRpDNzDZQOYywWl_eb4vIEZzPc,522
501
500
  mat3ra/esse/models/system/_parent_job.py,sha256=14FFwVJCaWy4EOMmRzN-qSHOpJpQYx6NbeKl7tMGzOs,510
@@ -548,8 +547,8 @@ mat3ra/esse/models/workflow/unit/processing.py,sha256=DyJe3LQ6k1CWmezkc0Vg5aB3_W
548
547
  mat3ra/esse/models/workflow/unit/reduce.py,sha256=nSu3YZOuruqwdzWxoTL8m8R5d5NIx9D3i27TqHvisW4,2992
549
548
  mat3ra/esse/models/workflow/unit/subworkflow.py,sha256=PkZFIbiW8Vhi8BTn1r8gi5f3T8GKVGK1BRCyFW9XYXE,2648
550
549
  mat3ra/esse/models/workflow/unit/input/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
551
- mat3ra/esse/models/workflow/unit/input/_input.py,sha256=2CGxyRnYkdKy1kJmHiCPhbIrUqkZjsMF0072iqpYJvs,1189
552
- mat3ra/esse/models/workflow/unit/input/_inputItem.py,sha256=PF8nSvxJ3SlHpf8N42NlZshw7yqFvb_qsO6ST-BLnHc,425
550
+ mat3ra/esse/models/workflow/unit/input/_input.py,sha256=E5XgVUuwtTIodyjVqfpksAym2DooMv5onyJpWqeIaLE,1302
551
+ mat3ra/esse/models/workflow/unit/input/_inputItem.py,sha256=k8fVHW9kKRt8VGbBwUF22WJsF6qwUuySDsGoO4nXkqo,538
553
552
  mat3ra/esse/models/workflow/unit/input/_inputItemId.py,sha256=Fz8Nad2oYiSWv4_r_udzjTAn3klBXaM32Vx6Nx5h6mQ,555
554
553
  mat3ra/esse/models/workflow/unit/input/_inputItemScope.py,sha256=fTCCX3tnERlU7mUd24ufRor3ZEFUKyaRZ-noroZ_KF4,392
555
554
  mat3ra/esse/models/workflow/unit/input/_map_input/__init__.py,sha256=EWese8D4VOvFbvTGxPS19Iw0RGu9uVo9r1VddFdYWnc,469
@@ -564,8 +563,8 @@ mat3ra/esse/models/workflow/unit/runtime/_runtime_item_name_object.py,sha256=CIb
564
563
  mat3ra/esse/models/workflow/unit/runtime/_runtime_item_string.py,sha256=VouM6ETdIKTiktSTeEpP2pdHZuYHwHrir4W5TLoO_sE,354
565
564
  mat3ra/esse/models/workflow/unit/runtime/runtime_item.py,sha256=PujG7jcL8RDok9RSJiEKEB85-uGLoimVnK2k7gqyf2I,471
566
565
  mat3ra/esse/models/workflow/unit/runtime/runtime_items.py,sha256=Yi53LFKBWqx8oGA1Po38ulfSy-QaBP38VwWk45Q7ZJQ,943
567
- mat3ra_esse-2025.7.29.post0.dist-info/licenses/LICENSE.md,sha256=CBGo1CDw-8EWCk7x9HOiF-OShdnHY6j__TjFyZPpQME,563
568
- mat3ra_esse-2025.7.29.post0.dist-info/METADATA,sha256=Gku17EXsf-pDlMVoOJimSdkQaepseNe495AWSqF4EG4,9013
569
- mat3ra_esse-2025.7.29.post0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
570
- mat3ra_esse-2025.7.29.post0.dist-info/top_level.txt,sha256=GizAtvIqqIcCWShlThl_mgig_bZs_LFyqVah6wrGHIs,7
571
- mat3ra_esse-2025.7.29.post0.dist-info/RECORD,,
566
+ mat3ra_esse-2025.8.6.post1.dist-info/licenses/LICENSE.md,sha256=CBGo1CDw-8EWCk7x9HOiF-OShdnHY6j__TjFyZPpQME,563
567
+ mat3ra_esse-2025.8.6.post1.dist-info/METADATA,sha256=KvOoV0cSG8jWDiC0ElSgsmcQMFzocDxsgnEDS65MLmY,9012
568
+ mat3ra_esse-2025.8.6.post1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
569
+ mat3ra_esse-2025.8.6.post1.dist-info/top_level.txt,sha256=GizAtvIqqIcCWShlThl_mgig_bZs_LFyqVah6wrGHIs,7
570
+ mat3ra_esse-2025.8.6.post1.dist-info/RECORD,,