Rosetta  3.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
protocols::relax::FastRelax Class Reference

#include <FastRelax.hh>

Inheritance diagram for protocols::relax::FastRelax:
Inheritance graph
[legend]

Public Member Functions

 FastRelax (core::Size standard_repeats=0)
 Initialize FastRelax with a specific script file, which encodes the script of steps the is to be applied. More...
 
 FastRelax (core::scoring::ScoreFunctionOP scorefxn_in, core::Size standard_repeats=0)
 Initialize FastRelax using the default script with a varying number of rounds, defined by the standard_repeats repeats paramter. By default, 5. More...
 
 FastRelax (core::scoring::ScoreFunctionOP scorefxn_in, std::string const &script_file)
 Initialize FastRelax with a specific script file, which encodes the script of steps the is to be applied. More...
 
 FastRelax (core::scoring::ScoreFunctionOP scorefxn_in, core::Size standard_repeats, const std::string &script_file)
 Initialize FastRelax with a specific script file, and allows fastrelax to only use a subset of the number of stages in the scriptfile. More...
 
void set_script_to_batchrelax_default (core::Size standard_repeats=0)
 Override the stored script with the default script for batchrelax Ignores '-default_repeat' value. More...
 
void set_script_from_lines (std::vector< std::string > const filelines)
 replace schedule by providing lines of commands explicitly More...
 
void set_force_nonideal (bool val)
 Force us to batchrelax with nonideal geometry (using additional memory) More...
 
void dualspace (bool val)
 Use the dualspace (Dihedral + Cartesian) relax protocol (Default false) More...
 
bool dualspace ()
 
virtual ~FastRelax ()
 virtual constructor to allow derivation More...
 
void parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data, protocols::filters::Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &)
 Parses the FastRelaxTags. More...
 
void set_to_default ()
 Initializes class using option system. This is called by the constructors. More...
 
virtual std::string get_name () const
 Return the name of this mover. More...
 
virtual protocols::moves::MoverOP clone () const
 return a fresh instance of this class in an owning pointer More...
 
virtual void apply (core::pose::Pose &pose)
 Apply the FastRelax. Overloaded apply function from mover base class. More...
 
void batch_apply (std::vector< core::io::silent::SilentStructOP > &input_structs, core::scoring::constraints::ConstraintSetOP input_csts=NULL, core::Real decay_rate=0.5)
 Batch Relax, a new even faster way to relax entire batches of structures. More...
 
void set_enable_design (bool const val)
 sets the enable_design option. Note - (Only used by ParseMyTag! Class will respect the passed TF otherwise, as it should.) More...
 
- Public Member Functions inherited from protocols::relax::RelaxProtocolBase
 RelaxProtocolBase (core::scoring::ScoreFunctionOP)
 
 RelaxProtocolBase (std::string const &movername="RelaxProtocol")
 
 RelaxProtocolBase (std::string const &movername, core::scoring::ScoreFunctionOP)
 
 ~RelaxProtocolBase ()
 
virtual protocols::moves::MoverOP fresh_instance () const
 Generates a new Mover object freshly created with the default ctor. More...
 
void apply_disulfides (core::pose::Pose &pose)
 
void set_defaults ()
 
void set_default_minimization_settings ()
 
void set_default_coordinate_settings ()
 
void set_default_movemap ()
 
core::kinematics::MoveMapOP get_movemap ()
 
const
core::scoring::ScoreFunctionCOP 
get_scorefxn () const
 
core::pack::task::TaskFactoryOP
const & 
get_task_factory () const
 
bool cartesian () const
 
std::string min_type () const
 
Size max_iter () const
 
bool dry_run () const
 
bool constrain_relax_to_native_coords () const
 
bool constrain_relax_to_start_coords () const
 
bool constrain_coords () const
 
bool explicit_ramp_constraints () const
 
bool ramp_down_constraints () const
 
bool constrain_relax_segments () const
 
bool minimize_bond_lengths () const
 
bool minimize_bond_angles () const
 
void set_movemap (core::kinematics::MoveMapOP movemap)
 
void set_scorefxn (core::scoring::ScoreFunctionOP scorefxn)
 
void set_task_factory (core::pack::task::TaskFactoryOP task_factory)
 
void cartesian (bool newval)
 Use cartesian (minimization step) More...
 
void min_type (std::string min_type)
 
void max_iter (Size max_iter)
 
void dry_run (bool setting)
 
void constrain_relax_to_native_coords (bool constrain_relax_to_native_coords)
 
void constrain_relax_to_start_coords (bool constrain_relax_to_start_coords)
 
void constrain_coords (bool constrain_coords)
 
void constrain_relax_segments (bool constrain_relax_segments)
 
void ramp_down_constraints (bool ramp_down_constraints)
 
void minimize_bond_lengths (bool minimize_bond_lengths)
 
void minimize_bond_angles (bool minimize_bond_angles)
 
- Public Member Functions inherited from protocols::moves::Mover
 Mover ()
 
virtual ~Mover ()
 
virtual MoverOP create ()
 
MoverCOP get_self_ptr () const
 
MoverOP get_self_ptr ()
 
MoverCAP get_self_weak_ptr () const
 
MoverAP get_self_weak_ptr ()
 
 Mover (std::string const &type_name)
 sets the type for a mover; name_ has been removed (2010/05/14) More...
 
 Mover (Mover const &other)
 
Moveroperator= (Mover const &other)
 assignment operator More...
 
virtual core::Real last_proposal_density_ratio ()
 
std::string const & type () const
 
void set_type (std::string const &setting)
 
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...
 
virtual 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)
 
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 Stringsinfo ()
 non-const accessor More...
 
virtual Strings const & info () const
 const accessor More...
 
virtual bool reinitialize_for_each_job () const
 Inform 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
 Inform 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...
 
void set_current_job (protocols::jobdist::BasicJobCOP job)
 
jobdist::BasicJobCOP get_current_job () const
 
virtual void show (std::ostream &output=std::cout) const
 Outputs details about the Mover, including current settings. More...
 

Protected Member Functions

void cmd_accept_to_best (const core::scoring::ScoreFunctionOP local_scorefxn, core::pose::Pose &pose, core::pose::Pose &best_pose, const core::pose::Pose &start_pose, core::Real &best_score, core::Size &accept_count)
 
void do_minimize (core::pose::Pose &pose, core::Real tolerance, core::kinematics::MoveMapOP local_movemap, core::scoring::ScoreFunctionOP local_scorefxn)
 
virtual void set_constraint_weight (core::scoring::ScoreFunctionOP local_scorefxn, core::scoring::EnergyMap const &full_weights, core::Real const weight, core::pose::Pose &pose) const
 Use for constraint scaling – sets the coordinate constraint weight given a scorefxn, energy map, and weight. TL - Derived classes which may want to scale more than coordinate constraints can override this without forking apply() More...
 
void do_md (core::pose::Pose &pose, core::Real nstep, core::Real temp0, core::kinematics::MoveMapOP local_movemap, core::scoring::ScoreFunctionOP local_scorefxn)
 
- Protected Member Functions inherited from protocols::relax::RelaxProtocolBase
core::scoring::ScoreFunctionOP get_scorefxn ()
 
bool fix_omega () const
 
int minimize_bondlength_subset () const
 
int minimize_bondangle_subset () const
 
bool limit_aroma_chi2 () const
 
std::string cst_files (core::Size const i) const
 
void fix_omega (bool fix_omega)
 
void minimize_bondangle_subset (int minimize_bondangle_subset)
 
void minimize_bondlength_subset (int minimize_bondlength_subset)
 
void initialize_movemap (core::pose::Pose const &pose, core::kinematics::MoveMap &movemap)
 
void set_up_constraints (core::pose::Pose &pose, core::kinematics::MoveMap &local_movemap)
 
void output_debug_structure (core::pose::Pose &pose, std::string prefix)
 
void add_cst_files (std::string const cstfile)
 
- 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...
 

Protected Attributes

bool script_file_specified_
 

Private Member Functions

void read_script_file (const std::string &script_file, core::Size standard_repeats=5)
 
void check_nonideal_mintype ()
 Make sure correct mintype for cartesian or dualspace during apply. More...
 

Private Attributes

core::Size default_repeats_
 Number of repeats if using default script. More...
 
bool delete_virtual_residues_after_FastRelax_
 If true, delete virtual residues at the end of FastRelax for smooth rmsd calculation later. More...
 
bool ramady_
 Apply Ramady(tm) fix to residues with bad rama scores ? More...
 
core::Size ramady_num_rebuild_
 Number of bad ramas to fix per call to 'fix_worst_bad_ramas'. More...
 
core::Real ramady_rms_limit_
 Reject ramady changes perturbing structure more than this amount. More...
 
core::Real ramady_cutoff_
 Cutoff for calling a rama 'bad'. More...
 
bool ramady_force_
 Force ramady to be run (normally skip rate of 10%) More...
 
bool repack_
 Allow Chi angles to move ? More...
 
bool dna_move_
 Allow DNA to move? default is False. If True will setup DNA-specific relax settings. More...
 
bool test_cycles_
 Do only a few test_cycles ? More...
 
bool force_nonideal_
 [batch mode only] force structures to be nonideal? Default uses -out:silent_struct_type to decide More...
 
bool dumpall_
 Dump pdb after repack, min, or ramp_repack_min? More...
 
bool dualspace_
 Use dualspace (Dihedral + Cartesian) Relax? More...
 
bool enable_design_
 Enable design – if false, a RestrictToRepacking task will be added to the TaskFactory. More...
 
core::Size script_max_accept_
 Quit after this many accepts ?// limits themaximum number of accepts, default is 1000000. More...
 
bool symmetric_rmsd_
 Do a symmetric RMSD calculation rather then a monomeric one. More...
 
protocols::checkpoint::CheckPointer checkpoints_
 
std::vector< RelaxScriptCommandscript_
 
utility::tag::TagCOP movemap_tag_
 

Additional Inherited Members

- Public Types inherited from protocols::relax::RelaxProtocolBase
typedef moves::Mover parent
 
- Public Types inherited from protocols::moves::Mover
typedef utility::tag::TagCOP TagCOP
 
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::relax::RelaxProtocolBase
static void register_options ()
 
- 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. More...
 

Constructor & Destructor Documentation

protocols::relax::FastRelax::FastRelax ( core::Size  standard_repeats = 0)

Initialize FastRelax with a specific script file, which encodes the script of steps the is to be applied.


FastRelax main code:

References default_repeats_, protocols::relax::RelaxProtocolBase::explicit_ramp_constraints(), protocols::relax::RelaxProtocolBase::ramp_down_constraints(), read_script_file(), and set_to_default().

Referenced by clone().

protocols::relax::FastRelax::FastRelax ( core::scoring::ScoreFunctionOP  scorefxn_in,
core::Size  standard_repeats = 0 
)

Initialize FastRelax using the default script with a varying number of rounds, defined by the standard_repeats repeats paramter. By default, 5.

References default_repeats_, protocols::relax::RelaxProtocolBase::explicit_ramp_constraints(), protocols::relax::RelaxProtocolBase::ramp_down_constraints(), read_script_file(), and set_to_default().

protocols::relax::FastRelax::FastRelax ( core::scoring::ScoreFunctionOP  scorefxn_in,
std::string const &  script_file 
)

Initialize FastRelax with a specific script file, which encodes the script of steps the is to be applied.

References read_script_file(), and set_to_default().

protocols::relax::FastRelax::FastRelax ( core::scoring::ScoreFunctionOP  scorefxn_in,
core::Size  standard_repeats,
const std::string &  script_file 
)

Initialize FastRelax with a specific script file, and allows fastrelax to only use a subset of the number of stages in the scriptfile.

References default_repeats_, read_script_file(), and set_to_default().

protocols::relax::FastRelax::~FastRelax ( )
virtual

virtual constructor to allow derivation

destructor - this class has no dynamic allocation, so / nothing needs to be cleaned. C++ will take care of that for us.

Member Function Documentation

void protocols::relax::FastRelax::apply ( core::pose::Pose pose)
virtual

Apply the FastRelax. Overloaded apply function from mover base class.

Implements protocols::moves::Mover.

References protocols::viewer::add_conformation_viewer(), protocols::relax::RelaxProtocolBase::apply_disulfides(), core::scoring::CA_rmsd_symmetric(), protocols::relax::RelaxProtocolBase::cartesian(), check_nonideal_mintype(), protocols::checkpoint::CheckPointer::checkpoint(), checkpoints_, protocols::checkpoint::CheckPointer::clear_checkpoints(), clone(), protocols::relax::RelaxScriptCommand::command, core::pose::Pose::conformation(), protocols::relax::RelaxProtocolBase::constrain_coords(), core::pose::Pose::constraint_set(), core::pack::interaction_graph::debug, protocols::relax::delete_virtual_residues(), delete_virtual_residues_after_FastRelax_, dna_move_, do_md(), do_minimize(), protocols::relax::RelaxProtocolBase::dry_run(), core::pose::Pose::dump_pdb(), dumpall_, core::scoring::fa_rep, core::chemical::FA_STANDARD, protocols::relax::fix_worst_bad_ramas(), core::pose::Pose::fold_tree(), protocols::moves::Mover::get_current_tag(), protocols::relax::RelaxProtocolBase::get_movemap(), protocols::moves::Mover::get_native_pose(), protocols::relax::RelaxProtocolBase::get_scorefxn(), protocols::relax::RelaxProtocolBase::get_task_factory(), protocols::relax::RelaxProtocolBase::initialize_movemap(), core::pose::Pose::is_fullatom(), core::pose::symmetry::is_symmetric(), protocols::relax::RelaxProtocolBase::limit_aroma_chi2(), protocols::relax::make_dna_rigid(), core::pose::symmetry::make_symmetric_movemap(), protocols::relax::RelaxProtocolBase::max_iter(), movemap_tag_, core::scoring::native_CA_rmsd(), protocols::relax::RelaxScriptCommand::nparams, protocols::relax::RelaxScriptCommand::param1, protocols::relax::RelaxScriptCommand::param2, protocols::relax::RelaxScriptCommand::param3, protocols::relax::RelaxScriptCommand::param4, protocols::relax::RelaxScriptCommand::params_vec, protocols::rosetta_scripts::parse_movemap(), ramady_, ramady_cutoff_, ramady_force_, ramady_num_rebuild_, ramady_rms_limit_, protocols::relax::RelaxProtocolBase::ramp_down_constraints(), protocols::checkpoint::CheckPointer::recover_checkpoint(), core::scoring::rms, protocols::hybridization::score, core::scoring::score_type_from_name(), script_, script_max_accept_, set_constraint_weight(), core::scoring::methods::EnergyMethodOptions::set_method_weights(), protocols::moves::Mover::set_native_pose(), protocols::relax::RelaxProtocolBase::set_up_constraints(), core::pose::setPoseExtraScore(), protocols::relax::setup_for_dna(), core::kinematics::simple_visualize_fold_tree_and_movemap_bb_chi(), core::util::switch_to_residue_type_set(), symmetric_rmsd_, test_cycles_, core::pose::Pose::total_residue(), and protocols::relax::TR().

Referenced by protocols::rbsegment_relax::AutoRBMover::apply(), protocols::relax::MiniRelax::apply(), protocols::comparative_modeling::LoopRelaxMover::apply(), protocols::hybridization::HybridizeProtocol::apply(), protocols::forge::remodel::RemodelMover::design_refine_seq_relax(), protocols::forge::remodel::RemodelLoopMover::fa_relax_stage(), protocols::loops::loop_closure::ccd::FASelectSlidingWindowLoopClosure::fascore(), protocols::residue_optimization::MetapatchEnumeration::final_sampling(), protocols::residue_optimization::MetapatchEnumeration::initial_sampling(), protocols::abinitio::AbrelaxApplication::relax(), protocols::relax::WorkUnit_BatchRelax_and_PostRescore::rescore_all_decoys(), and protocols::mpi_refinement::WorkUnit_Relax::run().

void protocols::relax::FastRelax::batch_apply ( std::vector< core::io::silent::SilentStructOP > &  input_structs,
core::scoring::constraints::ConstraintSetOP  input_csts = NULL,
core::Real  decay_rate = 0.5 
)

Batch Relax, a new even faster way to relax entire batches of structures.

