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
adcf4231
Commit
adcf4231
authored
Feb 22, 2016
by
Franz Knuth
Browse files
common: added raw forces
parent
a6d7c39e
Changes
1
Hide whitespace changes
Inline
Side-by-side
meta_info/nomad_meta_info/common.nomadmetainfo.json
View file @
adcf4231
...
...
@@ -7,7 +7,20 @@
"name"
:
"accessory_info"
,
"superNames"
:
[]
},
{
"description"
:
"Forces on the atoms as minus gradient of energy_free."
,
"description"
:
"Forces on the atoms as minus gradient of energy_free without unitary forces cleaning and constraints."
,
"dtypeStr"
:
"f"
,
"name"
:
"atom_forces_free_raw"
,
"repeats"
:
true
,
"shape"
:
[
"number_of_atoms"
,
3
],
"superNames"
:
[
"atom_forces_type"
],
"units"
:
"N"
},
{
"description"
:
"Forces on the atoms as minus gradient of energy_free including unitary forces cleaning and constraints if present."
,
"dtypeStr"
:
"f"
,
"name"
:
"atom_forces_free"
,
"repeats"
:
true
,
...
...
@@ -20,7 +33,33 @@
],
"units"
:
"N"
},
{
"description"
:
"Forces on the atoms as minus gradient of energy_total_T0."
,
"description"
:
"Forces on the atoms as minus gradient of energy_total without unitary forces cleaning and constraints."
,
"dtypeStr"
:
"f"
,
"name"
:
"atom_forces_raw"
,
"repeats"
:
true
,
"shape"
:
[
"number_of_atoms"
,
3
],
"superNames"
:
[
"atom_forces_type"
],
"units"
:
"N"
},
{
"description"
:
"Forces on the atoms as minus gradient of energy_total_T0 without unitary forces cleaning and constraints."
,
"dtypeStr"
:
"f"
,
"name"
:
"atom_forces_T0_raw"
,
"repeats"
:
true
,
"shape"
:
[
"number_of_atoms"
,
3
],
"superNames"
:
[
"atom_forces_type"
],
"units"
:
"N"
},
{
"description"
:
"Forces on the atoms as minus gradient of energy_total_T0 including unitary forces cleaning and constraints if present."
,
"dtypeStr"
:
"f"
,
"name"
:
"atom_forces_T0"
,
"repeats"
:
true
,
...
...
@@ -42,7 +81,7 @@
"section_single_configuration_calculation"
]
},
{
"description"
:
"Forces on the atoms as minus gradient of energy_total."
,
"description"
:
"Forces on the atoms as minus gradient of energy_total
including unitary forces cleaning and constraints if present
."
,
"dtypeStr"
:
"f"
,
"name"
:
"atom_forces"
,
"repeats"
:
true
,
...
...
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