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

Revisions №57368

branch: master 「№57368」
Commited by: nollikai
GitHub commit link: 「e4b2cb53d2ffe8df」 「№137」
Difference from previous tested commit:  code diff
Commit date: 2014-10-22 14:12:33

Merge pull request #137 from RosettaCommons/nollikai/coupled_moves_ligand_weight Adding option to weight protein-ligand interactions in coupled_moves protocol The weight of residue-ligand interactions can now be specified using the flag coupled_moves::ligand_weight (Real). The weight is 1 by default, meaning that residue-residue and residue-ligand interactions are scored equally. Setting ligand_weight to 2 up-weights the residue-ligand interaction energies by a factor of 2. This branch also contains two other changes, including changing the access specifier of set_last_accepted_pose and set_lowest_score_pose in MonteCarlo to public and adding compute_one_and_two_body_energies to RotamerSet. These changes were needed to incorporate ligand weighting into BoltzmannRotamerMover and the coupled_moves protocol.

...