quantum_annealing

Bindings for protocols::quantum_annealing namespace

class pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader

Bases: Mover

A mover that reads the result of an externally-called packer, and applies it to a pose to generate a structure.

apply(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, pose: pyrosetta.rosetta.core.pose.Pose) None

Apply the mover

C++: protocols::quantum_annealing::ExternalPackerResultLoader::apply(class core::pose::Pose &) –> void

assign(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, : pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader) pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader

C++: protocols::quantum_annealing::ExternalPackerResultLoader::operator=(const class protocols::quantum_annealing::ExternalPackerResultLoader &) –> class protocols::quantum_annealing::ExternalPackerResultLoader &

clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None

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.

clear_info is called by jd2 before calling apply

C++: protocols::moves::Mover::clear_info() –> void

clone(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader) pyrosetta.rosetta.protocols.moves.Mover

required in the context of the parser/scripting scheme

C++: protocols::quantum_annealing::ExternalPackerResultLoader::clone() const –> class std::shared_ptr<class protocols::moves::Mover>

create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>

fresh_instance(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader) pyrosetta.rosetta.protocols.moves.Mover

required in the context of the parser/scripting scheme

C++: protocols::quantum_annealing::ExternalPackerResultLoader::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>

get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose

fpd

Mechanism by which a mover may return multiple output poses from a single input pose.

Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.

C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>

get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob

C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>

get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str
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.

C++: protocols::moves::Mover::get_current_tag() const –> std::string

get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose

C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>

get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus

returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.

C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus

get_name(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader) str

C++: protocols::quantum_annealing::ExternalPackerResultLoader::get_name() const –> std::string

get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose

C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>

get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>

get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t

C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>

get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str

C++: protocols::moves::Mover::get_type() const –> std::string

info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t

non-const accessor

C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &

last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float

C++: protocols::moves::Mover::last_proposal_density_ratio() –> double

static mover_name() str

C++: protocols::quantum_annealing::ExternalPackerResultLoader::mover_name() –> std::string

static name() str

C++: protocols::moves::Mover::name() –> std::string

parse_my_tag(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None

parse XML tag (to use this Mover in Rosetta Scripts)

Warning! This mover reads from disk at parse time!

C++: protocols::quantum_annealing::ExternalPackerResultLoader::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void

provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None
Provide citations to the passed CitationCollectionList

Subclasses should add the info for themselves and any other classes they use.

The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.

C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void

static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None

C++: protocols::quantum_annealing::ExternalPackerResultLoader::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void

read_packer_problem_file(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, filename: str) None

Reads a description of the packer problem from disk and caches it.

WARNING! READS FROM DISK!

C++: protocols::quantum_annealing::ExternalPackerResultLoader::read_packer_problem_file(const std::string &) –> void

read_rotamer_selection_file(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, filename: str) None

Reads a description of the packer solution from disk and caches it.

WARNING! READS FROM DISK!

C++: protocols::quantum_annealing::ExternalPackerResultLoader::read_rotamer_selection_file(const std::string &) –> void

static register_options() None

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.

C++: protocols::moves::Mover::register_options() –> void

reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool
Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on

each use.

C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool

reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.moves.Mover) bool
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).

C++: protocols::moves::Mover::reinitialize_for_new_input() const –> bool

reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None

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.

C++: protocols::moves::Mover::reset_status() –> void

set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None

C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void

set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None

C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void

set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None

setter for poses contained for rms

C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void

set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None

setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe

C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void

set_packer_problem_string(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, file_contents: str) None

Set the packer problem file contents string.

Does not read from disk. Called by read_packer_problem_file().

C++: protocols::quantum_annealing::ExternalPackerResultLoader::set_packer_problem_string(const std::string &) –> void

set_rotamer_selection_string(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, file_contents: str) None

Set the packer solution file contents string.

Does not read from disk. Called by read_rotamer_selection_file().

C++: protocols::quantum_annealing::ExternalPackerResultLoader::set_rotamer_selection_string(const std::string &) –> void

set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None

Set the ‘type’ string

C++: protocols::moves::Mover::set_type(const std::string &) –> void

show(*args, **kwargs)

Overloaded function.

  1. show(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader) -> None

  2. show(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoader, output: pyrosetta.rosetta.std.ostream) -> None

C++: protocols::quantum_annealing::ExternalPackerResultLoader::show(std::ostream &) const –> void

test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None
: Unit test support function. Apply one move to a given pose.

Allows extra test specific functions to be called before applying

C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void

type(*args, **kwargs)

Overloaded function.

  1. type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None