References protocols::relax::SRelaxPose::active, protocols::relax::SRelaxPose::best_score, protocols::relax::SRelaxPose::best_struct, core::scoring::CA_rmsd_symmetric(), protocols::relax::RelaxProtocolBase::cartesian(), check_nonideal_mintype(), clone(), protocols::relax::RelaxScriptCommand::command, core::pose::Pose::constraint_set(), core::pack::task::TaskFactory::create_packer_task(), protocols::relax::SRelaxPose::current_score, protocols::relax::SRelaxPose::current_struct, core::pack::interaction_graph::debug, do_minimize(), protocols::relax::RelaxProtocolBase::dry_run(), core::scoring::fa_rep, core::chemical::FA_STANDARD, protocols::relax::fix_worst_bad_ramas(), force_nonideal_, protocols::relax::RelaxProtocolBase::get_movemap(), protocols::moves::Mover::get_native_pose(), protocols::relax::RelaxProtocolBase::get_scorefxn(), protocols::relax::RelaxProtocolBase::get_task_factory(), protocols::relax::SRelaxPose::initial_rms, protocols::relax::SRelaxPose::initial_score, protocols::relax::RelaxProtocolBase::initialize_movemap(), core::pose::symmetry::is_symmetric(), core::pose::symmetry::make_symmetric_movemap(), protocols::relax::SRelaxPose::mem_footprint(), core::scoring::native_CA_gdtmm(), core::scoring::native_CA_rmsd(), protocols::relax::RelaxScriptCommand::nparams, protocols::relax::RelaxScriptCommand::param1, protocols::relax::RelaxScriptCommand::param2, ramady_, ramady_cutoff_, ramady_force_, ramady_num_rebuild_, ramady_rms_limit_, protocols::antibody::design::repack, core::scoring::rms, protocols::hybridization::score, core::scoring::score_type_from_name(), script_, core::pose::setPoseExtraScore(), core::kinematics::simple_visualize_fold_tree_and_movemap_bb_chi(), protocols::relax::SRelaxPose::start_struct, core::util::switch_to_residue_type_set(), and protocols::relax::TR().

Referenced by protocols::loophash::Mover_LoopHashRefine::apply(), protocols::hybridization::HybridizeProtocol::apply(), and protocols::relax::WorkUnit_BatchRelax::run().

void protocols::relax::FastRelax::check_nonideal_mintype ( )
private
protocols::moves::MoverOP protocols::relax::FastRelax::clone ( ) const
virtual

return a fresh instance of this class in an owning pointer

Return a copy of ourselves.

Reimplemented from protocols::moves::Mover.

References FastRelax().

Referenced by apply(), batch_apply(), and parse_my_tag().

void protocols::relax::FastRelax::cmd_accept_to_best ( const core::scoring::ScoreFunctionOP  local_scorefxn,
core::pose::Pose pose,
core::pose::Pose best_pose,
const core::pose::Pose start_pose,
core::Real best_score,
core::Size accept_count 
)
protected
void protocols::relax::FastRelax::do_md ( core::pose::Pose pose,
core::Real  nstep,
core::Real  temp0,
core::kinematics::MoveMapOP  local_movemap,
core::scoring::ScoreFunctionOP  local_scorefxn 
)
protected
void protocols::relax::FastRelax::do_minimize ( core::pose::Pose pose,
core::Real  tolerance,
core::kinematics::MoveMapOP  local_movemap,
core::scoring::ScoreFunctionOP  local_scorefxn 
)
protected
void protocols::relax::FastRelax::dualspace ( bool  val)

Use the dualspace (Dihedral + Cartesian) relax protocol (Default false)

Sets to use the lbfgs_armijo_nonmonotone if true or FR default if false Recommended to set max_iter to 200. Recommended to set minimize_bond_angles to true as well. Requires scorefunction setup for non-ideal minimization.

References dualspace_, and protocols::hybridization::val.

bool protocols::relax::FastRelax::dualspace ( )

References dualspace_.

Referenced by check_nonideal_mintype(), and parse_my_tag().

std::string protocols::relax::FastRelax::get_name ( ) const
virtual

Return the name of this mover.

Implements protocols::moves::Mover.

void protocols::relax::FastRelax::parse_my_tag ( utility::tag::TagCOP  tag,
basic::datacache::DataMap &  data,
protocols::filters::Filters_map const &  ,
protocols::moves::Movers_map const &  ,
core::pose::Pose const &  pose 
)
virtual
void protocols::relax::FastRelax::read_script_file ( const std::string &  script_file,
core::Size  standard_repeats = 5 
)
private
void protocols::relax::FastRelax::set_constraint_weight ( core::scoring::ScoreFunctionOP  local_scorefxn,
core::scoring::EnergyMap const &  full_weights,
core::Real const  weight,
core::pose::Pose pose 
) const
protectedvirtual

Use for constraint scaling – sets the coordinate constraint weight given a scorefxn, energy map, and weight. TL - Derived classes which may want to scale more than coordinate constraints can override this without forking apply()

References core::scoring::coordinate_constraint.

Referenced by apply().

void protocols::relax::FastRelax::set_enable_design ( bool const  val)
inline

sets the enable_design option. Note - (Only used by ParseMyTag! Class will respect the passed TF otherwise, as it should.)

