NKVEC¶
Description¶
Defines the number of propagation vectors.
Syntax¶
NKVEC nk nq
Arguments¶
nk
Type: integer
Number of basis vectors. The actual propagation vectors will be expressed as a linear combination of these vectors.
nq
Type: integer
Number of sets of q-coefficients. Q-coefficients are the coefficients of the linear combinations. These coefficients are defined with the keyword Q_COEFF.
Examples¶
Two basis vectors, three propagation vectors.
NKVEC 2 3 KVEC 0.000 0.123 0.000 KVEC 0.000 0.000 0.321 Q_COEFF 1 0 Q_COEFF 0 1 Q_COEFF 1 1