mat3ra-esse 2024.12.19.post1__py3-none-any.whl → 2025.1.27.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.

Files changed (80) hide show
  1. mat3ra/esse/data/examples.py +1 -1
  2. mat3ra/esse/data/properties.py +2 -2
  3. mat3ra/esse/data/schemas.py +1 -1
  4. mat3ra/esse/models/core/reference/__init__.py +1 -1
  5. mat3ra/esse/models/core/reference/modeling/__init__.py +1 -1
  6. mat3ra/esse/models/core/reference/modeling/exabyte.py +1 -1
  7. mat3ra/esse/models/element.py +4 -4
  8. mat3ra/esse/models/in_memory_entity/base.py +1 -34
  9. mat3ra/esse/models/in_memory_entity/defaultable.py +1 -34
  10. mat3ra/esse/models/in_memory_entity/has_consistency_check_has_metadata_named_defaultable.py +61 -0
  11. mat3ra/esse/models/in_memory_entity/named.py +1 -34
  12. mat3ra/esse/models/in_memory_entity/named_defaultable.py +1 -34
  13. mat3ra/esse/models/in_memory_entity/named_defaultable_has_metadata.py +1 -34
  14. mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py +0 -33
  15. mat3ra/esse/models/job/__init__.py +3 -617
  16. mat3ra/esse/models/job/base.py +1 -33
  17. mat3ra/esse/models/material/__init__.py +14 -14
  18. mat3ra/esse/models/material/consistency_check.py +40 -0
  19. mat3ra/esse/models/project.py +0 -33
  20. mat3ra/esse/models/properties_directory/derived_properties.py +6 -6
  21. mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py +26 -26
  22. mat3ra/esse/models/properties_directory/structural/molecular_pattern.py +4 -4
  23. mat3ra/esse/models/property/base/__init__.py +0 -32
  24. mat3ra/esse/models/property/meta/__init__.py +0 -32
  25. mat3ra/esse/models/property/raw/__init__.py +0 -32
  26. mat3ra/esse/models/software/application.py +1 -34
  27. mat3ra/esse/models/software/executable.py +0 -33
  28. mat3ra/esse/models/software/flavor.py +0 -33
  29. mat3ra/esse/models/software/template.py +0 -33
  30. mat3ra/esse/models/software_directory/ml/unit/execution/__init__.py +3 -488
  31. mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/cross_validate.py +0 -92
  32. mat3ra/esse/models/software_directory/ml/unit/execution/initialize.py +0 -92
  33. mat3ra/esse/models/software_directory/ml/unit/execution/score.py +0 -92
  34. mat3ra/esse/models/software_directory/ml/unit/execution/train.py +0 -92
  35. mat3ra/esse/models/software_directory/ml/unit/processing/__init__.py +0 -52
  36. mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/__init__.py +0 -32
  37. mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/manipulation.py +0 -32
  38. mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/scale_and_reduce.py +0 -32
  39. mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/__init__.py +0 -32
  40. mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/filter_based.py +0 -32
  41. mat3ra/esse/models/software_directory/modeling/deepmd.py +1 -33
  42. mat3ra/esse/models/software_directory/modeling/nwchem.py +1 -33
  43. mat3ra/esse/models/software_directory/modeling/unit/execution.py +0 -92
  44. mat3ra/esse/models/software_directory/modeling/vasp.py +1 -33
  45. mat3ra/esse/models/software_directory/scripting/jupyter_lab.py +1 -33
  46. mat3ra/esse/models/software_directory/scripting/python.py +0 -32
  47. mat3ra/esse/models/software_directory/scripting/shell.py +1 -33
  48. mat3ra/esse/models/software_directory/scripting/unit/execution.py +0 -92
  49. mat3ra/esse/models/system/_material.py +1 -1
  50. mat3ra/esse/models/system/_parent_job.py +1 -1
  51. mat3ra/esse/models/system/_project.py +1 -1
  52. mat3ra/esse/models/system/consistency_check.py +1 -7
  53. mat3ra/esse/models/system/creator.py +1 -1
  54. mat3ra/esse/models/system/creator_account.py +1 -1
  55. mat3ra/esse/models/system/description.py +1 -1
  56. mat3ra/esse/models/system/entity_reference.py +1 -1
  57. mat3ra/esse/models/system/has_consistency_check.py +39 -0
  58. mat3ra/esse/models/system/in_set.py +1 -1
  59. mat3ra/esse/models/system/job_extended.py +1 -1
  60. mat3ra/esse/models/system/owner.py +1 -1
  61. mat3ra/esse/models/workflow/__init__.py +2 -596
  62. mat3ra/esse/models/workflow/base.py +0 -33
  63. mat3ra/esse/models/workflow/subworkflow/__init__.py +1 -284
  64. mat3ra/esse/models/workflow/subworkflow/unit.py +0 -212
  65. mat3ra/esse/models/workflow/unit/__init__.py +0 -252
  66. mat3ra/esse/models/workflow/unit/assertion.py +0 -32
  67. mat3ra/esse/models/workflow/unit/assignment.py +0 -32
  68. mat3ra/esse/models/workflow/unit/base.py +0 -32
  69. mat3ra/esse/models/workflow/unit/condition.py +0 -32
  70. mat3ra/esse/models/workflow/unit/execution.py +0 -92
  71. mat3ra/esse/models/workflow/unit/io/__init__.py +0 -32
  72. mat3ra/esse/models/workflow/unit/map.py +0 -32
  73. mat3ra/esse/models/workflow/unit/processing.py +0 -32
  74. mat3ra/esse/models/workflow/unit/reduce.py +0 -32
  75. mat3ra/esse/models/workflow/unit/subworkflow.py +0 -32
  76. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/METADATA +2 -2
  77. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/RECORD +80 -77
  78. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/WHEEL +1 -1
  79. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/LICENSE.md +0 -0
  80. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/top_level.txt +0 -0
@@ -4,43 +4,11 @@
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from enum import Enum
8
7
  from typing import List, Optional, Union
9
8
 
10
9
  from pydantic import BaseModel, Field
11
10
 
12
11
 
13
- class Name(Enum):
14
- default = "default"
15
- atomsTooClose = "atomsTooClose"
16
- atomsOverlap = "atomsOverlap"
17
-
18
-
19
- class Severity(Enum):
20
- info = "info"
21
- warning = "warning"
22
- error = "error"
23
-
24
-
25
- class ConsistencyCheck(BaseModel):
26
- key: str
27
- """
28
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
29
- """
30
- name: Name
31
- """
32
- Name of the consistency check that is performed, which is listed in an enum.
33
- """
34
- severity: Severity
35
- """
36
- Severity level of the problem, which is used in UI to differentiate.
37
- """
38
- message: str
39
- """
40
- Message generated by the consistency check describing the problem.
41
- """
42
-
43
-
44
12
  class NameResultSchema(BaseModel):
45
13
  name: str
46
14
  """
@@ -70,7 +38,6 @@ class ExecutableSchema(BaseModel):
70
38
  entity slug
71
39
  """
72
40
  systemName: Optional[str] = None
73
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
74
41
  schemaVersion: Optional[str] = "2022.8.16"
75
42
  """
76
43
  entity's schema version. Used to distinct between different schemas.
@@ -4,7 +4,6 @@
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from enum import Enum
8
7
  from typing import List, Optional, Union
9
8
 
10
9
  from pydantic import BaseModel, ConfigDict, Field
@@ -22,37 +21,6 @@ class ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
22
21
  """
23
22
 
24
23
 
25
- class Name(Enum):
26
- default = "default"
27
- atomsTooClose = "atomsTooClose"
28
- atomsOverlap = "atomsOverlap"
29
-
30
-
31
- class Severity(Enum):
32
- info = "info"
33
- warning = "warning"
34
- error = "error"
35
-
36
-
37
- class ConsistencyCheck(BaseModel):
38
- key: str
39
- """
40
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
41
- """
42
- name: Name
43
- """
44
- Name of the consistency check that is performed, which is listed in an enum.
45
- """
46
- severity: Severity
47
- """
48
- Severity level of the problem, which is used in UI to differentiate.
49
- """
50
- message: str
51
- """
52
- Message generated by the consistency check describing the problem.
53
- """
54
-
55
-
56
24
  class NameResultSchema(BaseModel):
57
25
  name: str
58
26
  """
@@ -85,7 +53,6 @@ class FlavorSchema(BaseModel):
85
53
  entity slug
86
54
  """
87
55
  systemName: Optional[str] = None
88
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
89
56
  schemaVersion: Optional[str] = "2022.8.16"
90
57
  """
91
58
  entity's schema version. Used to distinct between different schemas.
@@ -4,7 +4,6 @@
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from enum import Enum
8
7
  from typing import List, Optional
9
8
 
10
9
  from pydantic import BaseModel, Field
@@ -17,37 +16,6 @@ class NameResultSchema(BaseModel):
17
16
  """
18
17
 
19
18
 
20
- class Name(Enum):
21
- default = "default"
22
- atomsTooClose = "atomsTooClose"
23
- atomsOverlap = "atomsOverlap"
24
-
25
-
26
- class Severity(Enum):
27
- info = "info"
28
- warning = "warning"
29
- error = "error"
30
-
31
-
32
- class ConsistencyCheck(BaseModel):
33
- key: str
34
- """
35
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
36
- """
37
- name: Name
38
- """
39
- Name of the consistency check that is performed, which is listed in an enum.
40
- """
41
- severity: Severity
42
- """
43
- Severity level of the problem, which is used in UI to differentiate.
44
- """
45
- message: str
46
- """
47
- Message generated by the consistency check describing the problem.
48
- """
49
-
50
-
51
19
  class TemplateSchema(BaseModel):
52
20
  applicationName: Optional[str] = None
53
21
  applicationVersion: Optional[str] = None
@@ -70,7 +38,6 @@ class TemplateSchema(BaseModel):
70
38
  entity slug
71
39
  """
72
40
  systemName: Optional[str] = None
73
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
74
41
  schemaVersion: Optional[str] = "2022.8.16"
75
42
  """
76
43
  entity's schema version. Used to distinct between different schemas.