how to generate .cube files at the multiple iterations


  • Guest -
Hi, all. I'm having an issue with getting Gaussian Cube files at the multipl iterations. I got the sigle .cube file using the following directive: set pspw dplot:iteration list 3. But It doesn't work when I specified multiple iterations to get Gaussian cube files. I think I miss something, but cannot figure it out. This is an input file I'm working on.

==========================================

title "test"

start test

MEMORY 6400 mb hardfail

geometry noautosym noautoz print
 system crystal 
lat_a 10.0
lat_b 10.0
lat_c 10.0
alpha 90.0d0
beta 90.0d0
gamma 90.0d0
end

Si -0.194394904459 -0.194394904459 -0.216392512762
Si -0.194394904459 -0.194394904459 0.030913216109

end
pspw
  simulation_cell
ngrid 10 10 10
end
cutoff 29
ewald_ncut 8
xc xperdew91
dos
mulliken

  DPLOT
VECTORS case2.movecs
DENSITY total edensity
END

Car-Parrinello
fake_mass 400.0
time_step 0.1
xc xperdew91
loop 1 5
xyz_filename XYZ
ion_motion_filename ionmotion
emotion_filename energy
EIGMOTION_FILENAME eigenvalues
end
end
set pspw_dplot:iteration_list 2,3,5
task pspw energy
task pspw Car-Parrinello

  • Guest -
I forgot to mention the version of NWchem I'm using. I'm using ver. 5.1.1.

Forum Vet
I think you need to do a "task pspw_dplot" AND the dplot input block needs to be in the nwpw section. See http://nwchemgit.github.io/index.php/NWPW#PSPW_DPLOT for details.

Bert


Quote: May 3rd 6:51 pm
I forgot to mention the version of NWchem I'm using. I'm using ver. 5.1.1.


Forum >> NWChem's corner >> General Topics