Pull Request №681 RosettaCommons/rosetta/main ← everyday847/rosetta/differentiable-parametric
Merge: cf532f89b6bbb7e67fd75031f3cc2aa95fb5ce19←f971f5794aa3de2152dc17bc8f81f45c7bbd2fc5
Add differentiable parametric backbone minimization
----------------
Merge commit message:
Add parametric DOF support to MoveMap/MoveMapFactory XML schema
The <Parametric enable="true"/> sub-element was not recognized by
the MoveMap XSD. Instead, add parametric as a top-level attribute
(like bb, chi, jump) on both MoveMapFactory and the legacy MoveMap:
<MinMover ... bb="false" chi="true" parametric="true"/>
or in MoveMapFactory style:
<MoveMap bb="false" chi="true" parametric="true"/>
Changes:
- MoveMapFactory: add all_parametric(bool), data members, parse
in parse_my_tag(), apply in edit_movemap_given_pose()
- MoveMapFactory XSD: add "parametric" attribute
- Legacy MoveMap schema (rosetta_scripts/util.cc): add "parametric"
attribute and parse in parse_movemap_tag()
- Integration test XMLs: use attribute form