Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
(Marked this version for translation) |
||
Line 129: | Line 129: | ||
}} | }} | ||
<translate> | <translate> | ||
=== Restart jobs === | === Restart jobs === <!--T:38--> | ||
Gaussian jobs can always be restarted from the previous <tt>rwf</tt> file. | Gaussian jobs can always be restarted from the previous <tt>rwf</tt> file. | ||
<!--T:39--> | |||
The geometry optimization can be restarted from the <tt>chk</tt> file as usual. | The geometry optimization can be restarted from the <tt>chk</tt> file as usual. | ||
The one-step computation, such as Analytic frequency calculations, including properties like ROA and VCD with ONIOM; CCSD and EOM-CCSD calculations; NMR; Polar=OptRot; CID, CISD, CCD, QCISD and BD energies, can be restarted from <tt>rwf</tt> file. | The one-step computation, such as Analytic frequency calculations, including properties like ROA and VCD with ONIOM; CCSD and EOM-CCSD calculations; NMR; Polar=OptRot; CID, CISD, CCD, QCISD and BD energies, can be restarted from <tt>rwf</tt> file. | ||
<!--T:40--> | |||
To restart a job from previous <tt>rwf</tt> file, you need to know the location of this <tt>rwf</tt> file from your previous run. | To restart a job from previous <tt>rwf</tt> file, you need to know the location of this <tt>rwf</tt> file from your previous run. | ||
<!--T:41--> | |||
The restart input is simple: first you need to specify %rwf path to the previous <tt>rwf</tt> file, secondly change the keywords line to be #p restart, then leave a blank line at the end. | The restart input is simple: first you need to specify %rwf path to the previous <tt>rwf</tt> file, secondly change the keywords line to be #p restart, then leave a blank line at the end. | ||
<!--T:42--> | |||
A sample restart input is like: | A sample restart input is like: | ||
{{File | {{File | ||
Line 152: | Line 156: | ||
(one blank line) | (one blank line) | ||
<!--T:43--> | |||
}} | }} | ||