Is there any possible to run qmd module collaborated with SMD model?


Clicked A Few Times
I want to add solvent to the simulation system. Is there any hybrid approach to do qmd?

Forum Regular
The qmd module is compatible with the implicit solvation models (COSMO, SMD)

Clicked A Few Times
Quote:Sean Dec 12th 6:32 am
The qmd module is compatible with the implicit solvation models (COSMO, SMD)


Thank you for your reply. But I am still confused about the documentation. Could you provide a simple input to show how to do the hybrid method? That would be very helpful.
Thank you.

Forum Regular
You just combine the pieces that you want.

echo 
start
charge -1
geometry nocenter
C    0.512211   0.000000  -0.012117
C   -1.061796   0.000000  -0.036672
O   -1.547400   1.150225  -0.006609
O   -1.547182  -1.150320  -0.006608
F    1.061911   1.087605  -0.610341
F    1.061963  -1.086426  -0.612313
F    0.993255  -0.001122   1.266928
symmetry c1
end
basis
* library 6-31G*
end
dft
 XC m06-2x
end
cosmo
 do_cosmo_smd true
 solvent water
end
qmd
  nstep_nucl  200
  dt_nucl     10.0
  targ_temp   200.0
  com_step    10
  thermostat  svr 100.0
  print_xyz   5
end
task dft qmd

Clicked A Few Times
Quote:Sean Dec 13th 4:16 am
You just combine the pieces that you want.

echo 
start
charge -1
geometry nocenter
C    0.512211   0.000000  -0.012117
C   -1.061796   0.000000  -0.036672
O   -1.547400   1.150225  -0.006609
O   -1.547182  -1.150320  -0.006608
F    1.061911   1.087605  -0.610341
F    1.061963  -1.086426  -0.612313
F    0.993255  -0.001122   1.266928
symmetry c1
end
basis
* library 6-31G*
end
dft
 XC m06-2x
end
cosmo
 do_cosmo_smd true
 solvent water
end
qmd
  nstep_nucl  200
  dt_nucl     10.0
  targ_temp   200.0
  com_step    10
  thermostat  svr 100.0
  print_xyz   5
end
task dft qmd


Thanks a lot!


Forum >> NWChem's corner >> Running NWChem