|
1 | | -uri: http://onto-ns.com/meta/1.0.1/OPTIMADEStructureResource |
| 1 | +uri: http://onto-ns.com/meta/1.2.0/OPTIMADEStructureResource |
2 | 2 | description: An OPTIMADE structure resource. |
3 | 3 | dimensions: |
4 | 4 | nelements: Number of different elements in the structure as an integer. |
5 | 5 | dimensionality: Number of spatial dimensions. Must always be 3. |
6 | 6 | nsites: An integer specifying the length of the `cartesian_site_positions` property. |
7 | 7 | nstructure_features: Number of structure features. |
8 | | - ## Uncomment when space_group attributes are implemented in OPT. |
9 | | - # nspace_group_symmetry_operations: Number of space group symmetry operations. |
| 8 | + nspace_group_symmetry_operations: Number of space group symmetry operations. |
10 | 9 | nspecies: Number of species. |
11 | 10 | nassemblies: Number of assemblies. |
12 | 11 | properties: |
@@ -59,23 +58,22 @@ properties: |
59 | 58 | shape: [dimensionality, dimensionality] |
60 | 59 | unit: Å |
61 | 60 | description: The three lattice vectors in Cartesian coordinates, in ångström (Å). |
62 | | - ## Uncomment when space_group attributes are implemented in OPT. |
63 | | - # space_group_symmetry_operations_xyz: |
64 | | - # type: string |
65 | | - # shape: [nspace_group_symmetry_operations] |
66 | | - # description: List of symmetry operations given as general position x, y and z coordinates in algebraic form. |
67 | | - # space_group_symbol_hall: |
68 | | - # type: string |
69 | | - # description: A Hall space group symbol representing the symmetry of the structure as defined in (Hall, 1981, 1981a). |
70 | | - # space_group_symbol_hermann_mauguin: |
71 | | - # type: string |
72 | | - # description: A human- and machine-readable string containing the short Hermann-Mauguin (H-M) symbol which specifies the space group of the structure in the response. |
73 | | - # space_group_symbol_hermann_mauguin_extended: |
74 | | - # type: string |
75 | | - # description: A human- and machine-readable string containing the extended Hermann-Mauguin (H-M) symbol which specifies the space group of the structure in the response. |
76 | | - # space_group_it_number: |
77 | | - # type: int |
78 | | - # description: Space group number which specifies the space group of the structure as defined in the International Tables for Crystallography Vol. A. (IUCr, 2005). |
| 61 | + space_group_symmetry_operations_xyz: |
| 62 | + type: string |
| 63 | + shape: [nspace_group_symmetry_operations] |
| 64 | + description: List of symmetry operations given as general position x, y and z coordinates in algebraic form. |
| 65 | + space_group_symbol_hall: |
| 66 | + type: string |
| 67 | + description: A Hall space group symbol representing the symmetry of the structure as defined in (Hall, 1981, 1981a). |
| 68 | + space_group_symbol_hermann_mauguin: |
| 69 | + type: string |
| 70 | + description: A human- and machine-readable string containing the short Hermann-Mauguin (H-M) symbol which specifies the space group of the structure in the response. |
| 71 | + space_group_symbol_hermann_mauguin_extended: |
| 72 | + type: string |
| 73 | + description: A human- and machine-readable string containing the extended Hermann-Mauguin (H-M) symbol which specifies the space group of the structure in the response. |
| 74 | + space_group_it_number: |
| 75 | + type: int |
| 76 | + description: Space group number which specifies the space group of the structure as defined in the International Tables for Crystallography Vol. A. (IUCr, 2005). |
79 | 77 | cartesian_site_positions: |
80 | 78 | type: float |
81 | 79 | shape: [nsites, dimensionality] |
|
0 commit comments