CUBY logo
back to Tools

geometry_scan

This revision is from 2010/09/06 11:23. You can Restore it.

This script is intended to provide multiple ways of generating series of geometries by varying internal coordinates. The input file is a standard cuby input in YAML format. The mode of operation is specified by keyword scan_type

Scan types:

zmatrix_setvar

This mode is used to simultaneously change multiple named variables in z-matrix. The variables and their values are entered using keywords zmat_var_names and zmat_var_values. List of values can be specified as a comma separated list of numbers (i.e. 1, 2, 5.5) or using the syntax of unix command seq (i.e. seq -5 0.5 10).

zmatrix_interpolate

Two geometries must be provides for this scan type, both as z-matrices with the same topology (differing only in values of the coordinates). The scan produces linear interpolation between the geometries in internal coordinates. Number of steps is set by keyword scan_steps.

cartesian_interpolate

Two geometries of the same system (with the same order of atoms) must be provides for this mode. The scan produces linear interpolation between the geometries in cartesian coordinates. Note that interpolating cartesian coordinates could often lead to badly distorted geometries and interpolation of z-matrix is needed. Number of steps is set by keyword scan_steps.