***,h2o benchmark $method=[hf,fci,ci,cepa(0),cepa(1),cepa(2),cepa(3),mp2,mp3,mp4,\ qci,ccsd,bccd,qci(t),ccsd(t),bccd(t),casscf,mrci,acpf] basis=dz !Double zeta basis set geometry={o;h1,o,r;h2,o,r,h1,theta} !Z-matrix for geometry r=1 ang, theta=104 !Geometry parameters do i=1,#method !Loop over all requested methods $method(i); !call program e(i)=energy !save energy for this method enddo escf=e(1) !scf energy efci=e(2) !fci energy table,method,e,e-escf,e-efci !print a table with results !Title for table: title,Results for H2O, basis $basis, R=$r Ang, Theta=$theta degree