mat3ra-esse 2025.8.6.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.
- mat3ra/esse/data/examples.py +1 -1
- mat3ra/esse/data/schemas.py +1 -1
- mat3ra/esse/models/software/template.py +4 -0
- mat3ra/esse/models/software_directory/modeling/unit/execution.py +4 -0
- mat3ra/esse/models/software_directory/scripting/unit/execution.py +4 -0
- mat3ra/esse/models/workflow/unit/input/_input.py +4 -0
- mat3ra/esse/models/workflow/unit/input/_inputItem.py +4 -0
- {mat3ra_esse-2025.8.6.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/METADATA +1 -1
- {mat3ra_esse-2025.8.6.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/RECORD +12 -12
- {mat3ra_esse-2025.8.6.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/WHEEL +0 -0
- {mat3ra_esse-2025.8.6.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/licenses/LICENSE.md +0 -0
- {mat3ra_esse-2025.8.6.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/top_level.txt +0 -0
|
@@ -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):
|
|
@@ -2,9 +2,9 @@ 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=IRKlXpR535KjfwLGC7w5tFS2kRswZY5RMyQlWTyGBmE,145089
|
|
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=6LoF62EifzgOwfqNErJ29jRjnyog88_bIQ6Su1l-vBU,3160298
|
|
8
8
|
mat3ra/esse/models/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
9
9
|
mat3ra/esse/models/element.py,sha256=xuuFQRP6wE4SFXggipRsAexGPo10DorQqoWUG_pUnPA,2950
|
|
10
10
|
mat3ra/esse/models/project.py,sha256=fqUckRBLyCzVc_77-EtQUg_zFDV_zTYfnLmOoE77zPE,1148
|
|
@@ -465,7 +465,7 @@ mat3ra/esse/models/software/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiO
|
|
|
465
465
|
mat3ra/esse/models/software/application.py,sha256=_GYziemq6s_Cqvra7qT-ZdT_ib168hlqA7GxRS-KLk8,1359
|
|
466
466
|
mat3ra/esse/models/software/executable.py,sha256=pLG2bpGO1baoOLNY1zK1AeNueSvSnJWqEVGRHejfex8,1630
|
|
467
467
|
mat3ra/esse/models/software/flavor.py,sha256=jfuIS4FACisUbagX3zvdRD16TpRnQ9eui-mLVWg1nno,2333
|
|
468
|
-
mat3ra/esse/models/software/template.py,sha256=
|
|
468
|
+
mat3ra/esse/models/software/template.py,sha256=t-D9dRt3FzY7p452VkzWxmr0pS9gKJ8qpyO5wcctIN4,1150
|
|
469
469
|
mat3ra/esse/models/software_directory/ml/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
470
470
|
mat3ra/esse/models/software_directory/ml/exabyteml.py,sha256=EZsHS_b2XShzzSP6DSW1L7v2THz6FlcN2Jj2kUYWiEA,582
|
|
471
471
|
mat3ra/esse/models/software_directory/ml/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
@@ -488,13 +488,13 @@ mat3ra/esse/models/software_directory/modeling/vasp.py,sha256=nAutKdGw4rnzzPVE5u
|
|
|
488
488
|
mat3ra/esse/models/software_directory/modeling/espresso/__init__.py,sha256=buLYtcBmCwYAD0fUC05bRtfoeK2HAQsK04msdpDy6AI,808
|
|
489
489
|
mat3ra/esse/models/software_directory/modeling/espresso/arguments.py,sha256=MVMYJEb_qQ8IkQjj3vuMBe2z0iF1BKxPzdGNRUyNIhg,2028
|
|
490
490
|
mat3ra/esse/models/software_directory/modeling/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
491
|
-
mat3ra/esse/models/software_directory/modeling/unit/execution.py,sha256=
|
|
491
|
+
mat3ra/esse/models/software_directory/modeling/unit/execution.py,sha256=0cQbEAAwHTNIVlhuzR9-20ravimp0s4ICIa6m4ukMAE,8115
|
|
492
492
|
mat3ra/esse/models/software_directory/scripting/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
493
493
|
mat3ra/esse/models/software_directory/scripting/jupyter_lab.py,sha256=SP5FwLVFrP4ah3u1ilvGfjhJaQSUjea187qvHiSGUi4,1734
|
|
494
494
|
mat3ra/esse/models/software_directory/scripting/python.py,sha256=_HxVAX-VE8FqkOFOz6rPdtgnpyiiGrwykim5sFBmRSM,2139
|
|
495
495
|
mat3ra/esse/models/software_directory/scripting/shell.py,sha256=SID-msgkNSCsCVm6Ln5Zw0xMRkieOM2s0JUEOLeQak8,2051
|
|
496
496
|
mat3ra/esse/models/software_directory/scripting/unit/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
497
|
-
mat3ra/esse/models/software_directory/scripting/unit/execution.py,sha256=
|
|
497
|
+
mat3ra/esse/models/software_directory/scripting/unit/execution.py,sha256=tSaaKxtJa0Bs7c5f0LVDtRykkQWi9kqKcvvWe_9lSDg,8084
|
|
498
498
|
mat3ra/esse/models/system/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
499
499
|
mat3ra/esse/models/system/_material.py,sha256=LHmGZ_o56EHi9BfVRwRpDNzDZQOYywWl_eb4vIEZzPc,522
|
|
500
500
|
mat3ra/esse/models/system/_parent_job.py,sha256=14FFwVJCaWy4EOMmRzN-qSHOpJpQYx6NbeKl7tMGzOs,510
|
|
@@ -547,8 +547,8 @@ mat3ra/esse/models/workflow/unit/processing.py,sha256=DyJe3LQ6k1CWmezkc0Vg5aB3_W
|
|
|
547
547
|
mat3ra/esse/models/workflow/unit/reduce.py,sha256=nSu3YZOuruqwdzWxoTL8m8R5d5NIx9D3i27TqHvisW4,2992
|
|
548
548
|
mat3ra/esse/models/workflow/unit/subworkflow.py,sha256=PkZFIbiW8Vhi8BTn1r8gi5f3T8GKVGK1BRCyFW9XYXE,2648
|
|
549
549
|
mat3ra/esse/models/workflow/unit/input/__init__.py,sha256=Khec_bQt22_UudNLJljxWJHuNkGBdUPiOQK0weEBcZ4,78
|
|
550
|
-
mat3ra/esse/models/workflow/unit/input/_input.py,sha256=
|
|
551
|
-
mat3ra/esse/models/workflow/unit/input/_inputItem.py,sha256=
|
|
550
|
+
mat3ra/esse/models/workflow/unit/input/_input.py,sha256=E5XgVUuwtTIodyjVqfpksAym2DooMv5onyJpWqeIaLE,1302
|
|
551
|
+
mat3ra/esse/models/workflow/unit/input/_inputItem.py,sha256=k8fVHW9kKRt8VGbBwUF22WJsF6qwUuySDsGoO4nXkqo,538
|
|
552
552
|
mat3ra/esse/models/workflow/unit/input/_inputItemId.py,sha256=Fz8Nad2oYiSWv4_r_udzjTAn3klBXaM32Vx6Nx5h6mQ,555
|
|
553
553
|
mat3ra/esse/models/workflow/unit/input/_inputItemScope.py,sha256=fTCCX3tnERlU7mUd24ufRor3ZEFUKyaRZ-noroZ_KF4,392
|
|
554
554
|
mat3ra/esse/models/workflow/unit/input/_map_input/__init__.py,sha256=EWese8D4VOvFbvTGxPS19Iw0RGu9uVo9r1VddFdYWnc,469
|
|
@@ -563,8 +563,8 @@ mat3ra/esse/models/workflow/unit/runtime/_runtime_item_name_object.py,sha256=CIb
|
|
|
563
563
|
mat3ra/esse/models/workflow/unit/runtime/_runtime_item_string.py,sha256=VouM6ETdIKTiktSTeEpP2pdHZuYHwHrir4W5TLoO_sE,354
|
|
564
564
|
mat3ra/esse/models/workflow/unit/runtime/runtime_item.py,sha256=PujG7jcL8RDok9RSJiEKEB85-uGLoimVnK2k7gqyf2I,471
|
|
565
565
|
mat3ra/esse/models/workflow/unit/runtime/runtime_items.py,sha256=Yi53LFKBWqx8oGA1Po38ulfSy-QaBP38VwWk45Q7ZJQ,943
|
|
566
|
-
mat3ra_esse-2025.8.6.
|
|
567
|
-
mat3ra_esse-2025.8.6.
|
|
568
|
-
mat3ra_esse-2025.8.6.
|
|
569
|
-
mat3ra_esse-2025.8.6.
|
|
570
|
-
mat3ra_esse-2025.8.6.
|
|
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,,
|
|
File without changes
|
{mat3ra_esse-2025.8.6.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|