Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

K_MULTIPLY

From VASP Wiki
Revision as of 16:08, 17 April 2026 by Kaltakm (talk | contribs) (Kaltakm moved page Construction:K MULTIPLY to K MULTIPLY: publication)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

K_MULTIPLY = [integer array] 

Default: K_MULTIPLY = -1 -1 -1 if not set in INCAR

Description: K_MULTIPLY sets the per-direction k-point grid multiplier for downsampling from a denser WAVECAR


K_MULTIPLY specifies the ratio between the denser k-point grid stored in the WAVECAR (or vaspwave.h5) and the coarser grid of the current calculation, for each of the three reciprocal-lattice directions independently.

When K_MULTIPLY is set, LDOWNSAMPLE is automatically set to LDOWNSAMPLE = .TRUE..

By default, LDOWNSAMPLE triggers an automatic search that tries the same multiplier in all three directions. This works for isotropic grids but fails for anisotropic ones, e.g., when the WAVECAR contains a 24×24×1 grid and the current calculation uses a 2×2×1 grid (requiring multipliers 12, 12, 1). In such cases, K_MULTIPLY must be set explicitly.

Usage

Single value

K_MULTIPLY = 2

The value is replicated to all three directions, equivalent to K_MULTIPLY = 2 2 2.

Three values (anisotropic)

K_MULTIPLY = 12 12 1

Each value specifies the multiplier for the first, second, and third reciprocal-lattice direction, respectively. This is required when the dense-to-coarse grid ratio is not the same in every direction.

Related tags and articles

LDOWNSAMPLE

Examples that use this tag

References