diff --git a/meta_info/nomad_meta_info/public.nomadmetainfo.json b/meta_info/nomad_meta_info/public.nomadmetainfo.json index 1b103d1e8cc5f2c824c2aff708bdda3dc80bf685..180fb2166aafa152f6add378c988c659bb37773b 100644 --- a/meta_info/nomad_meta_info/public.nomadmetainfo.json +++ b/meta_info/nomad_meta_info/public.nomadmetainfo.json @@ -23,7 +23,7 @@ "archive_context" ] }, { - "description": "Atomic number Z of the a.", + "description": "Atomic number Z of the atom.", "dtypeStr": "i", "name": "atom_atom_number", "shape": [ @@ -206,6 +206,16 @@ "superNames": [ "section_atom_projected_dos" ] + }, { + "derived": true, + "description": "Species of the atom (normally the atomic number Z, 0 or negative for unidentifed species or particles that are not atoms.", + "dtypeStr": "i", + "name": "atom_species", + "repeats": true, + "shape": [], + "superNames": [ + "section_system" + ] }, { "description": "Velocities of the nuclei, defined as the change in Cartesian coordinates of the nuclei with respect to time.", "dtypeStr": "f", @@ -2903,8 +2913,7 @@ "description": "Every section_springer_material contains results of classification of materials with the same formula according to Springer Materials - it contains section_springer_classsification, section_springer_compound, section_springer_id, section_springer_references", "kindStr": "type_section", "name": "section_springer_material", - "superNames": [ - ] + "superNames": [] }, { "description": "Contains the information about references related to current material according to Springer Materials", "kindStr": "type_section", @@ -3816,6 +3825,24 @@ "superNames": [ "section_system" ] + }, { + "derived": true, + "description": "Composition, i.e. cumulative chemical formula with atoms ordered by decreasing atomic number Z.", + "dtypeStr": "C", + "name": "system_composition", + "shape": [], + "superNames": [ + "section_system" + ] + }, { + "derived": true, + "description": "Flag set is the configuration is consistent", + "dtypeStr": "b", + "name": "system_configuration_consistent", + "shape": [], + "superNames": [ + "section_system" + ] }, { "description": "Specifies the name of the system. This information is provided by the user in some codes and is stored here for debugging or visualization purposes.", "dtypeStr": "C", @@ -3825,6 +3852,15 @@ "superNames": [ "section_system" ] + }, { + "derived": true, + "description": "Composition, i.e. cumulative chemical with atoms ordered by decreasing atomic number Z reweighted so that the sum is close to 100, and values are rounded up, and are stable (i.e. it is a fixed point).", + "dtypeStr": "C", + "name": "system_reweighted_composition", + "shape": [], + "superNames": [ + "section_system" + ] }, { "description": "String defining the relationship between the referenced section_system and the present section_system. Often systems are connected for example if a phonon calculation using finite differences is performed the force ealuation is done in a larger supercell but properties such as the phonon band structure are still calculated for the primitive cell. Hence, the need of keeping track of these connected systems. The referenced system is identified via system_to_system_ref.", "dtypeStr": "C", diff --git a/meta_info/nomad_meta_info/stats.nomadmetainfo.json b/meta_info/nomad_meta_info/stats.nomadmetainfo.json index c1199a03cfde0ae604d7d9b6fdda1dd4307c8f52..44f842f5b26ee3387d26c9e88c2c605d941f1ddc 100644 --- a/meta_info/nomad_meta_info/stats.nomadmetainfo.json +++ b/meta_info/nomad_meta_info/stats.nomadmetainfo.json @@ -56,6 +56,24 @@ "kindStr": "type_section", "name": "section_stats", "superNames": [] + }, { + "description": "length of meta info", + "dtypeStr": "i64", + "name": "stats_meta_length", + "repeats": true, + "shape": [], + "superNames": [ + "section_stats" + ] + }, { + "description": "meta infos contained in this calculation", + "dtypeStr": "C", + "name": "stats_meta_present", + "repeats": true, + "shape": [], + "superNames": [ + "section_stats" + ] }, { "description": "atom number of an atom present in the calculations, 0 is an undefined atom X", "dtypeStr": "i",