Skip to content
Snippets Groups Projects
Commit 0fc6e157 authored by micaeljtoliveira's avatar micaeljtoliveira
Browse files

Abinit: adding more metadata.

parent 2ce21e0b
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,21 @@ ...@@ -106,6 +106,21 @@
"superNames": [ "superNames": [
"section_system" "section_system"
] ]
}, {
"description": "Total magnetisation.",
"name": "x_abinit_magnetisation",
"dtypeStr": "f",
"shape": [],
"superNames": [
"section_single_configuration_calculation"
]
}, {
"description" : "Section describing the stress tensor",
"kindStr": "type_section",
"name": "x_abinit_section_stress_tensor",
"superNames": [
"section_single_configuration_calculation"
]
}, { }, {
"description": "Determines whether a single configuration calculation is converged.", "description": "Determines whether a single configuration calculation is converged.",
"name": "x_abinit_single_configuration_calculation_converged", "name": "x_abinit_single_configuration_calculation_converged",
...@@ -284,7 +299,6 @@ ...@@ -284,7 +299,6 @@
}, { }, {
"description": "Name of file where the eigenvalues were written to.", "description": "Name of file where the eigenvalues were written to.",
"name": "x_abinit_eig_filename", "name": "x_abinit_eig_filename",
"superNames": [],
"dtypeStr": "C", "dtypeStr": "C",
"shape": [], "shape": [],
"superNames": [ "superNames": [
...@@ -297,6 +311,54 @@ ...@@ -297,6 +311,54 @@
"superNames": [ "superNames": [
"x_abinit_section_dataset" "x_abinit_section_dataset"
] ]
}, {
"description": "xx component of the stress tensor",
"dtypeStr": "f",
"name": "x_abinit_stress_tensor_xx",
"shape": [],
"superNames": [
"x_abinit_section_stress_tensor"
]
}, {
"description": "yy component of the stress tensor",
"dtypeStr": "f",
"name": "x_abinit_stress_tensor_yy",
"shape": [],
"superNames": [
"x_abinit_section_stress_tensor"
]
}, {
"description": "zz component of the stress tensor",
"dtypeStr": "f",
"name": "x_abinit_stress_tensor_zz",
"shape": [],
"superNames": [
"x_abinit_section_stress_tensor"
]
}, {
"description": "zy component of the stress tensor",
"dtypeStr": "f",
"name": "x_abinit_stress_tensor_zy",
"shape": [],
"superNames": [
"x_abinit_section_stress_tensor"
]
}, {
"description": "zx component of the stress tensor",
"dtypeStr": "f",
"name": "x_abinit_stress_tensor_zx",
"shape": [],
"superNames": [
"x_abinit_section_stress_tensor"
]
}, {
"description": "yx component of the stress tensor",
"dtypeStr": "f",
"name": "x_abinit_stress_tensor_yx",
"shape": [],
"superNames": [
"x_abinit_section_stress_tensor"
]
}, { }, {
"description": "Variable dataset number", "description": "Variable dataset number",
"dtypeStr": "i", "dtypeStr": "i",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment