Specifying Bonds for Internal Coordinates with a connect Section

You can use a connect section to specify the bonds used by Jaguar in its generation of internal coordinates. This is particularly important for transition state searches, where bonds are broken and formed. Each line of a connect section should list two atoms by either their atom labels (such as H2 for a hydrogen) or their atom numbers (such as 3 for the third atom listed in the zmat section input). Here is a sample connect section:

&connect
C1  C2
C2  C3
&

The two atoms on each line of the connect section are then treated as nearest neighbors by the program when it generates redundant internal coordinates for the optimization. Consequently, the internal coordinates generated by Jaguar include the bond between those two atoms and angles between those two atoms and any other atoms that are nearest neighbors to either of them. For the sample connect section above, for instance, the redundant internal coordinates would include the C1–C2 bond, the C2–C3 bond, and the C1–C2–C3 angle in addition to whatever internal coordinates would be generated without the connect section.

Transition State Geometry Optimization Examples