The zvar, zvar2, and zvar3 Sections of the Jaguar Input File
- Overview
- Examples
The zvar section should contain equations setting the values of any variables in the zmat section, in the same units used for the zmat section. Here is a sample zvar section:
&zvar ycoor=0.753108 zcoor=0.454006 &
For an optimization, to constrain (freeze) all bond lengths or angles set to a particular variable, you should add a # sign to the end of the zvar section equation setting that variable. Similarly, to request Hessian refinement of a coordinate whose value is determined by a variable setting in the zvar section, add an asterisk (*) to the end of the equation that sets the variable value in the zvar section. For example, the zvar section
&zvar ycoor=0.753108# zcoor=0.454006 &
would freeze all ycoor values to 0.753108 during an optimization job.
Certain types of transition-state optimizations require that you enter two or three geometries (see Transition-State Optimizations for details). For these jobs, you can specify variables for the second and/or third geometries in the zvar2 and zvar3 sections. If no zmat2 or zmat3 sections exist, these variables are used in combination with the zmat section to define the second and third geometries.
The equation that defines a variable can also specify a range of values for coordinate scans. You can assign a list of values to the variable in the format at number-list, or you can assign the initial value, specified by number or from number, and two values from the following list, in the order given in the list:
- The final value of the coordinate, specified by
tonumber - The step size, specified by
bynumber - The number of steps, specified by
ininteger
Here, integer means an appropriate integer and number means an appropriate real number. See Setting up Jaguar Input Files for Scans for information and examples.