Problems in steric energy calculation


Just Got Here
I have problems in calculating in steric energy of some molecules. The output file displays the following message:



mo_r_and_r2: g_xlm             8004150
------------------------------------------------------------------------
------------------------------------------------------------------------
current input line :
58: task dft property
------------------------------------------------------------------------
------------------------------------------------------------------------

In addition the calculation is extremely slow and I would like to run for a faster calculation. I thank if anyone has any suggestions on how to solve this problem.

Below is the input file:

title "teste cis, cc-pVDZ basis, SCF optimized geometry"
geometry noautoz units angstroms
            H                    -0.036455    1.397604    0.933864
C 0.086644 0.318117 0.808643
C -0.546940 -1.706291 -0.552623


            ...............................and others.........................


end

basis
  H library aug-cc-pvTZ
C library aug-cc-pvTZ
end

dft
  grid xfine
xc b3lyp
steric
print kinetic_energy
decomp
ITERATIONS 1500
CONVERGENCE diis 4
direct
end

property
nbofile
end

task dft property

Forum Vet
memory
You are running out of global memory.
Please add the following line at the beginning of your input file


memory 1200 mb

Just Got Here
Thanks for the tip that was quite helpful .


Forum >> NWChem's corner >> Running NWChem