Rosetta 3.5
|
#include <BackboneMover.hh>
Public Types | |
typedef core::Real | Real |
Public Member Functions | |
BackboneMover () | |
BackboneMover (core::kinematics::MoveMapOP movemap_in, core::Real temperature_in, core::Size nmoves_in) | |
~BackboneMover () | |
virtual void | apply (core::pose::Pose &) |
virtual functions that get overridden or called from the inheriting classes More... | |
virtual std::string | get_name () const |
Each derived class must specify its name. The class name. More... | |
virtual void | setup_list (core::pose::Pose &)=0 |
virtual void | set_angles (core::Real)=0 |
virtual bool | make_move (core::pose::Pose &)=0 |
void | clear () |
bool | check_rama () |
void | temperature (core::Real const temperature_in) |
Properties set/get functions. More... | |
core::Real | temperature () const |
void | nmoves (core::Size const nmoves_in) |
core::Size | nmoves () const |
core::kinematics::MoveMapCOP | movemap () const |
void | movemap (core::kinematics::MoveMapOP new_movemap) |
void | angle_max (core::Real const angle) |
Sets the maximum angle of perturbation, independent of secondary structure. More... | |
void | angle_max (char const type, core::Real const angle) |
Sets the max angle of perturbation for residues with <type> secondary structure. (<type> must be 'H', 'E', or 'L'.) More... | |
void | angle_max (std::map< char, core::Real > angle_max_in) |
Sets the max angle of perturbation, for secondary structures 'H', 'E', and 'L'. More... | |
core::Real | get_angle_max (char const type) const |
Gets the max angle of perturbation for residues with <type> secondary structure. (<type> must be 'H', 'E', or 'L'.) More... | |
core::Real | new_phi () |
core::Real | new_psi () |
virtual void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &data, protocols::filters::Filters_map const &filters, protocols::moves::Movers_map const &movers, core::pose::Pose const &pose) |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
bool | preserve_detailed_balance () const |
get whether detailed balance is preserved (i.e. no Ramachandran biasing) More... | |
void | set_preserve_detailed_balance (bool preserve_detailed_balance) |
set whether detailed balance is preserved (i.e. no Ramachandran biasing) More... | |
virtual utility::vector1 < core::id::DOF_ID_Range > | dof_id_ranges (core::pose::Pose &pose)=0 |
get the DOF_IDs perturbed by the mover during moves, along with their ranges More... | |
![]() | |
ThermodynamicMover () | |
virtual | ~ThermodynamicMover () |
virtual void | initialize_simulation (core::pose::Pose &pose, protocols::canonical_sampling::MetropolisHastingsMover const &metropolis_hastings_mover, core::Size cycle) |
callback executed before any Monte Carlo trials More... | |
virtual void | observe_after_metropolis (protocols::canonical_sampling::MetropolisHastingsMover const &metropolis_hastings_mover) |
callback executed after the Metropolis criterion is evaluated More... | |
virtual core::Real | last_proposal_density_ratio () |
callback for proposal density ratio of last apply method More... | |
virtual void | finalize_simulation (core::pose::Pose &pose, protocols::canonical_sampling::MetropolisHastingsMover const &metropolis_hastings_mover) |
callback executed after all Monte Carlo trials More... | |
virtual bool | is_multi_trial () |
determine whether the move performs multiple trials on a single apply More... | |
virtual core::Real | last_inner_score_temperature_delta () |
get change in internal score/temperature for last apply method of multiple trial movers More... | |
virtual protocols::canonical_sampling::MetropolisHastingsMoverAP | metropolis_hastings_mover () |
get the MetropolisHastingsMover for multiple trial movers More... | |
virtual void | set_metropolis_hastings_mover (protocols::canonical_sampling::MetropolisHastingsMoverAP metropolis_hastings_mover) |
set the MetropolisHastingsMover for multiple trial movers More... | |
virtual utility::vector1 < core::id::TorsionID_Range > | torsion_id_ranges (core::pose::Pose &pose)=0 |
get the TorsionIDs perturbed by the mover during moves, along with their ranges More... | |
![]() | |
Mover () | |
virtual | ~Mover () |
virtual MoverSP | create () |
virtual void | apply (core::io::serialization::PipeMap &pmap) |
virtual void | parse_state (SerializableState const &state) |
virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks, MoverCacheSP cache) |
virtual void | save_state (SerializableState &state) |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
Mover (Mover const &other) | |
Mover & | operator= (Mover const &other) |
assignment operator More... | |
std::string const & | type () const |
std::string | get_current_tag () const |
A tag is a unique identifier used to identify structures produced by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag ) sets the tag. This functionality is not intended for use with the 2008 job distributor. More... | |
void | set_current_tag (std::string const &new_tag) |
virtual void | set_input_pose (PoseCOP pose) |
setter for poses contained for rms More... | |
virtual void | set_native_pose (PoseCOP pose) |
setter for native poses contained for rms -— we should get rid of this method? it is widely used, but a bit unsafe More... | |
PoseCOP | get_input_pose () const |
PoseCOP | get_native_pose () const |
virtual void | test_move (Pose &pose) |
: Unit test support function. Apply one move to a given pose. Allows extra test specific functions to be called before applying More... | |
void | type (const std::string &type_in) |
virtual MoverOP | clone () const |
clone has to be overridden only if clone invocation is expected. More... | |
std::string | get_type () const |
MoverStatus | get_last_move_status () const |
end parser interface, start Job Distributor interface///////////// More... | |
void | reset_status () |
resets status to SUCCESS, meant to be used before an apply(). The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s. More... | |
virtual core::pose::PoseOP | get_additional_output () |
Mechanism by which a mover may return multiple output poses from a single input pose. More... | |
virtual void | clear_info () |
Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file. More... | |
virtual Strings & | info () |
non-const accessor More... | |
virtual Strings const & | info () const |
const accessor More... | |
virtual bool | reinitialize_for_each_job () const |
this function informs the job distributor (august 08 vintage) whether this object needs to be freshly regenerated on each use. More... | |
virtual bool | reinitialize_for_new_input () const |
this function informs the job distributor (august 08 vintage) whether this object needs to be regenerated when the input pose is about to change (for example, if the mover has special code on the first apply() that is only valid for that one input pose). More... | |
virtual MoverOP | fresh_instance () const |
this is like clone(), except it generates a new mover object freshly created with the default ctor. This function should be pure virtual but that would disrupt the code base; MAKE SURE YOU DEFINE IT if you want to have your mover be a protocol handed to the job distributor (august 08 vintage). More... | |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
Protected Attributes | |
core::kinematics::MoveMapOP | movemap_ |
core::Real | temperature_ |
controls bias w/which uphill moves are accepted More... | |
Size | nmoves_ |
number of positions at which to make moves More... | |
std::map< char, core::Real > | angle_max_ |
max allowed angle-change as a function of ss type More... | |
int | num_ |
int | resnum_ |
int | tries_ |
core::Real | big_angle_ |
core::Real | small_angle_ |
utility::vector1< std::pair < int, core::Real > > | pos_list_ |
utility::vector1< int > | already_moved_ |
core::Real | old_phi_ |
core::Real | new_phi_ |
core::Real | old_psi_ |
core::Real | new_psi_ |
core::Real | old_rama_score_ |
core::Real | new_rama_score_ |
bool | preserve_detailed_balance_ |
Additional Inherited Members | |
![]() | |
static std::string | name () |
static void | register_options () |
overload this static method if you access options within the mover. these options will end up in -help of your application if users of this mover call register_options. do this recursively! if you use movers within your mover, call their register_options in your register_options() method. More... | |
![]() | |
void | set_last_move_status (MoverStatus status) |
nonvirtual setter for MoverStatus last_status_. Protected means that only the mover itself will be able to change its own status. The job distributor (august 08 vintage) is aware of status set with this function and will do what the MoverStatus says. More... | |
BackboneMover class has elements of the MC temperature to do repetitions of bb moves (small, shear, wobble, etc.).
protocols::simple_moves::BackboneMover::BackboneMover | ( | ) |
References angle_max(), movemap(), movemap_, and protocols::moves::Mover::type().
protocols::simple_moves::BackboneMover::BackboneMover | ( | core::kinematics::MoveMapOP | movemap_in, |
core::Real | temperature_in, | ||
core::Size | nmoves_in | ||
) |
References angle_max(), and protocols::moves::Mover::type().
protocols::simple_moves::BackboneMover::~BackboneMover | ( | ) |
void protocols::simple_moves::BackboneMover::angle_max | ( | core::Real const | angle) |
Sets the maximum angle of perturbation, independent of secondary structure.
Example: bbmover.angle_max(25) See also: ShearMover SmallMover
Referenced by protocols::grafting::AnchoredGraftMover::apply(), BackboneMover(), parse_my_tag(), protocols::grafting::GraftMoverBase::perturb_backbone_for_test(), and protocols::flexpep_docking::FlexPepDockingAbInitio::torsions_monte_carlo().
void protocols::simple_moves::BackboneMover::angle_max | ( | char const | type, |
core::Real const | angle | ||
) |
Sets the max angle of perturbation for residues with <type> secondary structure. (<type> must be 'H', 'E', or 'L'.)
Example: bbmover.angle_max('H', 25)
See also: ShearMover SmallMover
References angle_max_, and protocols::moves::Mover::type().
void protocols::simple_moves::BackboneMover::angle_max | ( | std::map< char, core::Real > | angle_max_in) |
Sets the max angle of perturbation, for secondary structures 'H', 'E', and 'L'.
References angle_max_.
|
virtual |
virtual functions that get overridden or called from the inheriting classes
Implements protocols::moves::Mover.
References already_moved_, clear(), core::pose::symmetry::is_symmetric(), make_move(), core::pose::symmetry::make_symmetric_movemap(), movemap_, nmoves_, num_, pos_list_, resnum_, protocols::simple_moves::RG(), set_angles(), setup_list(), tries_, and protocols::moves::Mover::type().
Referenced by protocols::protein_interface_design::movers::BackrubDDMover::apply(), protocols::loops::loop_mover::refine::SmallMinCCDTrial::apply(), protocols::loops::loop_mover::refine::ShearMinCCDTrial::apply(), protocols::grafting::AnchoredGraftMover::apply(), protocols::grafting::GraftMoverBase::perturb_backbone_for_test(), and protocols::simple_moves::SmallMover::test_move().
bool protocols::simple_moves::BackboneMover::check_rama | ( | ) |
References new_rama_score_, old_rama_score_, preserve_detailed_balance_, protocols::simple_moves::RG(), and temperature_.
Referenced by protocols::simple_moves::SmallMover::make_move().
void protocols::simple_moves::BackboneMover::clear | ( | ) |
References already_moved_, pos_list_, and tries_.
Referenced by apply(), protocols::simple_moves::SmallMover::dof_id_ranges(), and protocols::simple_moves::ShearMover::dof_id_ranges().
|
pure virtual |
get the DOF_IDs perturbed by the mover during moves, along with their ranges
Reimplemented from protocols::canonical_sampling::ThermodynamicMover.
Implemented in protocols::simple_moves::ShearMover, and protocols::simple_moves::SmallMover.
core::Real protocols::simple_moves::BackboneMover::get_angle_max | ( | char const | type) | const |
Gets the max angle of perturbation for residues with <type> secondary structure. (<type> must be 'H', 'E', or 'L'.)
Example: bbmover.angle_max('H')
See also: ShearMover SmallMover
References angle_max_.
Referenced by protocols::simple_moves::operator<<().
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
Reimplemented in protocols::simple_moves::ShearMover, and protocols::simple_moves::SmallMover.
|
pure virtual |
Implemented in protocols::simple_moves::ShearMover, and protocols::simple_moves::SmallMover.
Referenced by apply().
core::kinematics::MoveMapCOP protocols::simple_moves::BackboneMover::movemap | ( | ) | const |
void protocols::simple_moves::BackboneMover::movemap | ( | core::kinematics::MoveMapOP | new_movemap) |
References movemap_.
core::Real protocols::simple_moves::BackboneMover::new_phi | ( | ) |
References new_phi_.
core::Real protocols::simple_moves::BackboneMover::new_psi | ( | ) |
References new_psi_.
void protocols::simple_moves::BackboneMover::nmoves | ( | core::Size const | nmoves_in) |
References nmoves_.
Referenced by protocols::protein_interface_design::movers::BackrubDDMover::apply(), and protocols::simple_moves::operator<<().
core::Size protocols::simple_moves::BackboneMover::nmoves | ( | ) | const |
References nmoves_.
Referenced by parse_my_tag().
|
virtual |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing.
Some movers need not be parsed, so we shouldn't stop executions. This, however, calls attention to the lack of this method, which could be due to something as silly as a wrong parameters definition.
Reimplemented from protocols::moves::Mover.
References angle_max(), movemap(), nmoves(), nmoves_, protocols::rosetta_scripts::parse_movemap(), preserve_detailed_balance_, set_preserve_detailed_balance(), temperature(), and temperature_.
|
virtual |
get whether detailed balance is preserved (i.e. no Ramachandran biasing)
Implements protocols::canonical_sampling::ThermodynamicMover.
References preserve_detailed_balance_.
Referenced by set_preserve_detailed_balance().
|
pure virtual |
Implemented in protocols::simple_moves::ShearMover, and protocols::simple_moves::SmallMover.
Referenced by apply().
|
virtual |
set whether detailed balance is preserved (i.e. no Ramachandran biasing)
Implements protocols::canonical_sampling::ThermodynamicMover.
References preserve_detailed_balance(), and preserve_detailed_balance_.
Referenced by parse_my_tag().
|
pure virtual |
Implemented in protocols::simple_moves::ShearMover, and protocols::simple_moves::SmallMover.
Referenced by apply().
void protocols::simple_moves::BackboneMover::temperature | ( | core::Real const | temperature_in) |
Properties set/get functions.
References temperature_.
Referenced by protocols::simple_moves::operator<<().
core::Real protocols::simple_moves::BackboneMover::temperature | ( | ) | const |
References temperature_.
Referenced by parse_my_tag().
|
protected |
|
protected |
max allowed angle-change as a function of ss type
Referenced by angle_max(), get_angle_max(), and protocols::simple_moves::SmallMover::setup_list().
|
protected |
|
protected |
Referenced by apply(), BackboneMover(), movemap(), and protocols::simple_moves::SmallMover::setup_list().
|
protected |
Referenced by protocols::simple_moves::SmallMover::make_move(), and new_phi().
|
protected |
Referenced by protocols::simple_moves::SmallMover::make_move(), and new_psi().
|
protected |
Referenced by check_rama(), and protocols::simple_moves::SmallMover::make_move().
|
protected |
number of positions at which to make moves
Referenced by apply(), nmoves(), and parse_my_tag().
|
protected |
Referenced by protocols::simple_moves::SmallMover::make_move().
|
protected |
Referenced by protocols::simple_moves::SmallMover::make_move().
|
protected |
Referenced by check_rama(), and protocols::simple_moves::SmallMover::make_move().
|
protected |
|
protected |
Referenced by check_rama(), parse_my_tag(), preserve_detailed_balance(), and set_preserve_detailed_balance().
|
protected |
Referenced by apply(), and protocols::simple_moves::SmallMover::make_move().
|
protected |
|
protected |
controls bias w/which uphill moves are accepted
Referenced by check_rama(), parse_my_tag(), and temperature().