2004-04-22 04:50:29 +00:00
|
|
|
%
|
2010-10-29 18:04:21 +00:00
|
|
|
% $Id$
|
2004-04-22 04:50:29 +00:00
|
|
|
%
|
1996-08-16 17:02:20 +00:00
|
|
|
\label{sec:sample}
|
1997-02-25 20:34:49 +00:00
|
|
|
\section{Water SCF calculation and geometry optimization in a 6-31g basis}
|
1997-01-30 17:36:01 +00:00
|
|
|
\label{sec:sample1}
|
1996-08-16 17:02:20 +00:00
|
|
|
|
|
|
|
|
The input file in section \ref{sec:getstart} performs a geometry optimization
|
1997-02-21 16:48:22 +00:00
|
|
|
in a single task. A single point SCF energy calculation is performed and then
|
|
|
|
|
restarted to perform the optimization (both could of course be
|
|
|
|
|
performed in a single task).
|
1996-08-16 17:02:20 +00:00
|
|
|
|
1997-02-25 20:34:49 +00:00
|
|
|
\subsection{Job 1. Single point SCF energy}
|
1996-08-16 17:02:20 +00:00
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
|
start h2o
|
2000-01-19 17:20:05 +00:00
|
|
|
title "Water in 6-31g basis set"
|
1996-08-16 17:02:20 +00:00
|
|
|
|
1997-02-27 20:39:50 +00:00
|
|
|
geometry units au
|
1996-08-16 17:02:20 +00:00
|
|
|
O 0.00000000 0.00000000 0.00000000
|
|
|
|
|
H 0.00000000 1.43042809 -1.10715266
|
|
|
|
|
H 0.00000000 -1.43042809 -1.10715266
|
|
|
|
|
end
|
1998-03-10 23:25:37 +00:00
|
|
|
basis
|
1996-08-16 17:02:20 +00:00
|
|
|
H library 6-31g
|
|
|
|
|
O library 6-31g
|
|
|
|
|
end
|
|
|
|
|
task scf
|
|
|
|
|
\end{verbatim}
|
|
|
|
|
|
1998-03-10 23:25:37 +00:00
|
|
|
The final energy should be -75.983998.
|
1996-08-16 17:02:20 +00:00
|
|
|
|
1997-02-25 20:34:49 +00:00
|
|
|
\subsection{Job 2. Restarting and perform a geometry optimization}
|
1996-08-16 17:02:20 +00:00
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
|
restart h2o
|
2000-01-19 17:20:05 +00:00
|
|
|
title "Water geometry optimization"
|
1996-08-16 17:02:20 +00:00
|
|
|
|
1996-09-20 15:11:27 +00:00
|
|
|
task scf optimize
|
1996-08-16 17:02:20 +00:00
|
|
|
\end{verbatim}
|
|
|
|
|
|
|
|
|
|
There is no need to specify anything that has not changed from the
|
1998-03-10 23:25:37 +00:00
|
|
|
previous input deck, though it will do no harm to repeat it.
|
1996-08-16 17:02:20 +00:00
|
|
|
|
1997-02-25 20:34:49 +00:00
|
|
|
\section{Compute the polarizability of Ne using finite field}
|
1997-01-30 17:36:01 +00:00
|
|
|
\label{sec:sample2}
|
1996-08-16 17:02:20 +00:00
|
|
|
|
1997-02-25 20:34:49 +00:00
|
|
|
\subsection{Job 1. Compute the atomic energy}
|
1996-08-16 17:02:20 +00:00
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
|
start ne
|
2000-01-19 17:20:05 +00:00
|
|
|
title "Neon"
|
1996-08-16 17:02:20 +00:00
|
|
|
geometry; ne 0 0 0; end
|
1996-09-20 15:11:27 +00:00
|
|
|
basis spherical
|
|
|
|
|
ne library aug-cc-pvdz
|
|
|
|
|
end
|
|
|
|
|
scf; thresh 1e-10; end
|
1996-08-16 17:02:20 +00:00
|
|
|
task scf
|
|
|
|
|
\end{verbatim}
|
|
|
|
|
|
1998-03-10 23:25:37 +00:00
|
|
|
The final energy should be -128.496350.
|
1996-08-16 17:02:20 +00:00
|
|
|
|
1997-02-25 20:34:49 +00:00
|
|
|
\subsection{Job 2. Compute the energy with applied field}
|
1996-08-16 17:02:20 +00:00
|
|
|
|
|
|
|
|
An external field may be simulated with point charges. The charges
|
|
|
|
|
here apply a field of magnitude 0.01\ atomic units to the atom at the
|
|
|
|
|
origin. Since the basis functions have not been reordered by the
|
|
|
|
|
additional centers we can also restart from the previous vectors,
|
|
|
|
|
which is the default for a restart job.
|
|
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
|
restart ne
|
2000-01-19 17:20:05 +00:00
|
|
|
title "Neon in electric field"
|
1997-02-25 05:59:13 +00:00
|
|
|
geometry units atomic
|
1996-08-16 17:02:20 +00:00
|
|
|
bq1 0 0 100 charge 50
|
|
|
|
|
ne 0 0 0
|
|
|
|
|
bq2 0 0 -100 charge -50
|
|
|
|
|
end
|
|
|
|
|
task scf
|
|
|
|
|
\end{verbatim}
|
|
|
|
|
|
1998-03-10 23:25:37 +00:00
|
|
|
The final energy should be -128.496441, which together with the
|
1996-08-16 17:02:20 +00:00
|
|
|
previous field-free result yields an estimate for the polarizability
|
1996-09-20 15:11:27 +00:00
|
|
|
of 1.83 atomic units. Note that by default NWChem does not include
|
|
|
|
|
the interaction between the two point charges in the total energy
|
|
|
|
|
(section \ref{sec:geom}).
|
|
|
|
|
|
1998-03-10 23:25:37 +00:00
|
|
|
\section{SCF energy of H$_2$CO using ECPs for C and O}
|
1997-01-30 17:36:01 +00:00
|
|
|
\label{sec:sample3}
|
1996-10-29 00:21:31 +00:00
|
|
|
|
|
|
|
|
The following will compute the SCF energy for formaldehyde with ECPs
|
|
|
|
|
on the Carbon and Oxygen centers.
|
|
|
|
|
|
|
|
|
|
\begin{verbatim}
|
2000-01-19 17:20:05 +00:00
|
|
|
title "formaldehyde ECP deck"
|
1996-10-29 00:21:31 +00:00
|
|
|
|
|
|
|
|
start ecpchho
|
|
|
|
|
|
1998-03-10 23:25:37 +00:00
|
|
|
geometry units au
|
|
|
|
|
C 0.000000 0.000000 -1.025176
|
|
|
|
|
O 0.000000 0.000000 1.280289
|
|
|
|
|
H 0.000000 1.767475 -2.045628
|
|
|
|
|
H 0.000000 -1.767475 -2.045628
|
1996-10-29 00:21:31 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
basis
|
1998-03-10 23:25:37 +00:00
|
|
|
C SP
|
|
|
|
|
0.1675097360D+02 -0.7812840500D-01 0.3088908800D-01
|
|
|
|
|
0.2888377460D+01 -0.3741108860D+00 0.2645728130D+00
|
|
|
|
|
0.6904575040D+00 0.1229059640D+01 0.8225024920D+00
|
|
|
|
|
C SP
|
|
|
|
|
0.1813976910D+00 0.1000000000D+01 0.1000000000D+01
|
|
|
|
|
C D
|
|
|
|
|
0.8000000000D+00 0.1000000000D+01
|
|
|
|
|
C F
|
|
|
|
|
0.1000000000D+01 0.1000000000D+01
|
|
|
|
|
O SP
|
|
|
|
|
0.1842936330D+02 -0.1218775590D+00 0.5975796600D-01
|
|
|
|
|
0.4047420810D+01 -0.1962142380D+00 0.3267825930D+00
|
|
|
|
|
0.1093836980D+01 0.1156987900D+01 0.7484058930D+00
|
|
|
|
|
O SP
|
|
|
|
|
0.2906290230D+00 0.1000000000D+01 0.1000000000D+01
|
|
|
|
|
O D
|
|
|
|
|
0.8000000000D+00 0.1000000000D+01
|
|
|
|
|
O F
|
|
|
|
|
0.1100000000D+01 0.1000000000D+01
|
|
|
|
|
H S
|
|
|
|
|
0.1873113696D+02 0.3349460434D-01
|
|
|
|
|
0.2825394365D+01 0.2347269535D+00
|
|
|
|
|
0.6401216923D+00 0.8137573262D+00
|
|
|
|
|
H S 1 1.00
|
|
|
|
|
0.1612777588D+00 0.1000000000D+01
|
1996-10-29 00:21:31 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
ecp
|
1998-03-10 23:25:37 +00:00
|
|
|
C nelec 2
|
|
|
|
|
C ul
|
1996-10-29 00:21:31 +00:00
|
|
|
1 80.0000000 -1.60000000
|
|
|
|
|
1 30.0000000 -0.40000000
|
|
|
|
|
2 0.5498205 -0.03990210
|
1998-03-10 23:25:37 +00:00
|
|
|
C s
|
1996-10-29 00:21:31 +00:00
|
|
|
0 0.7374760 0.63810832
|
|
|
|
|
0 135.2354832 11.00916230
|
|
|
|
|
2 8.5605569 20.13797020
|
1998-03-10 23:25:37 +00:00
|
|
|
C p
|
1996-10-29 00:21:31 +00:00
|
|
|
2 10.6863587 -3.24684280
|
|
|
|
|
2 23.4979897 0.78505765
|
1998-03-10 23:25:37 +00:00
|
|
|
O nelec 2
|
|
|
|
|
O ul
|
1996-10-29 00:21:31 +00:00
|
|
|
1 80.0000000 -1.60000000
|
|
|
|
|
1 30.0000000 -0.40000000
|
|
|
|
|
2 1.0953760 -0.06623814
|
1998-03-10 23:25:37 +00:00
|
|
|
O s
|
1996-10-29 00:21:31 +00:00
|
|
|
0 0.9212952 0.39552179
|
|
|
|
|
0 28.6481971 2.51654843
|
|
|
|
|
2 9.3033500 17.04478500
|
1998-03-10 23:25:37 +00:00
|
|
|
O p
|
1996-10-29 00:21:31 +00:00
|
|
|
2 52.3427019 27.97790770
|
|
|
|
|
2 30.7220233 -16.49630500
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
scf
|
1998-03-10 23:25:37 +00:00
|
|
|
vectors input hcore
|
|
|
|
|
maxiter 20
|
1996-10-29 00:21:31 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
task scf
|
|
|
|
|
\end{verbatim}
|
|
|
|
|
|
|
|
|
|
This should produce the following output:
|
|
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
|
Final RHF results
|
|
|
|
|
------------------
|
|
|
|
|
|
|
|
|
|
Total SCF energy = -22.507927218024
|
|
|
|
|
One electron energy = -71.508730162974
|
|
|
|
|
Two electron energy = 31.201960019808
|
|
|
|
|
Nuclear repulsion energy = 17.798842925142
|
|
|
|
|
\end{verbatim}
|
1998-03-10 23:25:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
\section{MP2 optimization and CCSD(T) on nitrogen}
|
|
|
|
|
|
|
|
|
|
The following performs an MP2 geometry optimization followed by a
|
|
|
|
|
CCSD(T) energy evaluation at the converged geometry. A Dunning
|
|
|
|
|
correlation-consistent triple-zeta basis is used. The default of
|
|
|
|
|
Cartesian basis functions must be overridden using the keyword
|
|
|
|
|
\verb+spherical+ on the \verb+BASIS+ directive. The 1$s$ core
|
|
|
|
|
orbitals are frozen in both the MP2 and coupled-cluster calculations
|
|
|
|
|
(note that these must separately specified). The final MP2 energy is
|
|
|
|
|
-109.383276, and the CCSD(T) energy is -109.399662.
|
|
|
|
|
|
|
|
|
|
\begin{verbatim}
|
|
|
|
|
start n2
|
|
|
|
|
|
|
|
|
|
geometry
|
|
|
|
|
symmetry d2h
|
|
|
|
|
n 0 0 0.542
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
basis spherical
|
|
|
|
|
n library cc-pvtz
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
mp2
|
|
|
|
|
freeze core
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
task mp2 optimize
|
|
|
|
|
|
|
|
|
|
ccsd
|
|
|
|
|
freeze core
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
task ccsd(t)
|
|
|
|
|
\end{verbatim}
|
|
|
|
|
|