sample_around¶
Bindings for protocols::toolbox::sample_around namespace
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
add_another_virtual_res
(pose: pyrosetta.rosetta.core.pose.Pose) → None¶ C++: protocols::toolbox::sample_around::add_another_virtual_res(class core::pose::Pose &) –> void
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
add_virtual_res
(*args, **kwargs)¶ Overloaded function.
- add_virtual_res(pose: pyrosetta.rosetta.core.pose.Pose) -> None
- add_virtual_res(pose: pyrosetta.rosetta.core.pose.Pose, set_res_as_root: bool) -> None
C++: protocols::toolbox::sample_around::add_virtual_res(class core::pose::Pose &, bool) –> void
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
centroid_dist
(*args, **kwargs)¶ Overloaded function.
- centroid_dist(pose: pyrosetta.rosetta.core.pose.Pose) -> float
- centroid_dist(pose: pyrosetta.rosetta.core.pose.Pose, sample_another_adenosine: bool) -> float
C++: protocols::toolbox::sample_around::centroid_dist(class core::pose::Pose &, const bool) –> double
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
do_scoring
(pose: pyrosetta.rosetta.core.pose.Pose, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction, sample_rotations: bool, probe_jump_num: int) → float¶ C++: protocols::toolbox::sample_around::do_scoring(class core::pose::Pose &, class std::shared_ptr<class core::scoring::ScoreFunction>, const bool &, const unsigned long) –> double
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
do_xy_scan
(pose: pyrosetta.rosetta.core.pose.Pose, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction, outfile: str, z: float, probe_jump_num: int, box_bins: float, translation_increment: float, sample_rotations: bool) → None¶ C++: protocols::toolbox::sample_around::do_xy_scan(class core::pose::Pose &, class std::shared_ptr<class core::scoring::ScoreFunction>, const class std::basic_string<char> &, const double, const unsigned long, const double, const double, const bool) –> void
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
rotate_into_nucleobase_frame
(pose: pyrosetta.rosetta.core.pose.Pose) → None¶ C++: protocols::toolbox::sample_around::rotate_into_nucleobase_frame(class core::pose::Pose &) –> void
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
rotate_into_phosphate_frame
(pose: pyrosetta.rosetta.core.pose.Pose, n: int, center_on_OP2: bool) → None¶ C++: protocols::toolbox::sample_around::rotate_into_phosphate_frame(class core::pose::Pose &, const unsigned long, const bool) –> void
-
pyrosetta.rosetta.protocols.toolbox.sample_around.
sample_all_rotations_at_jump
(*args, **kwargs)¶ Overloaded function.
- sample_all_rotations_at_jump(pose: pyrosetta.rosetta.core.pose.Pose, num_jump: int) -> float
- sample_all_rotations_at_jump(pose: pyrosetta.rosetta.core.pose.Pose, num_jump: int, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction) -> float
C++: protocols::toolbox::sample_around::sample_all_rotations_at_jump(class core::pose::Pose &, const unsigned long, class std::shared_ptr<class core::scoring::ScoreFunction>) –> double