|
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... | |
Public Member Functions inherited from protocols::canonical_sampling::ThermodynamicMover | |
| 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... | |
Public Member Functions inherited from protocols::moves::Mover | |
| 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 Public Member Functions inherited from protocols::moves::Mover | |
| 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... | |
Protected Member Functions inherited from protocols::moves::Mover | |
| 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.).
Definition at line 54 of file BackboneMover.hh.
Definition at line 57 of file BackboneMover.hh.
| protocols::simple_moves::BackboneMover::BackboneMover | ( | ) |
Definition at line 63 of file BackboneMover.cc.
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 | ||
| ) |
Definition at line 78 of file BackboneMover.cc.
References angle_max(), and protocols::moves::Mover::type().
| protocols::simple_moves::BackboneMover::~BackboneMover | ( | ) |
Definition at line 96 of file BackboneMover.cc.
| 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
Definition at line 118 of file BackboneMover.cc.
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
Definition at line 125 of file BackboneMover.cc.
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'.
Definition at line 127 of file BackboneMover.cc.
References angle_max_.
|
virtual |
virtual functions that get overridden or called from the inheriting classes
Implements protocols::moves::Mover.
Definition at line 172 of file BackboneMover.cc.
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 | ( | ) |
Definition at line 253 of file BackboneMover.cc.
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 | ( | ) |
Definition at line 247 of file BackboneMover.cc.
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
Definition at line 130 of file BackboneMover.cc.
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.
Definition at line 243 of file BackboneMover.cc.
|
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 |
Definition at line 113 of file BackboneMover.cc.
References movemap_.
Referenced by protocols::protein_interface_design::movers::BackrubDDMover::apply(), BackboneMover(), protocols::simple_moves::operator<<(), parse_my_tag(), and protocols::simple_moves::SmallMover::test_move().
| void protocols::simple_moves::BackboneMover::movemap | ( | core::kinematics::MoveMapOP | new_movemap) |
Definition at line 115 of file BackboneMover.cc.
References movemap_.
| core::Real protocols::simple_moves::BackboneMover::new_phi | ( | ) |
Definition at line 150 of file BackboneMover.cc.
References new_phi_.
| core::Real protocols::simple_moves::BackboneMover::new_psi | ( | ) |
Definition at line 152 of file BackboneMover.cc.
References new_psi_.
| void protocols::simple_moves::BackboneMover::nmoves | ( | core::Size const | nmoves_in) |
Definition at line 106 of file BackboneMover.cc.
References nmoves_.
Referenced by protocols::protein_interface_design::movers::BackrubDDMover::apply(), and protocols::simple_moves::operator<<().
| core::Size protocols::simple_moves::BackboneMover::nmoves | ( | ) | const |
|
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.
Definition at line 155 of file BackboneMover.cc.
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.
Definition at line 137 of file BackboneMover.cc.
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.
Definition at line 143 of file BackboneMover.cc.
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.
Definition at line 99 of file BackboneMover.cc.
References temperature_.
Referenced by protocols::simple_moves::operator<<().
| core::Real protocols::simple_moves::BackboneMover::temperature | ( | ) | const |
Definition at line 102 of file BackboneMover.cc.
References temperature_.
Referenced by parse_my_tag().
|
protected |
Definition at line 186 of file BackboneMover.hh.
|
protected |
max allowed angle-change as a function of ss type
Definition at line 180 of file BackboneMover.hh.
Referenced by angle_max(), get_angle_max(), and protocols::simple_moves::SmallMover::setup_list().
|
protected |
Definition at line 184 of file BackboneMover.hh.
Referenced by protocols::simple_moves::SmallMover::make_move(), and protocols::simple_moves::SmallMover::set_angles().
|
protected |
Definition at line 171 of file BackboneMover.hh.
Referenced by apply(), BackboneMover(), movemap(), and protocols::simple_moves::SmallMover::setup_list().
|
protected |
Definition at line 188 of file BackboneMover.hh.
Referenced by protocols::simple_moves::SmallMover::make_move(), and new_phi().
|
protected |
Definition at line 188 of file BackboneMover.hh.
Referenced by protocols::simple_moves::SmallMover::make_move(), and new_psi().
|
protected |
Definition at line 189 of file BackboneMover.hh.
Referenced by check_rama(), and protocols::simple_moves::SmallMover::make_move().
|
protected |
number of positions at which to make moves
Definition at line 177 of file BackboneMover.hh.
Referenced by apply(), nmoves(), and parse_my_tag().
|
protected |
Definition at line 183 of file BackboneMover.hh.
Referenced by apply().
|
protected |
Definition at line 188 of file BackboneMover.hh.
Referenced by protocols::simple_moves::SmallMover::make_move().
|
protected |
Definition at line 188 of file BackboneMover.hh.
Referenced by protocols::simple_moves::SmallMover::make_move().
|
protected |
Definition at line 189 of file BackboneMover.hh.
Referenced by check_rama(), and protocols::simple_moves::SmallMover::make_move().
|
protected |
Definition at line 185 of file BackboneMover.hh.
Referenced by apply(), clear(), protocols::simple_moves::SmallMover::dof_id_ranges(), protocols::simple_moves::ShearMover::dof_id_ranges(), and protocols::simple_moves::SmallMover::setup_list().
|
protected |
Definition at line 191 of file BackboneMover.hh.
Referenced by check_rama(), parse_my_tag(), preserve_detailed_balance(), and set_preserve_detailed_balance().
|
protected |
Definition at line 183 of file BackboneMover.hh.
Referenced by apply(), and protocols::simple_moves::SmallMover::make_move().
|
protected |
Definition at line 184 of file BackboneMover.hh.
Referenced by protocols::simple_moves::SmallMover::make_move(), and protocols::simple_moves::SmallMover::set_angles().
|
protected |
controls bias w/which uphill moves are accepted
Definition at line 174 of file BackboneMover.hh.
Referenced by check_rama(), parse_my_tag(), and temperature().
|
protected |
Definition at line 183 of file BackboneMover.hh.
1.8.4