「view this page in B3 βῆτα server」

Revisions №21210

branch: rosetta:commits 「№21210」
Commited by: Andy Watkins
GitHub Pull Request link: 「№681」
Merge: 「cf532f89b」「f971f5794」  code diff
Scheduled at: 2026-05-01 19:18:03.269348
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

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

Rosetta Benchmark 1 week
Tests for this revision was automatically canceled because newer set of tests for pull-request №681 was submitted!
...