Member Site Forums PyRosetta PyRosetta – General adding coordinate constraints Reply To: adding coordinate constraints

#5364
Anonymous

    Adding constraints to the scorefunction consists of giving the constraint scorefunction term a nonzero weight – the SF is not aware of the actual constraints at that stage.

    Adding constraints to a Pose actually makes the Pose aware of its “extra physics”, and the Pose passes these along to the SF at scoring time.

    Do you have pose.add_constraint( scoring::constraints::ConstraintCOP cst ) available?