Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-meta-info
Commits
370bb85c
Commit
370bb85c
authored
Jan 10, 2019
by
Markus Scheidgen
Browse files
Added repository metainfo to public.
parent
fea361ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
370bb85c
...
...
@@ -49,3 +49,5 @@ TAGS
lib/
env/
*.egg-info
meta_info/nomad_meta_info/public.nomadmetainfo.json
View file @
370bb85c
{
"type"
:
"nomad_meta_info_1_0"
,
"description"
:
"Public meta info, not specific to any code"
,
"dependencies"
:
[
{
"relativePath"
:
"repository.nomadmetainfo.json"
}],
"metaInfos"
:
[
{
"description"
:
"Information that *in theory* should not affect the results of the calculations (e.g., timing)."
,
"kindStr"
:
"type_abstract_document_content"
,
...
...
meta_info/nomad_meta_info/repository.nomadmetainfo.json
View file @
370bb85c
...
...
@@ -120,7 +120,6 @@
"description"
:
"Gid of a raw data archives that contains this calculation"
,
"dtypeStr"
:
"C"
,
"name"
:
"repository_archive_gid"
,
"repeats"
:
true
,
"superNames"
:
[
"section_repository_info"
]
...
...
@@ -132,6 +131,13 @@
"superNames"
:
[
"section_repository_parserdata"
]
},
{
"description"
:
"Number of atomic elements used in this calculation"
,
"dtypeStr"
:
"i"
,
"name"
:
"repository_atomic_elements_count"
,
"superNames"
:
[
"section_repository_parserdata"
]
},
{
"description"
:
"String identifying the type of basis set used in this calculation"
,
"dtypeStr"
:
"C"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment