Hey,
I'm new to NWChem and trying to do DFT calculations with the ri-approximation. However, I have a couple of questions and problems.
1) I managed to do single point calculations on water with the pbe96 functional, def2-SVP basis set and def2-SVP as "cd basis" as well. As I compared total DFT energies with calculations without defined cd basis and results from the same methods performed in turbomole, i noticed that the energy obtained in NWChem with defined cd basis is much lower than the others:
- TM without ri: -76.27094
- TM with ri: -76.27104
- NWChem without ri: -76.27264
- NWChem with ri: -76.91946
Now I'm wondering if I'm just not doing it correctly or if the two programs are calculating different things.
My input is:
Title "water ri"
memory 1600 mb
geometry nocenter noautosym noautoz
O 0.0000000 0.0000000 -0.0644484
H 0.7499151 0.0000000 0.5114913
H -0.7499151 0.0000000 0.5114913
end
basis
* library def2-SVP
end
basis "cd basis"
* library def2-SVP
end
dft
xc pbe96
maxiter 5001
end
task dft energy
2) Everytime I try tasks requiring gradient calculations (such as optimizations) with an additional cd basis, I get the following error:
NWChem DFT Gradient Module
--------------------------
H2O opt
charge = 0.00
wavefunction = closed shell
------------------------------------------------------------------------
dftg_cdfit_gen: file cdfit does not exist 0
------------------------------------------------------------------------
------------------------------------------------------------------------
current input line :
28: task dft optimize
------------------------------------------------------------------------
------------------------------------------------------------------------
An error occured while trying to read or write to disk space
------------------------------------------------------------------------
For more information see the NWChem manual at http://nwchemgit.github.io/index.php/NWChem_Documentation
For further details see manual section:
0:dftg_cdfit_gen: file cdfit does not exist:Received an Error in Communication
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI COMMUNICATOR 3 DUP FROM 0
with errorcode -1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
This error is taken from the output of a water geometry optimization, but it also occurs with the sample file for nudged elastic band calculations taken from the manual. Does anyone have an idea what could have gone wrong here?
Just tell me if you need additional information on my calculations. Thank you very much!
|