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

Revisions №61219

branch: master 「№61219」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c6250cbdc7651a55」 「№4622」
Difference from previous tested commit:  code diff
Commit date: 2020-04-03 23:37:22

Merge pull request #4622 from RosettaCommons/vmullig/tweak_atomicdepth Small tweaks to AtomicDepth calculation This makes the following small tweaks to the AtomicDepth calculation: - When attempting to mutate residues to leucine, only mutate alpha-amino acids. (Would crash otherwise.) - When attempting to mutate residues to leucine, do not mutate sidechain-connected residues. (Would crash otherwise.) This code is used by the `approximate_buried_unsat_penalty` scoreterm. (I sadly have to admit that, unlike my `buried_unsatisfied_penalty`, the `approximate_buried_unsat_penalty` is quantum computer-ready, since it's pairwise-decomposable.)

...