From 9f963c0554b59e8af01d10947204fb8cc1aacf51 Mon Sep 17 00:00:00 2001 From: henrik <kowalski@fhi-berlin.mpg.de> Date: Mon, 23 Jan 2017 17:09:52 +0100 Subject: [PATCH] Added section_calculation_to_folder_refs --- .../nomad_meta_info/public.nomadmetainfo.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/meta_info/nomad_meta_info/public.nomadmetainfo.json b/meta_info/nomad_meta_info/public.nomadmetainfo.json index 9e3ea90..fdb4d74 100644 --- a/meta_info/nomad_meta_info/public.nomadmetainfo.json +++ b/meta_info/nomad_meta_info/public.nomadmetainfo.json @@ -501,6 +501,24 @@ "superNames": [ "section_calculation_to_calculation_refs" ] + }, { + "description": "String defining the relationship between the referenced section_single_configuration_calculation and a folder containing calculations.", + "dtypeStr": "C", + "name": "calculation_to_folder_kind", + "repeats": false, + "shape": [], + "superNames": [ + "section_system_to_system_refs" + ] + }, { + "description": "URL used to reference a folder containing external calculations. The kind of relationship between the present and the referenced section_single_configuration_calculation is specified by calculation_to_folder_kind.", + "dtypeStr": "C", + "name": "calculation_to_folder_external_url", + "repeats": true, + "shape": [], + "superNames": [ + "section_calculation_to_calculation_refs" + ] }, { "description": "Reference to another calculation. If both this and calculation_to_calculation_external_url are given, then calculation_to_calculation_ref is a local copy of the URL given in calculation_to_calculation_external_url. The kind of relationship between the present and the referenced section_single_configuration_calculation is specified by calculation_to_calculation_kind.", "dtypeStr": "r", @@ -2603,6 +2621,13 @@ "superNames": [ "section_system" ] + }, { + "description": "Section that describes the relationship between section_single_configuration_calculationa and the folder containing the original calulations", + "kindStr": "type_section", + "name": "section_calculation_to_folder_refs", + "superNames": [ + "section_single_configuration_calculation" + ] }, { "description": "Contains the information about references related to current material according to Springer Materials", "kindStr": "type_section", -- GitLab