Skip to content
Snippets Groups Projects
Commit 178a76ed authored by temok-mx's avatar temok-mx
Browse files

nomad-lab/parser-vasp#2. New metainfo for tetrahedron and nose

parent 6344ef20
No related branches found
No related tags found
No related merge requests found
...@@ -87,5 +87,30 @@ ...@@ -87,5 +87,30 @@
"superNames": [ "superNames": [
"section_system" "section_system"
] ]
}] }, {
"description": "Rows of 5 elements. First the weight (symmetry degeneration), then the four corner points of each tetrahedron.",
"dtypeStr": "i",
"name": "x_vasp_tetrahedrons_list",
"shape": ["N", 5],
"superNames": [
"x_vasp_incar_param"
]
}, {
"description": "Volume weight of a single tetrahedron (all tetra's must have the same volume)",
"dtypeStr": "f",
"name": "x_vasp_tetrahedron_volume",
"shape": [1],
"superNames": [
"x_vasp_incar_param"
]
}, {
"description": "Nose thermostat output",
"dtypeStr": "f",
"name": "x_vasp_nose_thermostat",
"shape": [4],
"superNames": [
"x_vasp_incar_param"
]
}
]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment