Rosetta
|
#include <core/util/cryst_util.hh>
#include <core/kinematics/MoveMap.hh>
#include <core/pose/Pose.hh>
#include <core/optimization/types.hh>
#include <core/optimization/MinimizerMap.hh>
#include <core/optimization/AtomTreeMultifunc.hh>
#include <core/optimization/CartesianMinimizerMap.hh>
#include <core/optimization/CartesianMultifunc.hh>
#include <core/optimization/symmetry/SymAtomTreeMinimizer.hh>
#include <core/optimization/symmetry/SymMinimizerMap.hh>
#include <core/optimization/symmetry/SymAtomTreeMultifunc.hh>
#include <core/conformation/symmetry/SymmetricConformation.hh>
#include <core/conformation/symmetry/SymmetryInfo.fwd.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/pose/symmetry/util.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/optimization.OptionKeys.gen.hh>
#include <basic/Tracer.hh>
#include <iostream>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::util | |
Functions | |
static basic::Tracer | core::util::TS ("core.scoring.cryst.util") |
core::Real | core::util::getMLweight (core::scoring::ScoreFunction &scorefxn, core::pose::Pose &) |
get the optimal weight on the xtal ML energy More... | |
core::Real | core::util::getMLweight (core::scoring::ScoreFunction &scorefxn, core::pose::Pose &, core::kinematics::MoveMap &) |
get the optimal weight on the xtal ML energy considering only movable DOFs More... | |
core::Real | core::util::getMLweight_cart (core::scoring::ScoreFunction &scorefxn, core::pose::Pose &) |
get the optimal weight on the xtal ML energy More... | |
core::Real | core::util::getMLweight_cart (core::scoring::ScoreFunction &scorefxn, core::pose::Pose &, core::kinematics::MoveMap &) |
get the optimal weight on the xtal ML energy considering only movable DOFs More... | |