Set the ‘type’ string

C++: protocols::moves::Mover::type(const std::string &) –> void

  1. type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str

Get the set ‘type’ string

C++: protocols::moves::Mover::type() const –> const std::string &

class pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoaderCreator

Bases: MoverCreator

assign(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoaderCreator, : pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoaderCreator) pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoaderCreator

C++: protocols::quantum_annealing::ExternalPackerResultLoaderCreator::operator=(const class protocols::quantum_annealing::ExternalPackerResultLoaderCreator &) –> class protocols::quantum_annealing::ExternalPackerResultLoaderCreator &

create_mover(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoaderCreator) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::quantum_annealing::ExternalPackerResultLoaderCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>

keyname(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoaderCreator) str

C++: protocols::quantum_annealing::ExternalPackerResultLoaderCreator::keyname() const –> std::string

provide_xml_schema(self: pyrosetta.rosetta.protocols.quantum_annealing.ExternalPackerResultLoaderCreator, xsd: utility::tag::XMLSchemaDefinition) None

C++: protocols::quantum_annealing::ExternalPackerResultLoaderCreator::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) const –> void

class pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric

Bases: StringMetric

A simple metric that allows an InteractionGraph to be written out in a format that external annealers (including quantum annealers) can read.

apply(*args, **kwargs)

Overloaded function.

  1. apply(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose) -> None

  2. apply(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose, prefix: str) -> None

  3. apply(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose, prefix: str, suffix: str) -> None

  4. apply(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose, prefix: str, suffix: str, override_existing_data: bool) -> None

  5. apply(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, out_label: str, pose: pyrosetta.rosetta.core.pose.Pose) -> None

  6. apply(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, out_label: str, pose: pyrosetta.rosetta.core.pose.Pose, override_existing_data: bool) -> None

Calculate the metric and add it to the pose as a score.

labeled as out_label

Score is added to the SimpleMetricData cache in the pose.

Data is output into the final score file, but can be accessed if needed through the cache.

C++: core::simple_metrics::StringMetric::apply(const std::string &, class core::pose::Pose &, bool) const –> void

assign(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric, : pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric) pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::operator=(const class protocols::quantum_annealing::InteractionGraphSummaryMetric &) –> class protocols::quantum_annealing::InteractionGraphSummaryMetric &

cached_calculate(*args, **kwargs)

Overloaded function.

  1. cached_calculate(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose, use_cache: bool) -> str

  2. cached_calculate(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose, use_cache: bool, prefix: str) -> str

  3. cached_calculate(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose, use_cache: bool, prefix: str, suffix: str) -> str

  4. cached_calculate(self: pyrosetta.rosetta.core.simple_metrics.StringMetric, pose: pyrosetta.rosetta.core.pose.Pose, use_cache: bool, prefix: str, suffix: str, fail_on_missing_cache: bool) -> str

Grab the data from the pose if it exists or calculate the metric

If use_cache is true, we will attempt to pull the data from the pose. If fail_on_missing_cache is true, we will fail, otherwise, we will calculate the metric.

This function is meant to support caching metrics, so values do not need to be calculated twice,

for example in SimpleMetricFilter/Features or code-wise where data takes a while to calculate and can be reused.

C++: core::simple_metrics::StringMetric::cached_calculate(const class core::pose::Pose &, bool, std::string, std::string, bool) const –> std::string

calculate(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric, pose: pyrosetta.rosetta.core.pose.Pose) str

Calculate the metric.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::calculate(const class core::pose::Pose &) const –> std::string

clone(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric) pyrosetta.rosetta.core.simple_metrics.SimpleMetric

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::clone() const –> class std::shared_ptr<class core::simple_metrics::SimpleMetric>

static complex_type_generator_for_simple_metric(: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator

C++: core::simple_metrics::SimpleMetric::complex_type_generator_for_simple_metric(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>

filename(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric) str
If this value is not empty, we will dump the IG summary to a file during calculation and simply return the filename as the return string.

this will perform variable substituion on the “{rand}” substring such that “path/to/{rand}.txt” will result in something like “path/to/5748295.txt”. The number will be different for each call so you can re-use the same metric without overwriting previous results.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::filename() const –> const std::string &

get_custom_type(self: pyrosetta.rosetta.core.simple_metrics.SimpleMetric) str

Output data name will be prefix+custom_type+type+suffix

C++: core::simple_metrics::SimpleMetric::get_custom_type() const –> std::string

get_final_sm_type(self: pyrosetta.rosetta.core.simple_metrics.SimpleMetric) str

Get the final name of this metric including its simple_metric_type_ name and any set custom type.

C++: core::simple_metrics::SimpleMetric::get_final_sm_type() const –> std::string

get_metric_names(self: pyrosetta.rosetta.core.simple_metrics.StringMetric) pyrosetta.rosetta.utility.vector1_std_string

Get the metric name that this Metric will calculate

C++: core::simple_metrics::StringMetric::get_metric_names() const –> class utility::vector1<std::string, class std::allocator<std::string > >

metric(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric) str

Name of the metric

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::metric() const –> std::string

name(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric) str

Name of the class

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::name() const –> std::string

static name_static() str

Name of the class for creator.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::name_static() –> std::string

parse_base_tag(self: pyrosetta.rosetta.core.simple_metrics.SimpleMetric, tag: utility::tag::Tag) None

Parse the base class tag. Keep required interface for parse_my_tag.

C++: core::simple_metrics::SimpleMetric::parse_base_tag(class std::shared_ptr<const class utility::tag::Tag>) –> void

parse_my_tag(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None

called by parse_my_tag – should not be used directly

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void

provide_citation_info(self: pyrosetta.rosetta.core.simple_metrics.SimpleMetric, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None
Provide citations to the passed CitationCollectionList

Subclasses should add the info for themselves and any other classes they use.

The default implementation of this function does nothing. It may be overriden by simple metrics wishing to provide citation information.

C++: core::simple_metrics::SimpleMetric::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void

static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void

set_custom_type(self: pyrosetta.rosetta.core.simple_metrics.SimpleMetric, custom_type: str) None

C++: core::simple_metrics::SimpleMetric::set_custom_type(const std::string &) –> void

set_filename(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric, str: str) None
If this value is not empty, we will dump the IG summary to a file during calculation and simply return the filename as the return string.

this will perform variable substituion on the “{rand}” substring such that “path/to/{rand}.txt” will result in something like “path/to/5748295.txt”. The number will be different for each call so you can re-use the same metric without overwriting previous results.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::set_filename(const std::string &) –> void

set_scorefunction(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric, sfxn_in: pyrosetta.rosetta.core.scoring.ScoreFunction) None

Set the scorefunction used for scoring.

Copied, not cloned.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::set_scorefunction(class std::shared_ptr<const class core::scoring::ScoreFunction>) –> void

set_short_version(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric, setting: bool) None

Set whether we’re storing a short summary, or a long one.

If true, then only the interaction graph summary is printed. If false, then the interaction graph summary plus the full information needed to reconstruct the pose is included.

False by default.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::set_short_version(const bool) –> void

set_task_factory(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric, task_factory_in: pyrosetta.rosetta.core.pack.task.TaskFactory) None

Set the task factory to be used for interaxction graph setup.

Doesn’t clone input.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::set_task_factory(class std::shared_ptr<const class core::pack::task::TaskFactory>) –> void

short_version(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetric) bool

Get whether we’re storing a short summary, or a long one.

If true, then only the interaction graph summary is printed. If false, then the interaction graph summary plus the full information needed to reconstruct the pose is included.

False by default.

C++: protocols::quantum_annealing::InteractionGraphSummaryMetric::short_version() const –> bool

simple_metric_type(self: pyrosetta.rosetta.core.simple_metrics.SimpleMetric) str

C++: core::simple_metrics::SimpleMetric::simple_metric_type() const –> std::string

class pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetricCreator

Bases: SimpleMetricCreator

assign(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetricCreator, : pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetricCreator) pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetricCreator

C++: protocols::quantum_annealing::InteractionGraphSummaryMetricCreator::operator=(const class protocols::quantum_annealing::InteractionGraphSummaryMetricCreator &) –> class protocols::quantum_annealing::InteractionGraphSummaryMetricCreator &

create_simple_metric(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetricCreator) pyrosetta.rosetta.core.simple_metrics.SimpleMetric

Instantiate a particular SimpleMetric

C++: protocols::quantum_annealing::InteractionGraphSummaryMetricCreator::create_simple_metric() const –> class std::shared_ptr<class core::simple_metrics::SimpleMetric>

keyname(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetricCreator) str

Return a string that will be used to instantiate the particular SimpleMetric

C++: protocols::quantum_annealing::InteractionGraphSummaryMetricCreator::keyname() const –> std::string

provide_xml_schema(self: pyrosetta.rosetta.protocols.quantum_annealing.InteractionGraphSummaryMetricCreator, : utility::tag::XMLSchemaDefinition) None

C++: protocols::quantum_annealing::InteractionGraphSummaryMetricCreator::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) const –> void