Rosetta Protocols  2015.19
Namespaces | Functions
BackboneGridSampler.cc File Reference

This mover samples conformations of a repeating chain of a residue type by grid-sampling mainchain torsion values and setting all residues in a range to have the same mainchain torsion values. More...

#include <protocols/moves/Mover.fwd.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/moves/MoverStatus.hh>
#include <protocols/helical_bundle/BackboneGridSampler.hh>
#include <protocols/helical_bundle/BackboneGridSamplerCreator.hh>
#include <protocols/helical_bundle/BackboneGridSamplerHelper.hh>
#include <utility/tag/Tag.hh>
#include <protocols/rosetta_scripts/util.hh>
#include <core/scoring/Energies.hh>
#include <protocols/cyclic_peptide/PeptideStubMover.hh>
#include <numeric/constants.hh>
#include <utility/exit.hh>
#include <utility/string_util.hh>
#include <basic/Tracer.hh>
#include <core/types.hh>
#include <numeric/random/random.hh>
#include <core/id/TorsionID.hh>
#include <core/id/AtomID.hh>
#include <core/id/AtomID_Map.hh>
#include <core/id/NamedAtomID.hh>
#include <core/scoring/rms_util.hh>
#include <core/pose/util.tmpl.hh>
#include <core/chemical/VariantType.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/jd2/Job.hh>
#include <protocols/jd2/util.hh>
#include <utility/excn/Exceptions.hh>
#include <core/pose/Pose.hh>
#include <stdio.h>
#include <sstream>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::helical_bundle
 

Functions

static thread_local basic::Tracer protocols::helical_bundle::TR ("protocols.helical_bundle.BackboneGridSampler")
 
static thread_local basic::Tracer protocols::helical_bundle::TR_Results ("protocols.helical_bundle.BackboneGridSampler.Results")
 

Detailed Description

This mover samples conformations of a repeating chain of a residue type by grid-sampling mainchain torsion values and setting all residues in a range to have the same mainchain torsion values.

Note that this mover throws away the input pose and generates new geometry.

Author
Vikram K. Mulligan (vmull.nosp@m.ig@u.nosp@m.w.edu)