![]() |
Rosetta
2021.16
|
Task Operation for turning on the multi-cool annealer. More...
#include <EnableSmartAnnealer.hh>

Public Member Functions | |
| EnableSmartAnnealer () | |
| EnableSmartAnnealer (EnableSmartAnnealer const &src) | |
| ~EnableSmartAnnealer () override | |
| TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | parse_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
| Configure from a RosettaScripts XML tag. More... | |
| void | apply (core::pose::Pose const &pose, core::pack::task::PackerTask &task) const override |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| void | set_smart_annealer_model (std::string const &smart_annealer_model) |
| std::string const & | smart_annealer_model () const |
| void | set_smart_annealer_cutoff (core::Real const smart_annealer_cutoff) |
| core::Real | smart_annealer_cutoff () const |
| void | set_smart_annealer_pick_again (bool const smart_annealer_pick_again) |
| bool | smart_annealer_pick_again () const |
| void | set_smart_annealer_disable_during_quench (bool const smart_annealer_disable_during_quench) |
| bool | smart_annealer_disable_during_quench () const |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static std::string | keyname () |
| Return the name used to construct this TaskOperation from an XML file. More... | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
| Describe the format of XML file used to initialize this TaskOperation. More... | |
Private Attributes | |
| std::string | smart_annealer_model_ = "generation2" |
| core::Real | smart_annealer_cutoff_ = 0.25 |
| bool | smart_annealer_pick_again_ = true |
| bool | smart_annealer_disable_during_quench_ = true |
Additional Inherited Members | |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Task Operation for turning on the multi-cool annealer.
| core::pack::task::operation::EnableSmartAnnealer::EnableSmartAnnealer | ( | ) |
|
default |
|
overridedefault |
|
overridevirtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::TaskOperation.
References core::pack::task::PackerTask::set_smart_annealer(), core::pack::task::PackerTask::set_smart_annealer_cutoff(), core::pack::task::PackerTask::set_smart_annealer_disable_during_quench(), core::pack::task::PackerTask::set_smart_annealer_model(), core::pack::task::PackerTask::set_smart_annealer_pick_again(), smart_annealer_cutoff_, smart_annealer_disable_during_quench_, smart_annealer_model_, and smart_annealer_pick_again_.
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
static |
Return the name used to construct this TaskOperation from an XML file.
Referenced by core::pack::task::operation::EnableSmartAnnealerCreator::keyname(), and provide_xml_schema().
|
overridevirtual |
Configure from a RosettaScripts XML tag.
Reimplemented from core::pack::task::operation::TaskOperation.
References smart_annealer_cutoff_, smart_annealer_disable_during_quench_, smart_annealer_model_, and smart_annealer_pick_again_.
|
static |
Describe the format of XML file used to initialize this TaskOperation.
References keyname(), and core::pack::task::operation::task_op_schema_w_attributes().
Referenced by core::pack::task::operation::EnableSmartAnnealerCreator::provide_xml_schema().
|
inline |
References smart_annealer_cutoff(), and smart_annealer_cutoff_.
|
inline |
|
inline |
References smart_annealer_model(), and smart_annealer_model_.
|
inline |
References smart_annealer_pick_again(), and smart_annealer_pick_again_.
|
inline |
References smart_annealer_cutoff_.
Referenced by set_smart_annealer_cutoff().
|
inline |
References smart_annealer_disable_during_quench_.
Referenced by set_smart_annealer_disable_during_quench().
|
inline |
References smart_annealer_model_.
Referenced by set_smart_annealer_model().
|
inline |
References smart_annealer_pick_again_.
Referenced by set_smart_annealer_pick_again().
|
private |
Referenced by apply(), parse_tag(), set_smart_annealer_cutoff(), and smart_annealer_cutoff().
|
private |
Referenced by apply(), parse_tag(), set_smart_annealer_disable_during_quench(), and smart_annealer_disable_during_quench().
|
private |
Referenced by apply(), parse_tag(), set_smart_annealer_model(), and smart_annealer_model().
|
private |
Referenced by apply(), parse_tag(), set_smart_annealer_pick_again(), and smart_annealer_pick_again().
1.8.7