References enable_design_, and protocols::hybridization::val.

Referenced by parse_my_tag().

void protocols::relax::FastRelax::set_force_nonideal ( bool  val)
inline

Force us to batchrelax with nonideal geometry (using additional memory)

References force_nonideal_, and protocols::hybridization::val.

Referenced by protocols::hybridization::HybridizeProtocol::apply().

void protocols::relax::FastRelax::set_script_from_lines ( std::vector< std::string > const  filelines)
void protocols::relax::FastRelax::set_script_to_batchrelax_default ( core::Size  standard_repeats = 0)

Override the stored script with the default script for batchrelax Ignores '-default_repeat' value.

References default_repeats_, script_, and set_script_from_lines().

Referenced by protocols::hybridization::HybridizeProtocol::apply(), and parse_my_tag().

void protocols::relax::FastRelax::set_to_default ( )

Member Data Documentation

protocols::checkpoint::CheckPointer protocols::relax::FastRelax::checkpoints_
private

Referenced by apply().

core::Size protocols::relax::FastRelax::default_repeats_
private

Number of repeats if using default script.

Referenced by FastRelax(), parse_my_tag(), set_script_to_batchrelax_default(), and set_to_default().

bool protocols::relax::FastRelax::delete_virtual_residues_after_FastRelax_
private

If true, delete virtual residues at the end of FastRelax for smooth rmsd calculation later.

Referenced by apply(), parse_my_tag(), and set_to_default().

bool protocols::relax::FastRelax::dna_move_
private

Allow DNA to move? default is False. If True will setup DNA-specific relax settings.

Referenced by apply(), and set_to_default().

bool protocols::relax::FastRelax::dualspace_
private

Use dualspace (Dihedral + Cartesian) Relax?

Referenced by dualspace(), read_script_file(), and set_to_default().

bool protocols::relax::FastRelax::dumpall_
private

Dump pdb after repack, min, or ramp_repack_min?

Referenced by apply(), and set_to_default().

bool protocols::relax::FastRelax::enable_design_
private

Enable design – if false, a RestrictToRepacking task will be added to the TaskFactory.

Referenced by parse_my_tag(), set_enable_design(), and set_to_default().

bool protocols::relax::FastRelax::force_nonideal_
private

[batch mode only] force structures to be nonideal? Default uses -out:silent_struct_type to decide

Referenced by batch_apply(), set_force_nonideal(), and set_to_default().

utility::tag::TagCOP protocols::relax::FastRelax::movemap_tag_
private

Referenced by apply().

bool protocols::relax::FastRelax::ramady_
private

Apply Ramady(tm) fix to residues with bad rama scores ?

Referenced by apply(), batch_apply(), and set_to_default().

core::Real protocols::relax::FastRelax::ramady_cutoff_
private

Cutoff for calling a rama 'bad'.

Referenced by apply(), batch_apply(), and set_to_default().

bool protocols::relax::FastRelax::ramady_force_
private

Force ramady to be run (normally skip rate of 10%)

Referenced by apply(), batch_apply(), and set_to_default().

core::Size protocols::relax::FastRelax::ramady_num_rebuild_
private

Number of bad ramas to fix per call to 'fix_worst_bad_ramas'.

Referenced by apply(), batch_apply(), and set_to_default().

core::Real protocols::relax::FastRelax::ramady_rms_limit_
private

Reject ramady changes perturbing structure more than this amount.

Referenced by apply(), batch_apply(), and set_to_default().

bool protocols::relax::FastRelax::repack_
private

Allow Chi angles to move ?

Referenced by set_to_default().

std::vector<RelaxScriptCommand> protocols::relax::FastRelax::script_
private
bool protocols::relax::FastRelax::script_file_specified_
protected

Referenced by parse_my_tag(), and set_to_default().

core::Size protocols::relax::FastRelax::script_max_accept_
private

Quit after this many accepts ?// limits themaximum number of accepts, default is 1000000.

Referenced by apply(), and set_to_default().

bool protocols::relax::FastRelax::symmetric_rmsd_
private

Do a symmetric RMSD calculation rather then a monomeric one.

Referenced by apply(), cmd_accept_to_best(), and set_to_default().

bool protocols::relax::FastRelax::test_cycles_
private

Do only a few test_cycles ?

Referenced by apply(), and set_to_default().


The documentation for this class was generated from the following files: