Rosetta
|
#include <devel/init.hh>
#include <basic/Tracer.hh>
#include <basic/basic.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/moves/MonteCarlo.hh>
#include <protocols/simple_moves/PackRotamersMover.hh>
#include <protocols/simple_moves/CoupledMover.hh>
#include <protocols/simple_moves/MinPackMover.hh>
#include <protocols/viewer/viewers.hh>
#include <protocols/canonical_sampling/PDBTrajectoryRecorder.hh>
#include <protocols/jd2/util.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <protocols/jd2/Job.hh>
#include <protocols/jd2/InnerJob.hh>
#include <protocols/toolbox/IGEdgeReweighters.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/Energies.hh>
#include <core/scoring/methods/EnergyMethodOptions.hh>
#include <core/scoring/hbonds/HBondOptions.hh>
#include <core/scoring/EnergyGraph.hh>
#include <core/scoring/constraints/util.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pack/task/TaskFactory.hh>
#include <core/pack/task/PackerTask.hh>
#include <core/pack/task/operation/TaskOperations.hh>
#include <core/pack/task/residue_selector/ClashBasedRepackShellSelector.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <core/chemical/ResidueType.hh>
#include <core/chemical/AtomType.hh>
#include <core/conformation/Conformation.hh>
#include <core/kinematics/FoldTree.hh>
#include <numeric/random/random.hh>
#include <numeric/angle.functions.hh>
#include <numeric/conversions.hh>
#include <numeric/xyzVector.hh>
#include <numeric/NumericTraits.hh>
#include <numeric/xyz.functions.hh>
#include <basic/options/option_macros.hh>
#include <basic/options/keys/constraints.OptionKeys.gen.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/keys/backrub.OptionKeys.gen.hh>
#include <basic/options/keys/packing.OptionKeys.gen.hh>
Go to the source code of this file.
Classes | |
class | CoupledMovesProtocol |
Typedefs | |
typedef utility::pointer::shared_ptr < CoupledMovesProtocol > | CoupledMovesProtocolOP |
Functions | |
static THREAD_LOCAL basic::Tracer | TR ("apps.coupled_moves") |
void * | my_main (void *) |
int | main (int argc, char *argv[]) |
typedef utility::pointer::shared_ptr<CoupledMovesProtocol> CoupledMovesProtocolOP |
Definition at line 480 of file coupled_moves.cc.
Definition at line 90 of file coupled_moves.cc.
References utility::io::oc::cout, database, devel::init(), basic::options::OptionKeys::min_pack, utility::excn::EXCN_Base::msg(), my_main(), ContactMap::native, NEW_OPT, local::nstruct, and OPT.
void* my_main | ( | void * | ) |
Definition at line 483 of file coupled_moves.cc.
Referenced by main().
|
static |
Referenced by CoupledMovesProtocol::apply().