%------------------------------------------------------------- % This input file defines a subset of the test cases listed in % Inder's thesis, page 144. %------------------------------------------------------------- % ECOND 4 % (COND=1/ULP) ESIGN 0 % (SYM='P' in the thesis) % % W = random (mode=6 in the thesis) % EIGVAL 6 125 250 500 1000 2000 % % W(I) = ULP*I, I = 1,2,...N-1, W(N) = 1.0 % EIGVAL (mode=0 in the thesis) 7 125 250 500 1000 2000 % % W(1) = ULP, W(N)=2, (mode=-1 in the thesis) % W(I) = 1+SQRT(ULP)*I, I=2,3,...N-1 % EIGVAL 8 125 250 500 1000 2000 % % (1,2,1) matrix (mode=7 in the thesis) % MATRIX 2 125 250 500 1000 2000 % % George Fann's matrices (see input.Fann) % % MATRIXF DATA/Fann01.dat % Biphenyl % MATRIXF DATA/Fann02.dat % SiOSi_6 % MATRIXF DATA/Fann03.dat % Zeolite ZSM-5 % % Tests to be performed % CALLST STEGRA % STEQRV STEVXA STEDCI % HBANDR 20 DUMP LOG % END