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

Revisions №61722

branch: master 「№61722」
Commited by: Daniel Farrell
GitHub commit link: 「20fcd4f9f3d44820」
Difference from previous tested commit:  code diff
Commit date: 2021-07-29 19:49:33
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
PyRosetta4.notebook gcc-9.gcc.python37.PyRosetta4.unit linux.clang.cxx11thread.serialization.python37.PyRosetta4.unit linux.gcc.python36.PyRosetta4.unit mac.PyRosetta.unit build.clean.debug alpine.gcc.build.debug clang-10.clang.cxx11thread.mpi.serialization.tensorflow.build.debug gcc-10.gcc.build.debug gcc-9.gcc.build.debug linux.clang.hdf5.build.debug mysql postgres linux.clang.python36.build.debug linux.zeromq.debug mpi mpi.serialization linux.icc.build.debug OpenCL mac.clang.python36.build.debug build.header build.levels build.ninja_debug graphics static beautification code_quality.clang_analysis code_quality.clang_tidy code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.addsan integration.mpi integration.release_debug integration.tensorflow integration.thread integration.ubsan integration.valgrind integration performance profile release.source linux.clang.score linux.gcc.score mac.clang.score linux.scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify linux.clang.unit.release linux.gcc.unit.release mac.clang.unit.release gcc-10.gcc.unit gcc-9.gcc.unit util.apps windows.build.debug windows.build.release

CartesianSampler option documentation/cleanup (#5394) Have used this for a long time but realized many of my assumptions were wrong due to the lack of option docs. Hopefully I can help future people, or future me by fixing them. dump_pdb/dump_pdb_tag -- this just dumps a pdb at the beginning of the mover before anything happens. I don't think this is necessary. removed an unused movemap that is instantiated for no reason add some clarification to some options (aka remove some XRW_TODO) update some new to make_shared also updates the CartesianSampler to not apply frames across pose chains ( I think this is correct -- Cartesian sampler should be able to fix a chainbreak, (ie if C and N are too far away) but in that case rosetta will think the chains are the same)

...