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
@@ -131,13 +131,13 @@ class Value(Enum):
131
131
  Og = "Og"
132
132
 
133
133
 
134
- class Value127(Enum):
134
+ class Value103(Enum):
135
135
  X = "X"
136
136
  Vac = "Vac"
137
137
 
138
138
 
139
139
  class AtomicElementSchema(BaseModel):
140
- value: Union[Value, Value127]
140
+ value: Union[Value, Value103]
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 Name480(Enum):
288
+ class Name384(Enum):
289
289
  density = "density"
290
290
 
291
291
 
292
- class Units187(Enum):
292
+ class Units151(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[Units187] = None
298
+ units: Optional[Units151] = None
299
299
  value: float
300
300
 
301
301
 
302
- class Units188(Enum):
302
+ class Units152(Enum):
303
303
  angstrom = "angstrom"
304
304
 
305
305
 
306
306
  class ScalarSchema(BaseModel):
307
- units: Optional[Units188] = None
307
+ units: Optional[Units152] = None
308
308
  value: float
309
309
 
310
310
 
311
- class Name481(Enum):
311
+ class Name385(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 Name482(Enum):
331
+ class Name386(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 Name483(Enum):
344
+ class Name387(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 Name484(Enum):
357
+ class Name388(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 Name485(Enum):
366
+ class Name389(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 Name486(Enum):
445
+ class Name390(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: Name486
458
+ name: Name390
459
459
  """
460
460
  Name of the consistency check that is performed, which is listed in an enum.
461
461
  """
@@ -530,7 +530,7 @@ class MaterialSchema(BaseModel):
530
530
  metadata: Optional[Dict[str, Any]] = None
531
531
 
532
532
 
533
- class Value128(Enum):
533
+ class Value104(Enum):
534
534
  H = "H"
535
535
  He = "He"
536
536
  Li = "Li"
@@ -651,13 +651,13 @@ class Value128(Enum):
651
651
  Og = "Og"
652
652
 
653
653
 
654
- class Value129(Enum):
654
+ class Value105(Enum):
655
655
  X = "X"
656
656
  Vac = "Vac"
657
657
 
658
658
 
659
- class AtomicElementSchema63(BaseModel):
660
- value: Union[Value128, Value129]
659
+ class AtomicElementSchema51(BaseModel):
660
+ value: Union[Value104, Value105]
661
661
  """
662
662
  All elements, including extra elements
663
663
  """
@@ -667,8 +667,8 @@ class AtomicElementSchema63(BaseModel):
667
667
  """
668
668
 
669
669
 
670
- class BasisSchema61(BaseModel):
671
- elements: List[AtomicElementSchema63] = Field(..., title="atomic elements schema")
670
+ class BasisSchema49(BaseModel):
671
+ elements: List[AtomicElementSchema51] = Field(..., title="atomic elements schema")
672
672
  """
673
673
  atomic elements schema
674
674
  """
@@ -683,7 +683,7 @@ class BasisSchema61(BaseModel):
683
683
  """
684
684
 
685
685
 
686
- class LatticeVectorsSchema60(BaseModel):
686
+ class LatticeVectorsSchema48(BaseModel):
687
687
  a: List[float] = Field(..., max_length=3, min_length=3, title="vector 3d schema")
688
688
  b: List[float] = Field(..., max_length=3, min_length=3, title="vector 3d schema")
689
689
  c: List[float] = Field(..., max_length=3, min_length=3, title="vector 3d schema")
@@ -694,12 +694,12 @@ class LatticeVectorsSchema60(BaseModel):
694
694
  units: Optional[LatticeVectorsUnitsEnum] = Field("angstrom", title="lattice vectors units enum")
695
695
 
696
696
 
697
- class LatticeUnitsSchema60(BaseModel):
697
+ class LatticeUnitsSchema48(BaseModel):
698
698
  length: Optional[LatticeUnitsLengthEnum] = Field("angstrom", title="lattice units length enum")
699
699
  angle: Optional[LatticeUnitsAngleEnum] = Field("degree", title="lattice units angle enum")
700
700
 
701
701
 
702
- class LatticeSchema60(BaseModel):
702
+ class LatticeSchema48(BaseModel):
703
703
  a: float
704
704
  """
705
705
  length of the first lattice vector
@@ -724,56 +724,56 @@ class LatticeSchema60(BaseModel):
724
724
  """
725
725
  angle between first and third lattice vector
726
726
  """
727
- vectors: Optional[LatticeVectorsSchema60] = Field(None, title="lattice vectors schema")
727
+ vectors: Optional[LatticeVectorsSchema48] = Field(None, title="lattice vectors schema")
728
728
  type: Optional[LatticeTypeEnum] = Field("TRI", title="lattice type enum")
729
- units: Optional[LatticeUnitsSchema60] = Field(
730
- default_factory=lambda: LatticeUnitsSchema60.model_validate({"length": "angstrom", "angle": "degree"}),
729
+ units: Optional[LatticeUnitsSchema48] = Field(
730
+ default_factory=lambda: LatticeUnitsSchema48.model_validate({"length": "angstrom", "angle": "degree"}),
731
731
  title="Lattice units schema",
732
732
  )
733
733
 
734
734
 
735
- class Name487(Enum):
735
+ class Name391(Enum):
736
736
  volume = "volume"
737
737
 
738
738
 
739
- class Units189(Enum):
739
+ class Units153(Enum):
740
740
  angstrom_3 = "angstrom^3"
741
741
 
742
742
 
743
- class VolumeSchema60(BaseModel):
743
+ class VolumeSchema48(BaseModel):
744
744
  name: Literal["0#-datamodel-code-generator-#-object-#-special-#"]
745
- units: Optional[Units189] = None
745
+ units: Optional[Units153] = None
746
746
  value: float
747
747
 
748
748
 
749
- class Name488(Enum):
749
+ class Name392(Enum):
750
750
  density = "density"
751
751
 
752
752
 
753
- class Units190(Enum):
753
+ class Units154(Enum):
754
754
  g_cm_3 = "g/cm^3"
755
755
 
756
756
 
757
- class DensitySchema60(BaseModel):
757
+ class DensitySchema48(BaseModel):
758
758
  name: Literal["1#-datamodel-code-generator-#-object-#-special-#"]
759
- units: Optional[Units190] = None
759
+ units: Optional[Units154] = None
760
760
  value: float
761
761
 
762
762
 
763
- class Units191(Enum):
763
+ class Units155(Enum):
764
764
  angstrom = "angstrom"
765
765
 
766
766
 
767
- class ScalarSchema61(BaseModel):
768
- units: Optional[Units191] = None
767
+ class ScalarSchema49(BaseModel):
768
+ units: Optional[Units155] = None
769
769
  value: float
770
770
 
771
771
 
772
- class Name489(Enum):
772
+ class Name393(Enum):
773
773
  symmetry = "symmetry"
774
774
 
775
775
 
776
- class SymmetrySchema60(BaseModel):
776
+ class SymmetrySchema48(BaseModel):
777
777
  pointGroupSymbol: Optional[str] = None
778
778
  """
779
779
  point group symbol in Schoenflies notation
@@ -782,18 +782,18 @@ class SymmetrySchema60(BaseModel):
782
782
  """
783
783
  space group symbol in Hermann–Mauguin notation
784
784
  """
785
- tolerance: Optional[ScalarSchema61] = Field(None, title="scalar schema")
785
+ tolerance: Optional[ScalarSchema49] = Field(None, title="scalar schema")
786
786
  """
787
787
  tolerance used for symmetry calculation
788
788
  """
789
789
  name: Literal["2#-datamodel-code-generator-#-object-#-special-#"]
790
790
 
791
791
 
792
- class Name490(Enum):
792
+ class Name394(Enum):
793
793
  elemental_ratio = "elemental_ratio"
794
794
 
795
795
 
796
- class ElementalRatio60(BaseModel):
796
+ class ElementalRatio48(BaseModel):
797
797
  name: Literal["3#-datamodel-code-generator-#-object-#-special-#"]
798
798
  value: confloat(ge=0.0, le=1.0)
799
799
  element: Optional[str] = None
@@ -802,11 +802,11 @@ class ElementalRatio60(BaseModel):
802
802
  """
803
803
 
804
804
 
805
- class Name491(Enum):
805
+ class Name395(Enum):
806
806
  p_norm = "p-norm"
807
807
 
808
808
 
809
- class PNorm60(BaseModel):
809
+ class PNorm48(BaseModel):
810
810
  name: Literal["4#-datamodel-code-generator-#-object-#-special-#"]
811
811
  degree: Optional[int] = None
812
812
  """
@@ -815,56 +815,56 @@ class PNorm60(BaseModel):
815
815
  value: float
816
816
 
817
817
 
818
- class Name492(Enum):
818
+ class Name396(Enum):
819
819
  inchi = "inchi"
820
820
 
821
821
 
822
- class InChIRepresentationSchema60(BaseModel):
822
+ class InChIRepresentationSchema48(BaseModel):
823
823
  name: Literal["5#-datamodel-code-generator-#-object-#-special-#"]
824
824
  value: str
825
825
 
826
826
 
827
- class Name493(Enum):
827
+ class Name397(Enum):
828
828
  inchi_key = "inchi_key"
829
829
 
830
830
 
831
- class InChIKeyRepresentationSchema60(BaseModel):
831
+ class InChIKeyRepresentationSchema48(BaseModel):
832
832
  name: Literal["6#-datamodel-code-generator-#-object-#-special-#"]
833
833
  value: str
834
834
 
835
835
 
836
- class DerivedPropertiesSchema60(
836
+ class DerivedPropertiesSchema48(
837
837
  RootModel[
838
838
  Union[
839
- VolumeSchema60,
840
- DensitySchema60,
841
- SymmetrySchema60,
842
- ElementalRatio60,
843
- PNorm60,
844
- InChIRepresentationSchema60,
845
- InChIKeyRepresentationSchema60,
839
+ VolumeSchema48,
840
+ DensitySchema48,
841
+ SymmetrySchema48,
842
+ ElementalRatio48,
843
+ PNorm48,
844
+ InChIRepresentationSchema48,
845
+ InChIKeyRepresentationSchema48,
846
846
  ]
847
847
  ]
848
848
  ):
849
849
  root: Union[
850
- VolumeSchema60,
851
- DensitySchema60,
852
- SymmetrySchema60,
853
- ElementalRatio60,
854
- PNorm60,
855
- InChIRepresentationSchema60,
856
- InChIKeyRepresentationSchema60,
850
+ VolumeSchema48,
851
+ DensitySchema48,
852
+ SymmetrySchema48,
853
+ ElementalRatio48,
854
+ PNorm48,
855
+ InChIRepresentationSchema48,
856
+ InChIKeyRepresentationSchema48,
857
857
  ] = Field(..., discriminator="name")
858
858
 
859
859
 
860
- class Name494(Enum):
860
+ class Name398(Enum):
861
861
  default = "default"
862
862
  atomsTooClose = "atomsTooClose"
863
863
  atomsOverlap = "atomsOverlap"
864
864
 
865
865
 
866
- class MaterialConsistencyCheckSchema60(BaseModel):
867
- name: Name494
866
+ class MaterialConsistencyCheckSchema48(BaseModel):
867
+ name: Name398
868
868
  """
869
869
  Name of the consistency check that is performed, which is listed in an enum.
870
870
  """
@@ -891,9 +891,9 @@ class CrystalSchema(BaseModel):
891
891
  """
892
892
  chemical formula based on the number of atoms of each element in the supercell
893
893
  """
894
- basis: BasisSchema61 = Field(..., title="basis schema")
895
- lattice: LatticeSchema60 = Field(..., title="lattice schema")
896
- derivedProperties: Optional[List[DerivedPropertiesSchema60]] = Field(None, title="derived properties schema")
894
+ basis: BasisSchema49 = Field(..., title="basis schema")
895
+ lattice: LatticeSchema48 = Field(..., title="lattice schema")
896
+ derivedProperties: Optional[List[DerivedPropertiesSchema48]] = Field(None, title="derived properties schema")
897
897
  external: Optional[DatabaseSourceSchema] = Field(None, title="database source schema")
898
898
  """
899
899
  information about a database source
@@ -914,7 +914,7 @@ class CrystalSchema(BaseModel):
914
914
  """
915
915
  Whether to work in the finite molecular picture (usually with atomic orbital basis)
916
916
  """
917
- consistencyChecks: Optional[List[MaterialConsistencyCheckSchema60]] = None
917
+ consistencyChecks: Optional[List[MaterialConsistencyCheckSchema48]] = None
918
918
  field_id: Optional[str] = Field(None, alias="_id")
919
919
  """
920
920
  entity identity
@@ -131,13 +131,13 @@ class Value(Enum):
131
131
  Og = "Og"
132
132
 
133
133
 
134
- class Value141(Enum):
134
+ class Value117(Enum):
135
135
  X = "X"
136
136
  Vac = "Vac"
137
137
 
138
138
 
139
139
  class AtomicElementSchema(BaseModel):
140
- value: Union[Value, Value141]
140
+ value: Union[Value, Value117]
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 Name537(Enum):
288
+ class Name441(Enum):
289
289
  density = "density"
290
290
 
291
291
 
292
- class Units208(Enum):
292
+ class Units172(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[Units208] = None
298
+ units: Optional[Units172] = None
299
299
  value: float
300
300
 
301
301
 
302
- class Units209(Enum):
302
+ class Units173(Enum):
303
303
  angstrom = "angstrom"
304
304
 
305
305
 
306
306
  class ScalarSchema(BaseModel):
307
- units: Optional[Units209] = None
307
+ units: Optional[Units173] = None
308
308
  value: float
309
309
 
310
310
 
311
- class Name538(Enum):
311
+ class Name442(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 Name539(Enum):
331
+ class Name443(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 Name540(Enum):
344
+ class Name444(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 Name541(Enum):
357
+ class Name445(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 Name542(Enum):
366
+ class Name446(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 Name543(Enum):
445
+ class Name447(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: Name543
458
+ name: Name447
459
459
  """
460
460
  Name of the consistency check that is performed, which is listed in an enum.
461
461
  """
@@ -131,13 +131,13 @@ class Value(Enum):
131
131
  Og = "Og"
132
132
 
133
133
 
134
- class Value165(Enum):
134
+ class Value141(Enum):
135
135
  X = "X"
136
136
  Vac = "Vac"
137
137
 
138
138
 
139
139
  class AtomicElementSchema(BaseModel):
140
- value: Union[Value, Value165]
140
+ value: Union[Value, Value141]
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 Name669(Enum):
288
+ class Name573(Enum):
289
289
  density = "density"
290
290
 
291
291
 
292
- class Units271(Enum):
292
+ class Units235(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[Units271] = None
298
+ units: Optional[Units235] = None
299
299
  value: float
300
300
 
301
301
 
302
- class Units272(Enum):
302
+ class Units236(Enum):
303
303
  angstrom = "angstrom"
304
304
 
305
305
 
306
306
  class ScalarSchema(BaseModel):
307
- units: Optional[Units272] = None
307
+ units: Optional[Units236] = None
308
308
  value: float
309
309
 
310
310
 
311
- class Name670(Enum):
311
+ class Name574(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 Name671(Enum):
331
+ class Name575(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 Name672(Enum):
344
+ class Name576(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 Name673(Enum):
357
+ class Name577(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 Name674(Enum):
366
+ class Name578(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 Name675(Enum):
445
+ class Name579(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: Name675
458
+ name: Name579
459
459
  """
460
460
  Name of the consistency check that is performed, which is listed in an enum.
461
461
  """
@@ -131,13 +131,13 @@ class Value(Enum):
131
131
  Og = "Og"
132
132
 
133
133
 
134
- class Value203(Enum):
134
+ class Value175(Enum):
135
135
  X = "X"
136
136
  Vac = "Vac"
137
137
 
138
138
 
139
139
  class AtomicElementSchema(BaseModel):
140
- value: Union[Value, Value203]
140
+ value: Union[Value, Value175]
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 Name836(Enum):
288
+ class Name724(Enum):
289
289
  density = "density"
290
290
 
291
291
 
292
- class Units339(Enum):
292
+ class Units297(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[Units339] = None
298
+ units: Optional[Units297] = None
299
299
  value: float
300
300
 
301
301
 
302
- class Units340(Enum):
302
+ class Units298(Enum):
303
303
  angstrom = "angstrom"
304
304
 
305
305
 
306
306
  class ScalarSchema(BaseModel):
307
- units: Optional[Units340] = None
307
+ units: Optional[Units298] = None
308
308
  value: float
309
309
 
310
310
 
311
- class Name837(Enum):
311
+ class Name725(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 Name838(Enum):
331
+ class Name726(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 Name839(Enum):
344
+ class Name727(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 Name840(Enum):
357
+ class Name728(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 Name841(Enum):
366
+ class Name729(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 Name842(Enum):
445
+ class Name730(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: Name842
458
+ name: Name730
459
459
  """
460
460
  Name of the consistency check that is performed, which is listed in an enum.
461
461
  """