From cc782ec0acec9cbbc38c0c717e2439ed2aaae92d Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Sat, 28 Mar 2020 10:31:55 +0100 Subject: [PATCH] Fixed wrong quantity shape. --- vaspparser/metainfo/vasp_incars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaspparser/metainfo/vasp_incars.py b/vaspparser/metainfo/vasp_incars.py index 21ee88c..f4d958d 100644 --- a/vaspparser/metainfo/vasp_incars.py +++ b/vaspparser/metainfo/vasp_incars.py @@ -856,7 +856,7 @@ class section_method(public.section_method): x_vasp_incar_KPOINT_BSE = Quantity( type=np.dtype(np.int32), - shape=[], + shape=['0..3'], description=''' The flag KPOINT_BSE allows to calculate the dielectric matrix at one of the kpoints used to sample the Brillouin zone. NOTE: Either specify one or three -- GitLab