Connect cutoff

From PyMOLWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Example

connect_cutoff is a global setting for distance-based bonding when loading a file. Default value is 0.35.

Two atoms with VDW radii vdw1 and vdw2 are connected with a bond, if the following inequality is true:

distance <= connect_cutoff + (vdw1 + vdw2)/2

Special cutoff adjustments are made for hydrogens (connect_cutoff - 0.2) and disulfides (connect_cutoff + 0.2).

See Also

load, connect_mode, connect_bonded