This input module describes the overall type of calculation that is to be done, and also which of the four programs that DALTON consists of, that is to be executed. It also contains two submodules describing the performance of parallel calculations and the geometry optimization routines. We note that this input module has to start all input files for DALTON .
READ (LUCMD, '(I5)') ITERNR
Tells the program at which iteration to start the geometry optimization . Note that this will not affect which molecule input file that is going to be read, as this have to be handled by the shell script . It only determines what number the output of the predicted molecular geometry will be.
READ (LUCMD, '(I5)') ITERMX
Change the maximum number of geometry iterations that can be done. Default is 20. This number has to be increased in Intrinsic Reaction Coordinate (IRC) or dynamical trajectory studies , as these usually require a much larger number of iterations.
The keyword requires that the program has been installed and compiled with the appropriate preprocessor directives for an MPI installation , or the construction of a slave program for the PVM installation .
If MPI is used as message passing interface, no further keywords are needed, as the number of nodes will be set equal to the number of nodes asked for when submitting the job. However, if PVM is used as message passing interface, the number of nodes needs to be given in the *PARALL submodule input, and this number have to be equal to the number of nodes asked for when submitting the job. Note also that in order to evaluate the parallelization efficiency , a print level of at least 2 is needed in the *PARALL submodule.
READ (LUCMD, *) IPRUSR
Reads in the print level that is to be used the rest of the subsequent
calculations. Default is a print level of 0.
Invoke the RESPONSE program for the evaluation of static and dynamic
properties. See Chapter .
Invoke all the programs HERMIT , SIRIUS , RESPONSE , and ABACUS for a single point calculation.
Invoke the programs HERMIT , SIRIUS , and ABACUS for a single point calculation.
Invoke all the programs HERMIT , SIRIUS , and RESPONSE for a single point calculation.
Invoke the SIRIUS program for the evaluation of SCF, MP2, and MCSCF
wave
functions . See Chapter .