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.
- mat3ra/esse/data/examples.py +1 -1
- mat3ra/esse/data/schemas.py +1 -1
- mat3ra/esse/models/apse/file/applications/espresso/7.2/pw_x.py +6 -6
- mat3ra/esse/models/core/reusable/energy.py +2 -2
- mat3ra/esse/models/element.py +6 -6
- mat3ra/esse/models/material/__init__.py +14 -14
- mat3ra/esse/models/materials_category/compound_pristine_structures/two_dimensional/interface/configuration.py +549 -2319
- mat3ra/esse/models/materials_category/defective_structures/one_dimensional/grain_boundary_linear/configuration.py +537 -2307
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/adatom/configuration.py +206 -190
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/grain_boundary_planar/configuration.py +56 -1826
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/island/configuration.py +331 -311
- mat3ra/esse/models/materials_category/defective_structures/two_dimensional/terrace/configuration.py +331 -311
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/interstitial.py +72 -72
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/substitutional.py +72 -72
- mat3ra/esse/models/materials_category/defective_structures/zero_dimensional/point_defect/vacancy.py +14 -14
- 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 +150 -134
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/nanotape.py +86 -74
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab.py +84 -72
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell.py +84 -72
- mat3ra/esse/models/materials_category/processed_structures/two_dimensional/passivation/configuration.py +70 -70
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/crystal_site.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/point_defect_site.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/auxiliary/zero_dimensional/void_region.py +14 -14
- 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/reusable/one_dimensional/crystal_lattice_lines.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/reusable/one_dimensional/crystal_lattice_lines_unique_repeated.py +16 -16
- mat3ra/esse/models/materials_category_components/entities/reusable/three_dimensional/crystal_lattice_base.py +14 -14
- 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/crystal_lattice_planes.py +14 -14
- mat3ra/esse/models/materials_category_components/entities/reusable/two_dimensional/slab_stack_configuration.py +148 -132
- mat3ra/esse/models/materials_category_components/operations/core/combinations/stack.py +14 -2
- mat3ra/esse/models/materials_category_components/operations/core/modifications/perturb.py +14 -14
- mat3ra/esse/models/properties_directory/derived_properties.py +11 -11
- mat3ra/esse/models/properties_directory/non_scalar/density_of_states.py +2 -2
- mat3ra/esse/models/properties_directory/non_scalar/phonon_dispersions.py +2 -2
- mat3ra/esse/models/properties_directory/non_scalar/phonon_dos.py +2 -2
- mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py +50 -50
- mat3ra/esse/models/properties_directory/non_scalar/vibrational_spectrum.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/electron_affinity.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/fermi_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/formation_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/ionization_potential.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/reaction_energy_barrier.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/surface_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/total_energy.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/valence_band_offset.py +2 -2
- mat3ra/esse/models/properties_directory/scalar/zero_point_energy.py +2 -2
- mat3ra/esse/models/properties_directory/structural/molecular_pattern.py +4 -4
- mat3ra/esse/models/properties_directory/workflow/convergence/ionic.py +2 -2
- mat3ra/esse/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.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/METADATA +1 -1
- {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/RECORD +64 -65
- mat3ra/esse/models/materials_category/pristine_structures/two_dimensional/slab_strained_supercell_with_gap.py +0 -1151
- {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/WHEEL +0 -0
- {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/licenses/LICENSE.md +0 -0
- {mat3ra_esse-2025.7.29.post0.dist-info → mat3ra_esse-2025.8.6.post1.dist-info}/top_level.txt +0 -0
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
7
7
|
from enum import Enum
|
|
8
|
-
from typing import List
|
|
8
|
+
from typing import List, Optional
|
|
9
9
|
|
|
10
|
-
from pydantic import BaseModel, Field
|
|
10
|
+
from pydantic import BaseModel, Field, confloat
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class AxisEnum(Enum):
|
|
@@ -16,9 +16,21 @@ class AxisEnum(Enum):
|
|
|
16
16
|
z = "z"
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
class ObjectWithId(BaseModel):
|
|
20
|
+
value: Optional[confloat(ge=0.0)] = None
|
|
21
|
+
id: int
|
|
22
|
+
"""
|
|
23
|
+
integer id of this entry
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
|
|
19
27
|
class StackSchema(BaseModel):
|
|
20
28
|
stack_components: List
|
|
21
29
|
direction: AxisEnum = Field(..., title="Axis Enum")
|
|
22
30
|
"""
|
|
23
31
|
Enum for axis types
|
|
24
32
|
"""
|
|
33
|
+
gaps: Optional[List[ObjectWithId]] = None
|
|
34
|
+
"""
|
|
35
|
+
Gap distances between stack components as an array of objects with id and value
|
|
36
|
+
"""
|
|
@@ -131,13 +131,13 @@ class Value(Enum):
|
|
|
131
131
|
Og = "Og"
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
class
|
|
134
|
+
class Value139(Enum):
|
|
135
135
|
X = "X"
|
|
136
136
|
Vac = "Vac"
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
class AtomicElementSchema(BaseModel):
|
|
140
|
-
value: Union[Value,
|
|
140
|
+
value: Union[Value, Value139]
|
|
141
141
|
"""
|
|
142
142
|
All elements, including extra elements
|
|
143
143
|
"""
|
|
@@ -285,30 +285,30 @@ class VolumeSchema(BaseModel):
|
|
|
285
285
|
value: float
|
|
286
286
|
|
|
287
287
|
|
|
288
|
-
class
|
|
288
|
+
class Name563(Enum):
|
|
289
289
|
density = "density"
|
|
290
290
|
|
|
291
291
|
|
|
292
|
-
class
|
|
292
|
+
class Units228(Enum):
|
|
293
293
|
g_cm_3 = "g/cm^3"
|
|
294
294
|
|
|
295
295
|
|
|
296
296
|
class DensitySchema(BaseModel):
|
|
297
297
|
name: Literal["1#-datamodel-code-generator-#-object-#-special-#"]
|
|
298
|
-
units: Optional[
|
|
298
|
+
units: Optional[Units228] = None
|
|
299
299
|
value: float
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
class
|
|
302
|
+
class Units229(Enum):
|
|
303
303
|
angstrom = "angstrom"
|
|
304
304
|
|
|
305
305
|
|
|
306
306
|
class ScalarSchema(BaseModel):
|
|
307
|
-
units: Optional[
|
|
307
|
+
units: Optional[Units229] = None
|
|
308
308
|
value: float
|
|
309
309
|
|
|
310
310
|
|
|
311
|
-
class
|
|
311
|
+
class Name564(Enum):
|
|
312
312
|
symmetry = "symmetry"
|
|
313
313
|
|
|
314
314
|
|
|
@@ -328,7 +328,7 @@ class SymmetrySchema(BaseModel):
|
|
|
328
328
|
name: Literal["2#-datamodel-code-generator-#-object-#-special-#"]
|
|
329
329
|
|
|
330
330
|
|
|
331
|
-
class
|
|
331
|
+
class Name565(Enum):
|
|
332
332
|
elemental_ratio = "elemental_ratio"
|
|
333
333
|
|
|
334
334
|
|
|
@@ -341,7 +341,7 @@ class ElementalRatio(BaseModel):
|
|
|
341
341
|
"""
|
|
342
342
|
|
|
343
343
|
|
|
344
|
-
class
|
|
344
|
+
class Name566(Enum):
|
|
345
345
|
p_norm = "p-norm"
|
|
346
346
|
|
|
347
347
|
|
|
@@ -354,7 +354,7 @@ class PNorm(BaseModel):
|
|
|
354
354
|
value: float
|
|
355
355
|
|
|
356
356
|
|
|
357
|
-
class
|
|
357
|
+
class Name567(Enum):
|
|
358
358
|
inchi = "inchi"
|
|
359
359
|
|
|
360
360
|
|
|
@@ -363,7 +363,7 @@ class InChIRepresentationSchema(BaseModel):
|
|
|
363
363
|
value: str
|
|
364
364
|
|
|
365
365
|
|
|
366
|
-
class
|
|
366
|
+
class Name568(Enum):
|
|
367
367
|
inchi_key = "inchi_key"
|
|
368
368
|
|
|
369
369
|
|
|
@@ -442,7 +442,7 @@ class FileSourceSchema(BaseModel):
|
|
|
442
442
|
"""
|
|
443
443
|
|
|
444
444
|
|
|
445
|
-
class
|
|
445
|
+
class Name569(Enum):
|
|
446
446
|
default = "default"
|
|
447
447
|
atomsTooClose = "atomsTooClose"
|
|
448
448
|
atomsOverlap = "atomsOverlap"
|
|
@@ -455,7 +455,7 @@ class Severity(Enum):
|
|
|
455
455
|
|
|
456
456
|
|
|
457
457
|
class MaterialConsistencyCheckSchema(BaseModel):
|
|
458
|
-
name:
|
|
458
|
+
name: Name569
|
|
459
459
|
"""
|
|
460
460
|
Name of the consistency check that is performed, which is listed in an enum.
|
|
461
461
|
"""
|
|
@@ -24,30 +24,30 @@ class VolumeSchema(BaseModel):
|
|
|
24
24
|
value: float
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Name452(Enum):
|
|
28
28
|
density = "density"
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class
|
|
31
|
+
class Units178(Enum):
|
|
32
32
|
g_cm_3 = "g/cm^3"
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
class DensitySchema(BaseModel):
|
|
36
36
|
name: Literal["1#-datamodel-code-generator-#-object-#-special-#"]
|
|
37
|
-
units: Optional[
|
|
37
|
+
units: Optional[Units178] = None
|
|
38
38
|
value: float
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
class
|
|
41
|
+
class Units179(Enum):
|
|
42
42
|
angstrom = "angstrom"
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
class ScalarSchema(BaseModel):
|
|
46
|
-
units: Optional[
|
|
46
|
+
units: Optional[Units179] = None
|
|
47
47
|
value: float
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
class
|
|
50
|
+
class Name453(Enum):
|
|
51
51
|
symmetry = "symmetry"
|
|
52
52
|
|
|
53
53
|
|
|
@@ -67,7 +67,7 @@ class SymmetrySchema(BaseModel):
|
|
|
67
67
|
name: Literal["2#-datamodel-code-generator-#-object-#-special-#"]
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
class
|
|
70
|
+
class Name454(Enum):
|
|
71
71
|
elemental_ratio = "elemental_ratio"
|
|
72
72
|
|
|
73
73
|
|
|
@@ -80,7 +80,7 @@ class ElementalRatio(BaseModel):
|
|
|
80
80
|
"""
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
class
|
|
83
|
+
class Name455(Enum):
|
|
84
84
|
p_norm = "p-norm"
|
|
85
85
|
|
|
86
86
|
|
|
@@ -93,7 +93,7 @@ class PNorm(BaseModel):
|
|
|
93
93
|
value: float
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
class
|
|
96
|
+
class Name456(Enum):
|
|
97
97
|
inchi = "inchi"
|
|
98
98
|
|
|
99
99
|
|
|
@@ -102,7 +102,7 @@ class InChIRepresentationSchema(BaseModel):
|
|
|
102
102
|
value: str
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
class
|
|
105
|
+
class Name457(Enum):
|
|
106
106
|
inchi_key = "inchi_key"
|
|
107
107
|
|
|
108
108
|
|
|
@@ -135,5 +135,5 @@ class DerivedPropertiesSchema(
|
|
|
135
135
|
] = Field(..., discriminator="name")
|
|
136
136
|
|
|
137
137
|
|
|
138
|
-
class
|
|
138
|
+
class DerivedPropertiesSchema55(RootModel[List[DerivedPropertiesSchema]]):
|
|
139
139
|
root: List[DerivedPropertiesSchema] = Field(..., title="derived properties schema")
|
|
@@ -39,7 +39,7 @@ class Label7(Enum):
|
|
|
39
39
|
density_of_states = "density of states"
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
class
|
|
42
|
+
class Units176(Enum):
|
|
43
43
|
states_unitcell = "states/unitcell"
|
|
44
44
|
|
|
45
45
|
|
|
@@ -48,7 +48,7 @@ class AxisSchema10(BaseModel):
|
|
|
48
48
|
"""
|
|
49
49
|
label of an axis object
|
|
50
50
|
"""
|
|
51
|
-
units: Optional[
|
|
51
|
+
units: Optional[Units176] = None
|
|
52
52
|
"""
|
|
53
53
|
units for an axis
|
|
54
54
|
"""
|
|
@@ -34,7 +34,7 @@ class Label9(Enum):
|
|
|
34
34
|
frequency = "frequency"
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class Units231(Enum):
|
|
38
38
|
cm_1 = "cm-1"
|
|
39
39
|
THz = "THz"
|
|
40
40
|
meV = "meV"
|
|
@@ -45,7 +45,7 @@ class AxisSchema12(BaseModel):
|
|
|
45
45
|
"""
|
|
46
46
|
label of an axis object
|
|
47
47
|
"""
|
|
48
|
-
units: Optional[
|
|
48
|
+
units: Optional[Units231] = None
|
|
49
49
|
"""
|
|
50
50
|
units for an axis
|
|
51
51
|
"""
|
|
@@ -35,7 +35,7 @@ class Label11(Enum):
|
|
|
35
35
|
Phonon_DOS = "Phonon DOS"
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
class
|
|
38
|
+
class Units233(Enum):
|
|
39
39
|
states_cm_1 = "states/cm-1"
|
|
40
40
|
states_THz = "states/THz"
|
|
41
41
|
states_meV = "states/meV"
|
|
@@ -46,7 +46,7 @@ class AxisSchema14(BaseModel):
|
|
|
46
46
|
"""
|
|
47
47
|
label of an axis object
|
|
48
48
|
"""
|
|
49
|
-
units: Optional[
|
|
49
|
+
units: Optional[Units233] = None
|
|
50
50
|
"""
|
|
51
51
|
units for an axis
|
|
52
52
|
"""
|
|
@@ -19,115 +19,115 @@ class ScalarSchema(BaseModel):
|
|
|
19
19
|
value: float
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
class
|
|
22
|
+
class Name690(Enum):
|
|
23
23
|
harris_foulkes = "harris_foulkes"
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
class
|
|
27
|
-
name: Optional[
|
|
26
|
+
class ScalarSchema83(BaseModel):
|
|
27
|
+
name: Optional[Name690] = None
|
|
28
28
|
value: float
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class
|
|
31
|
+
class Name691(Enum):
|
|
32
32
|
one_electron = "one_electron"
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
class
|
|
36
|
-
name: Optional[
|
|
35
|
+
class ScalarSchema84(BaseModel):
|
|
36
|
+
name: Optional[Name691] = None
|
|
37
37
|
value: float
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
class
|
|
40
|
+
class Name692(Enum):
|
|
41
41
|
hartree = "hartree"
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
class
|
|
45
|
-
name: Optional[
|
|
44
|
+
class ScalarSchema85(BaseModel):
|
|
45
|
+
name: Optional[Name692] = None
|
|
46
46
|
value: float
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
class
|
|
49
|
+
class Name693(Enum):
|
|
50
50
|
exchange = "exchange"
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
class
|
|
54
|
-
name: Optional[
|
|
53
|
+
class ScalarSchema86(BaseModel):
|
|
54
|
+
name: Optional[Name693] = None
|
|
55
55
|
value: float
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
class
|
|
58
|
+
class Name694(Enum):
|
|
59
59
|
exchange_correlation = "exchange_correlation"
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
class
|
|
63
|
-
name: Optional[
|
|
62
|
+
class ScalarSchema87(BaseModel):
|
|
63
|
+
name: Optional[Name694] = None
|
|
64
64
|
value: float
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
class
|
|
67
|
+
class Name695(Enum):
|
|
68
68
|
ewald = "ewald"
|
|
69
69
|
|
|
70
70
|
|
|
71
|
-
class
|
|
72
|
-
name: Optional[
|
|
71
|
+
class ScalarSchema88(BaseModel):
|
|
72
|
+
name: Optional[Name695] = None
|
|
73
73
|
value: float
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
class
|
|
76
|
+
class Name696(Enum):
|
|
77
77
|
alphaZ = "alphaZ"
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
class
|
|
81
|
-
name: Optional[
|
|
80
|
+
class ScalarSchema89(BaseModel):
|
|
81
|
+
name: Optional[Name696] = None
|
|
82
82
|
value: float
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
class
|
|
85
|
+
class Name697(Enum):
|
|
86
86
|
atomic_energy = "atomic_energy"
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
class
|
|
90
|
-
name: Optional[
|
|
89
|
+
class ScalarSchema90(BaseModel):
|
|
90
|
+
name: Optional[Name697] = None
|
|
91
91
|
value: float
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
class
|
|
94
|
+
class Name698(Enum):
|
|
95
95
|
eigenvalues = "eigenvalues"
|
|
96
96
|
|
|
97
97
|
|
|
98
|
-
class
|
|
99
|
-
name: Optional[
|
|
98
|
+
class ScalarSchema91(BaseModel):
|
|
99
|
+
name: Optional[Name698] = None
|
|
100
100
|
value: float
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
class
|
|
103
|
+
class Name699(Enum):
|
|
104
104
|
PAW_double_counting_correction_2 = "PAW_double-counting_correction_2"
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
class
|
|
108
|
-
name: Optional[
|
|
107
|
+
class ScalarSchema92(BaseModel):
|
|
108
|
+
name: Optional[Name699] = None
|
|
109
109
|
value: float
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
class
|
|
112
|
+
class Name700(Enum):
|
|
113
113
|
PAW_double_counting_correction_3 = "PAW_double-counting_correction_3"
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
class
|
|
117
|
-
name: Optional[
|
|
116
|
+
class ScalarSchema93(BaseModel):
|
|
117
|
+
name: Optional[Name700] = None
|
|
118
118
|
value: float
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
class
|
|
121
|
+
class Name701(Enum):
|
|
122
122
|
hartree_fock = "hartree_fock"
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
class
|
|
126
|
-
name: Optional[
|
|
125
|
+
class ScalarSchema94(BaseModel):
|
|
126
|
+
name: Optional[Name701] = None
|
|
127
127
|
value: float
|
|
128
128
|
|
|
129
129
|
|
|
130
|
-
class
|
|
130
|
+
class Name702(Enum):
|
|
131
131
|
total_energy_contributions = "total_energy_contributions"
|
|
132
132
|
|
|
133
133
|
|
|
@@ -146,53 +146,53 @@ class TotalEnergyContributionsSchema(BaseModel):
|
|
|
146
146
|
"""
|
|
147
147
|
product of temperature and configurational entropy
|
|
148
148
|
"""
|
|
149
|
-
harrisFoulkes: Optional[
|
|
149
|
+
harrisFoulkes: Optional[ScalarSchema83] = Field(None, title="scalar schema")
|
|
150
150
|
"""
|
|
151
151
|
non self-consitent energy based on an input charge density
|
|
152
152
|
"""
|
|
153
|
-
oneElectron: Optional[
|
|
153
|
+
oneElectron: Optional[ScalarSchema84] = Field(None, title="scalar schema")
|
|
154
154
|
"""
|
|
155
155
|
kinetic + pseudopotential energy
|
|
156
156
|
"""
|
|
157
|
-
hartree: Optional[
|
|
157
|
+
hartree: Optional[ScalarSchema85] = Field(None, title="scalar schema")
|
|
158
158
|
"""
|
|
159
159
|
energy due to coulomb potential
|
|
160
160
|
"""
|
|
161
|
-
exchange: Optional[
|
|
161
|
+
exchange: Optional[ScalarSchema86] = Field(None, title="scalar schema")
|
|
162
162
|
"""
|
|
163
163
|
exchange energy
|
|
164
164
|
"""
|
|
165
|
-
exchangeCorrelation: Optional[
|
|
165
|
+
exchangeCorrelation: Optional[ScalarSchema87] = Field(None, title="scalar schema")
|
|
166
166
|
"""
|
|
167
167
|
exchange and correlation energy per particle
|
|
168
168
|
"""
|
|
169
|
-
ewald: Optional[
|
|
169
|
+
ewald: Optional[ScalarSchema88] = Field(None, title="scalar schema")
|
|
170
170
|
"""
|
|
171
171
|
summation of interaction energies at long length scales due to coloumbic interactions
|
|
172
172
|
"""
|
|
173
|
-
alphaZ: Optional[
|
|
173
|
+
alphaZ: Optional[ScalarSchema89] = Field(None, title="scalar schema")
|
|
174
174
|
"""
|
|
175
175
|
divergent electrostatic ion interaction in compensating electron gas
|
|
176
176
|
"""
|
|
177
|
-
atomicEnergy: Optional[
|
|
177
|
+
atomicEnergy: Optional[ScalarSchema90] = Field(None, title="scalar schema")
|
|
178
178
|
"""
|
|
179
179
|
kinetic energy of wavefunctions in the atomic limit
|
|
180
180
|
"""
|
|
181
|
-
eigenvalues: Optional[
|
|
181
|
+
eigenvalues: Optional[ScalarSchema91] = Field(None, title="scalar schema")
|
|
182
182
|
"""
|
|
183
183
|
sum of one electron energies of kinetic, electrostatic, and exchange correlation
|
|
184
184
|
"""
|
|
185
|
-
PAWDoubleCounting2: Optional[
|
|
185
|
+
PAWDoubleCounting2: Optional[ScalarSchema92] = Field(None, title="scalar schema")
|
|
186
186
|
"""
|
|
187
187
|
double counting correction 2
|
|
188
188
|
"""
|
|
189
|
-
PAWDoubleCounting3: Optional[
|
|
189
|
+
PAWDoubleCounting3: Optional[ScalarSchema93] = Field(None, title="scalar schema")
|
|
190
190
|
"""
|
|
191
191
|
double counting correction 3
|
|
192
192
|
"""
|
|
193
|
-
hartreeFock: Optional[
|
|
193
|
+
hartreeFock: Optional[ScalarSchema94] = Field(None, title="scalar schema")
|
|
194
194
|
"""
|
|
195
195
|
hartree-fock contribution
|
|
196
196
|
"""
|
|
197
|
-
name: Optional[
|
|
197
|
+
name: Optional[Name702] = None
|
|
198
198
|
units: Optional[Units] = None
|
|
@@ -38,7 +38,7 @@ class Label17(Enum):
|
|
|
38
38
|
Absorption_coefficient = "Absorption coefficient"
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
class
|
|
41
|
+
class Units295(Enum):
|
|
42
42
|
field_debye_angstrom__2 = "(debye/angstrom)^2"
|
|
43
43
|
km_mol = "km/mol"
|
|
44
44
|
m_mol = "m/mol"
|
|
@@ -50,7 +50,7 @@ class AxisSchema20(BaseModel):
|
|
|
50
50
|
"""
|
|
51
51
|
label of an axis object
|
|
52
52
|
"""
|
|
53
|
-
units: Optional[
|
|
53
|
+
units: Optional[Units295] = None
|
|
54
54
|
"""
|
|
55
55
|
units for an axis
|
|
56
56
|
"""
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units181(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class ElectronAffinitySchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units181]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units188(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class FermiEnergySchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units188]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units190(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class FormationEnergySchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units190]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units207(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class IonizationPotentialSchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units207]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units240(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class ReactionEnergyBarrierSchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units240]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units280(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class SurfaceEnergySchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units280]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units283(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class TotalEnergySchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units283]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units293(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class ValenceBandOffsetSchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units293]
|
|
34
34
|
value: float
|
|
@@ -24,11 +24,11 @@ class Units(Enum):
|
|
|
24
24
|
eV_atom = "eV/atom"
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class
|
|
27
|
+
class Units301(Enum):
|
|
28
28
|
eV_A_2 = "eV/A^2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class ZeroPointEnergySchema(BaseModel):
|
|
32
32
|
name: Name
|
|
33
|
-
units: Union[Units,
|
|
33
|
+
units: Union[Units, Units301]
|
|
34
34
|
value: float
|
|
@@ -37,12 +37,12 @@ class FunctionalGroupPatternSchema(BaseModel):
|
|
|
37
37
|
"""
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
class
|
|
40
|
+
class Name518(Enum):
|
|
41
41
|
ring = "ring"
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
class RingPatternSchema(BaseModel):
|
|
45
|
-
name: Optional[
|
|
45
|
+
name: Optional[Name518] = None
|
|
46
46
|
atoms: Optional[List[ObjectWithId]] = Field(None, title="array of ids")
|
|
47
47
|
"""
|
|
48
48
|
array of objects containing integer id each
|
|
@@ -50,12 +50,12 @@ class RingPatternSchema(BaseModel):
|
|
|
50
50
|
isAromatic: Optional[bool] = None
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
class
|
|
53
|
+
class Name519(Enum):
|
|
54
54
|
special_bond = "special_bond"
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
class SpecialBondPatternSchema(BaseModel):
|
|
58
|
-
name: Optional[
|
|
58
|
+
name: Optional[Name519] = None
|
|
59
59
|
atoms: Optional[List[ObjectWithId]] = Field(None, title="array of ids")
|
|
60
60
|
"""
|
|
61
61
|
array of objects containing integer id each
|