|
Rosetta 3.5
|
#include <ddGMover.hh>


Public Member Functions | |
| ddGMover () | |
| ddGMover (core::scoring::ScoreFunctionOP s, core::scoring::ScoreFunctionOP m, utility::vector1< core::chemical::AA > res_to_mutate) | |
| virtual | ~ddGMover () |
| void | neighbor_cutoff (double cutoff) |
| void | restrict_to_nbrs (bool truefalse) |
| void | score_function (core::scoring::ScoreFunctionOP s) |
| void | set_minimization_score_function (core::scoring::ScoreFunctionOP s) |
| void | num_iterations (int num) |
| void | dump_pdbs (bool truefalse) |
| void | debug_output (bool truefalse) |
| void | is_interface_ddg (bool truefalse) |
| void | wt_score_components (ObjexxFCL::FArray2D< double > wsc) |
| void | wt_unbound_score_components (ObjexxFCL::FArray2D< double > wusc) |
| void | mutant_score_components (ObjexxFCL::FArray2D< double > msc) |
| void | residues_to_mutate (utility::vector1< core::chemical::AA > residues) |
| void | set_min_cst (bool truefalse) |
| void | set_mean (bool truefalse) |
| void | set_min (bool truefalse) |
| void | set_num_decoys_used_in_calculations (core::Real num_lowe_used) |
| core::Real | neighbor_cutoff () |
| bool | restrict_to_nbrs () |
| core::scoring::ScoreFunctionOP | score_function () |
| core::scoring::ScoreFunctionOP | minimization_score_function () |
| int | num_iterations () |
| bool | is_interface_ddg () |
| ObjexxFCL::FArray2D< double > | wt_score_components () |
| ObjexxFCL::FArray2D< double > | wt_unbound_score_components () |
| ObjexxFCL::FArray2D< double > | mutant_score_components () |
| utility::vector1 < core::chemical::AA > | residues_to_mutate () |
| utility::vector1< double > | get_wt_min_score_components () |
| utility::vector1< double > | get_wt_averaged_score_components () |
| utility::vector1< double > | get_mutant_min_score_components () |
| utility::vector1< double > | get_mutant_averaged_score_components () |
| utility::vector1< double > | get_delta_energy_components () |
| void | get_scorefunction_header (core::scoring::ScoreFunctionOP sfxn, utility::vector1< std::string > &components) |
| std::string | mutation_label (pose::Pose const &pose) const |
| double | get_wt_averaged_totals () |
| double | get_wt_min_totals () |
| double | get_mutant_averaged_totals () |
| double | get_mutant_min_totals () |
| double | ddG () |
| virtual void | apply (core::pose::Pose &pose) |
| virtual std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| bool | is_wt_calc_complete () |
| bool | is_mutant_calc_complete () |
| bool | is_properly_initialized (pose::Pose &pose) |
| bool | get_min_cst () |
| bool | use_mean () |
| bool | use_min () |
| core::Real | get_num_decoys_used_in_calculations () |
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... | |
| virtual core::Real | last_proposal_density_ratio () |
| 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... | |
| virtual void | parse_my_tag (TagPtr const tag, DataMap &data, Filters_map const &filters, Movers_map const &movers, Pose const &pose) |
| Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. 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 |
Additional Inherited Members | |
Public Types inherited from protocols::moves::Mover | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef core::pose::Pose | Pose |
| typedef core::pose::PoseCOP | PoseCOP |
| typedef protocols::filters::Filters_map | Filters_map |
| typedef std::list< std::string > | Strings |
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... | |
Definition at line 52 of file ddGMover.hh.
| protocols::ddg::ddGMover::ddGMover | ( | ) |
Definition at line 117 of file ddGMover.cc.
| protocols::ddg::ddGMover::ddGMover | ( | core::scoring::ScoreFunctionOP | s, |
| core::scoring::ScoreFunctionOP | m, | ||
| utility::vector1< core::chemical::AA > | res_to_mutate | ||
| ) |
Definition at line 150 of file ddGMover.cc.
|
virtual |
Definition at line 188 of file ddGMover.cc.
|
virtual |
Implements protocols::moves::Mover.
Definition at line 1384 of file ddGMover.cc.
References core::chemical::aa_unk, calculate_interface_unbound_energy(), core::pose::Pose::chain(), core::pose::Pose::constraint_set(), dbg_output_, dmp_pdb_, core::pose::Pose::dump_pdb(), core::pose::Pose::energies(), get_mutant_min_totals(), get_wt_min_totals(), initialize_task_level_behavior(), interface_ddg_, is_any_pdb_empty(), is_properly_initialized(), min_cst_, min_cst_set_mut_, min_cst_sfxn_, min_cst_sfxn_no_cst_weight_, minimize_with_constraints(), mutant_components_, mutant_unbound_components_, mutants_, mutation_label(), num_iterations_, core::pack::pack_rotamers_loop(), relax_wildtype_structure(), core::pose::Pose::remove_constraints(), repack_cst_set_mut_, residues_to_mutate_, restrict_to_nbrhood_, scorefxn_, core::io::silent::SilentFileData::set_filename(), setup_packer_task_for_mutations(), store_energies(), core::scoring::Energies::total_energies(), core::pose::Pose::total_residue(), protocols::TR(), core::scoring::EMapVector::weighted_string_of(), and core::io::silent::SilentFileData::write_silent_struct().
Referenced by protocols::ddG_main().
|
private |
Definition at line 244 of file ddGMover.cc.
References sum().
|
private |
Definition at line 306 of file ddGMover.cc.
References protocols::ddg::min_index(), num_decoys_used_in_calculations_, num_iterations_, and core::scoring::total_score.
Referenced by get_mutant_averaged_score_components(), and get_wt_averaged_score_components().
|
private |
Definition at line 374 of file ddGMover.cc.
References core::pack::pack_rotamers().
Referenced by apply(), and relax_wildtype_structure().
| double protocols::ddg::ddGMover::ddG | ( | ) |
Definition at line 928 of file ddGMover.cc.
References get_mutant_averaged_totals(), get_mutant_min_totals(), get_wt_averaged_totals(), get_wt_min_totals(), mean_, and min_.
Referenced by protocols::ddG_main().
| void protocols::ddg::ddGMover::debug_output | ( | bool | truefalse) |
Definition at line 617 of file ddGMover.cc.
References dbg_output_.
Referenced by protocols::ddG_main().
| void protocols::ddg::ddGMover::dump_pdbs | ( | bool | truefalse) |
Definition at line 612 of file ddGMover.cc.
References dmp_pdb_.
Referenced by protocols::ddG_main().
|
private |
Definition at line 192 of file ddGMover.cc.
References core::conformation::Residue::name1(), core::pose::Pose::residue(), core::pose::Pose::total_residue(), and core::conformation::Residue::xyz().
| utility::vector1< double > protocols::ddg::ddGMover::get_delta_energy_components | ( | ) |
Definition at line 827 of file ddGMover.cc.
References get_mutant_averaged_score_components(), get_mutant_min_score_components(), get_wt_averaged_score_components(), get_wt_min_score_components(), mean_, and min_.
Referenced by protocols::ddG_main().
| bool protocols::ddg::ddGMover::get_min_cst | ( | ) |
Definition at line 968 of file ddGMover.cc.
References min_cst_.
| utility::vector1< double > protocols::ddg::ddGMover::get_mutant_averaged_score_components | ( | ) |
Definition at line 803 of file ddGMover.cc.
References average_score_components(), interface_ddg_, mutant_components_, and mutant_unbound_components_.
Referenced by protocols::ddG_main(), get_delta_energy_components(), and get_mutant_averaged_totals().
| double protocols::ddg::ddGMover::get_mutant_averaged_totals | ( | ) |
Definition at line 908 of file ddGMover.cc.
References get_mutant_averaged_score_components(), and sum().
Referenced by ddG().
| utility::vector1< double > protocols::ddg::ddGMover::get_mutant_min_score_components | ( | ) |
Definition at line 770 of file ddGMover.cc.
References protocols::ddg::min_index(), mutant_components_, and core::scoring::total_score.
Referenced by get_delta_energy_components(), and get_mutant_min_totals().
| double protocols::ddg::ddGMover::get_mutant_min_totals | ( | ) |
Definition at line 918 of file ddGMover.cc.
References get_mutant_min_score_components(), and sum().
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
Definition at line 1554 of file ddGMover.cc.
| core::Real protocols::ddg::ddGMover::get_num_decoys_used_in_calculations | ( | ) |
Definition at line 983 of file ddGMover.cc.
References num_decoys_used_in_calculations_.
| void protocols::ddg::ddGMover::get_scorefunction_header | ( | core::scoring::ScoreFunctionOP | sfxn, |
| utility::vector1< std::string > & | components | ||
| ) |
Definition at line 847 of file ddGMover.cc.
References core::scoring::name_from_score_type(), and core::scoring::score_type_from_name().
| utility::vector1< double > protocols::ddg::ddGMover::get_wt_averaged_score_components | ( | ) |
Definition at line 749 of file ddGMover.cc.
References average_score_components(), interface_ddg_, wt_components_, and wt_unbound_components_.
Referenced by protocols::ddG_main(), get_delta_energy_components(), and get_wt_averaged_totals().
| double protocols::ddg::ddGMover::get_wt_averaged_totals | ( | ) |
Definition at line 887 of file ddGMover.cc.
References get_wt_averaged_score_components(), and sum().
Referenced by ddG().
| utility::vector1< double > protocols::ddg::ddGMover::get_wt_min_score_components | ( | ) |
Definition at line 716 of file ddGMover.cc.
References protocols::ddg::min_index(), core::scoring::total_score, and wt_components_.
Referenced by get_delta_energy_components(), and get_wt_min_totals().
| double protocols::ddg::ddGMover::get_wt_min_totals | ( | ) |
Definition at line 897 of file ddGMover.cc.
References get_wt_min_score_components(), and sum().
|
private |
Definition at line 1373 of file ddGMover.cc.
References core::pack::task::ResidueLevelTask::or_ex1(), core::pack::task::ResidueLevelTask::or_ex2(), and core::pack::task::ResidueLevelTask::or_include_current().
Referenced by relax_wildtype_structure(), and setup_packer_task_for_mutations().
|
private |
Experimental: add extra options controlling how the packer behaves
Definition at line 1259 of file ddGMover.cc.
Referenced by apply(), and relax_wildtype_structure().
|
private |
determine if we need to do any work, or if we have checkpoints saving us from some work
Definition at line 1276 of file ddGMover.cc.
References dmp_pdb_, mutation_label(), num_iterations_, core::io::silent::SilentFileData::read_file(), core::io::silent::SilentFileData::read_tags_fast(), and restrict_to_nbrhood_.
Referenced by apply().
|
private |
Definition at line 221 of file ddGMover.cc.
Referenced by is_mutant_calc_complete(), and is_wt_calc_complete().
| void protocols::ddg::ddGMover::is_interface_ddg | ( | bool | truefalse) |
Definition at line 622 of file ddGMover.cc.
References interface_ddg_.
Referenced by protocols::ddG_main().
| bool protocols::ddg::ddGMover::is_interface_ddg | ( | ) |
Definition at line 693 of file ddGMover.cc.
References interface_ddg_.
| bool protocols::ddg::ddGMover::is_mutant_calc_complete | ( | ) |
Definition at line 946 of file ddGMover.cc.
References is_complete(), and mutant_components_.
Referenced by protocols::ddG_main().
| bool protocols::ddg::ddGMover::is_properly_initialized | ( | pose::Pose & | pose) |
Definition at line 951 of file ddGMover.cc.
References residues_to_mutate_, and core::pose::Pose::total_residue().
Referenced by apply().
| bool protocols::ddg::ddGMover::is_wt_calc_complete | ( | ) |
Definition at line 941 of file ddGMover.cc.
References is_complete(), and wt_components_.
Referenced by protocols::ddG_main(), and relax_wildtype_structure().
| core::scoring::ScoreFunctionOP protocols::ddg::ddGMover::minimization_score_function | ( | ) |
Definition at line 685 of file ddGMover.cc.
References min_cst_sfxn_.
|
private |
Definition at line 480 of file ddGMover.cc.
References core::scoring::fa_rep, core::optimization::MinimizerOptions::max_iter(), core::optimization::MinimizerOptions::nblist_auto_update(), core::pack::pack_rotamers(), score_function(), core::kinematics::MoveMap::set_bb(), and core::scoring::ScoreFunction::set_weight().
Referenced by apply(), and relax_wildtype_structure().
| void protocols::ddg::ddGMover::mutant_score_components | ( | ObjexxFCL::FArray2D< double > | msc) |
Definition at line 637 of file ddGMover.cc.
References mutant_components_.
| ObjexxFCL::FArray2D< double > protocols::ddg::ddGMover::mutant_score_components | ( | ) |
Definition at line 706 of file ddGMover.cc.
References mutant_components_.
| std::string protocols::ddg::ddGMover::mutation_label | ( | pose::Pose const & | pose) | const |
Definition at line 868 of file ddGMover.cc.
References core::chemical::aa_unk, core::chemical::oneletter_code_from_aa(), core::pose::Pose::residue(), residues_to_mutate_, and core::pose::Pose::total_residue().
Referenced by apply(), protocols::ddG_main(), is_any_pdb_empty(), and relax_wildtype_structure().
| void protocols::ddg::ddGMover::neighbor_cutoff | ( | double | cutoff) |
Definition at line 586 of file ddGMover.cc.
References nbr_cutoff_.
Referenced by protocols::ddG_main().
| Real protocols::ddg::ddGMover::neighbor_cutoff | ( | ) |
Definition at line 670 of file ddGMover.cc.
References nbr_cutoff_.
|
private |
Definition at line 1337 of file ddGMover.cc.
References core::conformation::Residue::name1(), nbr_cutoff_, core::pose::Pose::residue(), core::pose::Pose::total_residue(), and core::conformation::Residue::xyz().
Referenced by relax_wildtype_structure(), and setup_packer_task_for_mutations().
| void protocols::ddg::ddGMover::num_iterations | ( | int | num) |
Definition at line 607 of file ddGMover.cc.
References num_iterations_.
Referenced by protocols::ddG_main().
| int protocols::ddg::ddGMover::num_iterations | ( | ) |
Definition at line 690 of file ddGMover.cc.
References num_iterations_.
|
private |
|
private |
APL's attempts at refactoring this code.
Apply the protocol to the wild type species.
Definition at line 988 of file ddGMover.cc.
References core::chemical::aa_unk, protocols::scoring::Interface::calculate(), calculate_interface_unbound_energy(), core::pose::Pose::chain(), core::pose::Pose::constraint_set(), dbg_output_, protocols::scoring::Interface::distance(), dmp_pdb_, core::pose::Pose::dump_pdb(), core::pose::Pose::energies(), initialize_rotamer_behavior_for_residue_level_task(), initialize_task_level_behavior(), interface_ddg_, protocols::scoring::Interface::is_interface(), is_wt_calc_complete(), min_cst_, min_cst_mut_types_, min_cst_set_mut_, min_cst_set_wt_, min_cst_sfxn_, min_cst_sfxn_no_cst_weight_, min_cst_wt_types_, minimize_with_constraints(), mutation_label(), natives_, neighborhood_of_mutations(), num_iterations_, core::pack::pack_rotamers_loop(), core::pose::Pose::remove_constraints(), repack_cst_set_mut_, repack_cst_set_wt_, repack_mut_types_, repack_wt_types_, residues_to_mutate_, restrict_to_nbrhood_, scorefxn_, core::io::silent::SilentFileData::set_filename(), setup_constraints(), setup_repack_constraints(), store_energies(), core::scoring::Energies::total_energies(), core::pose::Pose::total_residue(), protocols::TR(), core::scoring::EMapVector::weighted_string_of(), core::io::silent::SilentFileData::write_silent_struct(), wt_components_, and wt_unbound_components_.
Referenced by apply().
| void protocols::ddg::ddGMover::residues_to_mutate | ( | utility::vector1< core::chemical::AA > | residues) |
Definition at line 642 of file ddGMover.cc.
References residues_to_mutate_.
Referenced by protocols::ddG_main().
| utility::vector1< core::chemical::AA > protocols::ddg::ddGMover::residues_to_mutate | ( | ) |
Definition at line 711 of file ddGMover.cc.
References residues_to_mutate_.
| void protocols::ddg::ddGMover::restrict_to_nbrs | ( | bool | truefalse) |
Definition at line 591 of file ddGMover.cc.
References restrict_to_nbrhood_.
Referenced by protocols::ddG_main().
| bool protocols::ddg::ddGMover::restrict_to_nbrs | ( | ) |
Definition at line 675 of file ddGMover.cc.
References restrict_to_nbrhood_.
| void protocols::ddg::ddGMover::score_function | ( | core::scoring::ScoreFunctionOP | s) |
Definition at line 602 of file ddGMover.cc.
References scorefxn_.
| core::scoring::ScoreFunctionOP protocols::ddg::ddGMover::score_function | ( | ) |
Definition at line 680 of file ddGMover.cc.
References scorefxn_.
Referenced by minimize_with_constraints().
| void protocols::ddg::ddGMover::set_mean | ( | bool | truefalse) |
| void protocols::ddg::ddGMover::set_min | ( | bool | truefalse) |
Definition at line 657 of file ddGMover.cc.
References min_, and num_decoys_used_in_calculations_.
Referenced by protocols::ddG_main().
| void protocols::ddg::ddGMover::set_min_cst | ( | bool | truefalse) |
Definition at line 647 of file ddGMover.cc.
References min_cst_.
Referenced by protocols::ddG_main().
| void protocols::ddg::ddGMover::set_minimization_score_function | ( | core::scoring::ScoreFunctionOP | s) |
Definition at line 596 of file ddGMover.cc.
References min_cst_sfxn_, and min_cst_sfxn_no_cst_weight_.
| void protocols::ddg::ddGMover::set_num_decoys_used_in_calculations | ( | core::Real | num_lowe_used) |
Definition at line 665 of file ddGMover.cc.
References num_decoys_used_in_calculations_.
|
private |
Definition at line 422 of file ddGMover.cc.
References core::pose::Pose::add_constraint(), core::conformation::Residue::atom_index(), core::scoring::atom_pair_constraint, core::pose::Pose::constraint_set(), core::conformation::Residue::is_protein(), core::scoring::constraints::ConstraintIO::read_constraints(), core::pose::Pose::remove_constraints(), core::pose::Pose::residue(), core::pose::Pose::total_residue(), protocols::TR(), and core::conformation::Residue::xyz().
Referenced by relax_wildtype_structure().
|
private |
Initialize a packer task to reflect the residues that should be repacked based on the structure of the wildtype pose.
Definition at line 1201 of file ddGMover.cc.
References core::chemical::aa_unk, initialize_rotamer_behavior_for_residue_level_task(), interface_ddg_, protocols::scoring::Interface::is_interface(), neighborhood_of_mutations(), residues_to_mutate_, restrict_to_nbrhood_, core::pose::Pose::total_residue(), and protocols::TR().
Referenced by apply().
|
private |
|
private |
sets up only rotamer constraints available during repacking
Definition at line 393 of file ddGMover.cc.
References core::chemical::aa_unk, core::scoring::atom_pair_constraint, core::pose::Pose::remove_constraints(), and residues_to_mutate_.
Referenced by relax_wildtype_structure().
|
private |
|
private |
Definition at line 254 of file ddGMover.cc.
References core::scoring::EMapVector::begin(), core::scoring::EMapVector::end(), core::pose::Pose::energies(), core::scoring::ScoreFunction::get_weight(), core::scoring::score_type_from_name(), core::scoring::ScoreFunction::set_weight(), core::pose::Pose::update_residue_neighbors(), and core::scoring::ScoreFunction::weights().
Referenced by apply(), and relax_wildtype_structure().
|
private |
Definition at line 234 of file ddGMover.cc.
Referenced by average(), get_mutant_averaged_totals(), get_mutant_min_totals(), get_wt_averaged_totals(), and get_wt_min_totals().
| bool protocols::ddg::ddGMover::use_mean | ( | ) |
Definition at line 973 of file ddGMover.cc.
References mean_.
| bool protocols::ddg::ddGMover::use_min | ( | ) |
Definition at line 978 of file ddGMover.cc.
References min_.
| void protocols::ddg::ddGMover::wt_score_components | ( | ObjexxFCL::FArray2D< double > | wsc) |
Definition at line 627 of file ddGMover.cc.
References wt_components_.
Referenced by protocols::ddG_main().
| ObjexxFCL::FArray2D< double > protocols::ddg::ddGMover::wt_score_components | ( | ) |
Definition at line 696 of file ddGMover.cc.
References wt_components_.
| void protocols::ddg::ddGMover::wt_unbound_score_components | ( | ObjexxFCL::FArray2D< double > | wusc) |
Definition at line 632 of file ddGMover.cc.
References wt_unbound_components_.
Referenced by protocols::ddG_main().
| ObjexxFCL::FArray2D< double > protocols::ddg::ddGMover::wt_unbound_score_components | ( | ) |
Definition at line 701 of file ddGMover.cc.
References wt_unbound_components_.
|
private |
report the score with this score function
Definition at line 134 of file ddGMover.hh.
|
private |
Definition at line 148 of file ddGMover.hh.
Referenced by apply(), debug_output(), and relax_wildtype_structure().
|
private |
Definition at line 147 of file ddGMover.hh.
Referenced by apply(), dump_pdbs(), is_any_pdb_empty(), and relax_wildtype_structure().
|
private |
Definition at line 130 of file ddGMover.hh.
Referenced by apply(), get_mutant_averaged_score_components(), get_wt_averaged_score_components(), is_interface_ddg(), relax_wildtype_structure(), and setup_packer_task_for_mutations().
|
private |
Definition at line 125 of file ddGMover.hh.
Referenced by ddG(), get_delta_energy_components(), set_mean(), and use_mean().
|
private |
Definition at line 126 of file ddGMover.hh.
Referenced by ddG(), get_delta_energy_components(), set_min(), and use_min().
|
private |
Definition at line 127 of file ddGMover.hh.
Referenced by apply(), get_min_cst(), relax_wildtype_structure(), and set_min_cst().
|
private |
Definition at line 139 of file ddGMover.hh.
Referenced by relax_wildtype_structure().
|
private |
Definition at line 138 of file ddGMover.hh.
Referenced by apply(), and relax_wildtype_structure().
|
private |
Definition at line 136 of file ddGMover.hh.
Referenced by relax_wildtype_structure().
|
private |
Definition at line 132 of file ddGMover.hh.
Referenced by apply(), minimization_score_function(), relax_wildtype_structure(), and set_minimization_score_function().
|
private |
minimize the score with this score function
Definition at line 133 of file ddGMover.hh.
Referenced by apply(), relax_wildtype_structure(), and set_minimization_score_function().
|
private |
Definition at line 137 of file ddGMover.hh.
Referenced by relax_wildtype_structure().
|
private |
Definition at line 151 of file ddGMover.hh.
Referenced by apply(), get_mutant_averaged_score_components(), get_mutant_min_score_components(), is_mutant_calc_complete(), and mutant_score_components().
|
private |
Definition at line 152 of file ddGMover.hh.
Referenced by apply(), and get_mutant_averaged_score_components().
|
private |
Definition at line 154 of file ddGMover.hh.
Referenced by apply().
|
private |
Definition at line 153 of file ddGMover.hh.
Referenced by relax_wildtype_structure().
|
private |
Definition at line 128 of file ddGMover.hh.
Referenced by neighbor_cutoff(), and neighborhood_of_mutations().
|
private |
Definition at line 124 of file ddGMover.hh.
Referenced by average_score_components(), get_num_decoys_used_in_calculations(), set_min(), and set_num_decoys_used_in_calculations().
|
private |
Definition at line 146 of file ddGMover.hh.
Referenced by apply(), average_score_components(), is_any_pdb_empty(), num_iterations(), and relax_wildtype_structure().
|
private |
Definition at line 142 of file ddGMover.hh.
Referenced by apply(), and relax_wildtype_structure().
|
private |
Definition at line 140 of file ddGMover.hh.
Referenced by relax_wildtype_structure().
|
private |
Definition at line 143 of file ddGMover.hh.
Referenced by relax_wildtype_structure().
|
private |
Definition at line 141 of file ddGMover.hh.
Referenced by relax_wildtype_structure().
|
private |
Definition at line 145 of file ddGMover.hh.
Referenced by apply(), is_properly_initialized(), mutation_label(), relax_wildtype_structure(), residues_to_mutate(), setup_packer_task_for_mutations(), and setup_repack_constraints().
|
private |
Definition at line 129 of file ddGMover.hh.
Referenced by apply(), is_any_pdb_empty(), relax_wildtype_structure(), restrict_to_nbrs(), and setup_packer_task_for_mutations().
|
private |
Definition at line 131 of file ddGMover.hh.
Referenced by apply(), relax_wildtype_structure(), and score_function().
|
private |
Definition at line 149 of file ddGMover.hh.
Referenced by get_wt_averaged_score_components(), get_wt_min_score_components(), is_wt_calc_complete(), relax_wildtype_structure(), and wt_score_components().
|
private |
Definition at line 150 of file ddGMover.hh.
Referenced by get_wt_averaged_score_components(), relax_wildtype_structure(), and wt_unbound_score_components().
1.8.4