Generates distance, angle, and dihedral constraints for the specified metal atom in the selected ligand residue. By default, all values are constrained to the value of the measurement in the pose at the time when the constraint generator is created. Users can also provide alternate base atoms (and bases of those base atoms) to customize how angles/dihedrals are measured.
The user must specify only one metal atom per constraint generator to set up by providing a resnum or residue selector an an atom name. This atom may be either a standalone metal ion or part of a larger complex.
An atom is considered a metal contact if: 1) It is identified in the residue's params file as a metal binding atom AND 2) The distance between the atom and the metal atom is less than or equal to the sum of their van der Waals radii multiplied by the dist_cutoff_multiplier. Residues in which contacts are constrained can be constricted by providing either contact_resnums or a contact_residue_selector; non-internal contacts outside that set will not be set up.
Note that multiple ideal values can be provided for all angles/dihedrals. If constrain_to_closest is set to true, each value will be constrained to the provided ideal value closest to the measurement found in the pose at the time the constraints are created.
Terms:
The angles specified in this constraint generator are defined as follows:
<MetalContactsConstraintGenerator name="(&string;)"
dist_cutoff_multiplier="(1.0 ℜ)" ligand_atom_name="(&string;)"
ligand_selector="(&string;)" contact_selector="(&string;)"
ligand_resnum="(&positive_integer;)"
contact_resnums="(&refpose_enabled_residue_number_cslist;)"
base_atom_name="(&string;)" base_base_atom_name="(&string;)"
ideal_distance="(ℜ)" ideal_angle_about_contact="(&real_cslist;)"
ideal_dihedral_about_contact="(&real_cslist;)"
ideal_angle_about_metal="(&real_cslist;)"
ideal_dihedral_about_metal="(&real_cslist;)"
ideal_dihedral_3="(&real_cslist;)"
score_against_internal_contacts="(false &bool;)"
constrain_to_closest="(true &bool;)"
/>