Rosetta
|
#include <apps/pilot/hpark/NMsearch.hh>
#include <basic/options/option.hh>
#include <basic/options/option_macros.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/keys/score.OptionKeys.gen.hh>
#include <basic/options/keys/lh.OptionKeys.gen.hh>
#include <core/id/AtomID.hh>
#include <core/pose/PDBInfo.hh>
#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/conformation/Residue.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <protocols/loophash/LoopHashLibrary.fwd.hh>
#include <protocols/loophash/LoopHashLibrary.hh>
#include <protocols/loophash/LoopHashSampler.hh>
#include <protocols/loophash/LoopHashSampler.fwd.hh>
#include <protocols/loophash/LocalInserter.fwd.hh>
#include <protocols/loophash/LocalInserter.hh>
#include <core/io/silent/SilentStruct.hh>
#include <protocols/simple_moves/SwitchResidueTypeSetMover.hh>
#include <protocols/md/CartesianMD.hh>
#include <numeric/random/random.hh>
#include <core/types.hh>
#include <devel/init.hh>
#include <sys/time.h>
Functions | |
protocols::loophash::LoopHashSamplerOP | setup_LHsampler () |
void | loophash_search (pose::Pose const pose, LoopHashSamplerOP &LHsampler, Size const ires) |
int | main (int argc, char *argv[]) |
void loophash_search | ( | pose::Pose const | pose, |
LoopHashSamplerOP & | LHsampler, | ||
Size const | ires | ||
) |
References beta_nonlocal::pose.
Referenced by main(), myspace::Scheduler::run_combine(), and myspace::Scheduler::run_LH().
int main | ( | int | argc, |
char * | argv[] | ||
) |
protocols::loophash::LoopHashSamplerOP setup_LHsampler | ( | ) |
References loop_hash_library.
Referenced by main(), and myspace::Scheduler::Scheduler().