Merge pull request #73 from RosettaCommons/nollikai/ShortBackrubMover
Adding ShortBackrubMover to protocols/simple_moves
Created a new mover that performs a three residue backrub move. Peptide bond rotations are also performed to minimize the displacement of backbone carbonyl oxygen atoms. This mover samples rotation angles from a normal distribution, unlike traditional backrub moves, which use a uniform distribution. The standard deviation of the rotation angle distribution can be set using set_rotation_std_dev( Real ). This mover is particularly useful when combined with BoltzmannRotamerMover to perform coupled side-chain / backbone moves.