L1

Variable

L1 is an integer value equal to the number of basis functions during a GAMESS run. The variable is normally set in a subroutine by,

L1 = NUM

The duplication of values is to prevent altering the variable NUM.

L2

Variable

L2 is equal to the number of elements in a triangle matrix where the parent matrix is a square matrix of size L1 x L1.

L2 = ( ( L1 * L1 ) + L1 ) / 2

L3

Variable

Normally carries the number of elements for a square matrix of size L1 * L1.

Logical Units

Logical units are defined in gamess.src

436: IR = 5
437: IW = 6
438: IP = 7
439: IS = 8
440: IPK= 9
441: NFT11 = 11
442: NFT12 = 12
443: NFT13 = 13
444: NFT14 = 14
445: NFT15 = 15
446: NFT16 = 16
447: IDAF20= 20