Pull Request №681 RosettaCommons/rosetta/main ← everyday847/rosetta/differentiable-parametric
Merge: cf532f89b6bbb7e67fd75031f3cc2aa95fb5ce19←21d90cb52d1abe277b363e833609842144201b21
Add differentiable parametric backbone minimization
----------------
Merge commit message:
Fix sidechain rebuild: use set_phi/psi/omega to sync atom tree
The previous approach (calling private/protected AtomTree methods)
didn't compile. Use public Pose::set_phi/set_psi/set_omega instead:
reading each backbone torsion from the new XYZ and writing it back
via set_torsion updates the atom tree's internal coordinates, which
triggers a coordinate rebuild that repositions all downstream atoms
including sidechains.