rosetta.core.scoring.packing
index
(built-in)

Bindings for core::scoring::packing namespace

 
Classes
       
builtins.object
Ball
HolesParams
HolesParamsRes
HolesResult
PoseBalls
PoseBallsLite
SurfVol
SurfVolDeriv
rosetta.core.scoring.methods.EnergyMethodCreator(builtins.object)
HolesEnergyCreator
SurfEnergyCreator
SurfVolEnergyCreator
rosetta.core.scoring.methods.WholeStructureEnergy(rosetta.core.scoring.methods.EnergyMethod)
HolesEnergy
HolesEnergyRes
SurfEnergy
SurfVolEnergy

 
class Ball(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(self : rosetta.core.scoring.packing.Ball, x : float, y : float, z : float, r : float) -> NoneType
 
2. __init__(self : rosetta.core.scoring.packing.Ball, xyz : rosetta.numeric.xyzVector_double_t, r : float) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.Ball,  : rosetta.core.scoring.packing.Ball) -> rosetta.core.scoring.packing.Ball
r(...) from builtins.PyCapsule
r(*args, **kwargs)
Overloaded function.
 
1. r(rosetta.core.scoring.packing.Ball) -> float
 
2. r(rosetta.core.scoring.packing.Ball) -> float
radius(...) from builtins.PyCapsule
radius(*args, **kwargs)
Overloaded function.
 
1. radius(rosetta.core.scoring.packing.Ball) -> float
 
2. radius(rosetta.core.scoring.packing.Ball) -> float
x(...) from builtins.PyCapsule
x(*args, **kwargs)
Overloaded function.
 
1. x(rosetta.core.scoring.packing.Ball) -> float
 
2. x(rosetta.core.scoring.packing.Ball) -> float
xyz(...) from builtins.PyCapsule
xyz(*args, **kwargs)
Overloaded function.
 
1. xyz(rosetta.core.scoring.packing.Ball) -> rosetta.numeric.xyzVector_double_t
 
2. xyz(rosetta.core.scoring.packing.Ball) -> rosetta.numeric.xyzVector_double_t
y(...) from builtins.PyCapsule
y(*args, **kwargs)
Overloaded function.
 
1. y(rosetta.core.scoring.packing.Ball) -> float
 
2. y(rosetta.core.scoring.packing.Ball) -> float
z(...) from builtins.PyCapsule
z(*args, **kwargs)
Overloaded function.
 
1. z(rosetta.core.scoring.packing.Ball) -> float
 
2. z(rosetta.core.scoring.packing.Ball) -> float

 
class HolesEnergy(rosetta.core.scoring.methods.WholeStructureEnergy)
    
Method resolution order:
HolesEnergy
rosetta.core.scoring.methods.WholeStructureEnergy
rosetta.core.scoring.methods.EnergyMethod
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(handle) -> NoneType
 
2. __init__(handle, rosetta.core.scoring.packing.HolesEnergy) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
clone(...) from builtins.PyCapsule
clone(rosetta.core.scoring.packing.HolesEnergy) -> rosetta.core.scoring.methods.EnergyMethod
eval_atom_derivative(...) from builtins.PyCapsule
eval_atom_derivative(self : rosetta.core.scoring.packing.HolesEnergy,  : rosetta.core.id.AtomID,  : rosetta.core.pose.Pose,  : ObjexxFCL::FArray1D<int>,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.scoring.EMapVector,  : rosetta.numeric.xyzVector_double_t,  : rosetta.numeric.xyzVector_double_t) -> NoneType
finalize_total_energy(...) from builtins.PyCapsule
finalize_total_energy(self : rosetta.core.scoring.packing.HolesEnergy, pose : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction, totals : rosetta.core.scoring.EMapVector) -> NoneType
 
//////////////////////////////////////////////////////////////////////////
indicate_required_context_graphs(...) from builtins.PyCapsule
indicate_required_context_graphs(self : rosetta.core.scoring.packing.HolesEnergy,  : rosetta.utility.vector1_bool) -> NoneType
setup_for_derivatives(...) from builtins.PyCapsule
setup_for_derivatives(self : rosetta.core.scoring.packing.HolesEnergy,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType

Methods inherited from rosetta.core.scoring.methods.WholeStructureEnergy:
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.methods.WholeStructureEnergy,  : rosetta.core.scoring.methods.WholeStructureEnergy) -> rosetta.core.scoring.methods.WholeStructureEnergy
atomic_interaction_cutoff(...) from builtins.PyCapsule
atomic_interaction_cutoff(rosetta.core.scoring.methods.WholeStructureEnergy) -> float
 
how far apart must two heavy atoms be to have a zero interaction energy?
 
 
 If hydrogen atoms interact at the same range as heavy atoms, then
 this distance should build-in a 2 * max-bound-h-distance-cutoff buffer.
 There is an improper mixing here between run-time aquired chemical knowledge
 (max-bound-h-distance-cutoff) and compile time aquired scoring knowledge
 (max atom cutoff); this could be resolved by adding a boolean
 uses_hydrogen_interaction_distance() to the SRTBEnergy class along with
 a method of the ChemicalManager max_bound_h_distance_cutoff().
 
 This method allows the WholeStructureEnergy class to define which edges
 should be included in the EnergyGraph so that during the finalize() method
 the Energy class can iterate across the EnergyGraph.  This iteration occurrs
 in the SecondaryStructureEnergy class, where the edges must span 12 angstroms
 between the centroids.  Arguably, the SecondaryStructureEnergy class could use
 the TwelveANeighborGraph (a context graph) and not require that the EnergyGraph
 span such long distances.
method_type(...) from builtins.PyCapsule
method_type(rosetta.core.scoring.methods.WholeStructureEnergy) -> rosetta.core.scoring.methods.EnergyMethodType

Methods inherited from rosetta.core.scoring.methods.EnergyMethod:
defines_high_order_terms(...) from builtins.PyCapsule
defines_high_order_terms(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated both in the context of the whole Pose and in the context
 of residue or residue-pairs?  This covers scoring terms like env-smooth
 wherein the CBeta's get derivatives for increasing the neighbor counts
 for surrounding residues, and terms like constraints, which are definable
 on arbitrary number of residues (e.g. more than 2); both of these terms
 could be used in RTMin, and both should use the residue and residue-pair
 evaluation scheme with the MinimizationGraph for the majority of the
 work they do.  (Now, high-order constraints (3-body or above) will not
 be properly evaluated within RTMin.).  The default implementation
 returns "false".
finalize_after_derivatives(...) from builtins.PyCapsule
finalize_after_derivatives(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
called at the end of derivatives evaluation
minimize_in_whole_structure_context(...) from builtins.PyCapsule
minimize_in_whole_structure_context(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated only in the context of the whole Pose, or can it be included
 in a decomposed manner for a residue or a set of residue-pairs that are
 not part of the Pose that's serving as their context?  The default
 method implemented in the base class returns true in order to grandfather
 in EnergyMethods that have not had their derivatives changed to take
 advantage of the new derivative-evaluation machinery.  Methods that return
 "true" will not have their residue-energy(-ext) / residue-pair-energy(-ext)
 methods invoked by the ScoreFunction during its traversal of the
 MinimizationGraph, and instead will be asked to perform all their work
 during finalize_total_energies().  Similarly, they will be expected to
 perform all their work during eval_atom_deriv() instead of during the
 ScoreFunction's traversal of the MinimizationGraph for derivative evaluation.
 IMPORTANT: Methods that return "true" cannot be included in RTMin.
prepare_rotamers_for_packing(...) from builtins.PyCapsule
prepare_rotamers_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.conformation.RotamerSetBase) -> NoneType
 
If an energy method needs to cache data in a packing::RotamerSet object before
 rotamer energies are calculated, it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
score_types(...) from builtins.PyCapsule
score_types(rosetta.core.scoring.methods.EnergyMethod) -> rosetta.utility.vector1_core_scoring_ScoreType
 
Returns the score types that this energy method computes.
setup_for_minimizing(...) from builtins.PyCapsule
setup_for_minimizing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.kinematics.MinimizerMapBase) -> NoneType
 
Called at the beginning of atom tree minimization, this method
 allows the derived class the opportunity to initialize pertinent data
 that will be used during minimization.  During minimzation, the chemical
 structure of the pose is constant, so assumptions on the number of atoms
 per residue and their identities are safe so long as the pose's Energies
 object's "use_nblist()" method returns true.
setup_for_packing(...) from builtins.PyCapsule
setup_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.utility.vector1_bool,  : rosetta.utility.vector1_bool) -> NoneType
 
if an energy method needs to cache data in the Energies object,
 before packing begins, then it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
setup_for_scoring(...) from builtins.PyCapsule
setup_for_scoring(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
if an energy method needs to cache something in the pose (e.g. in pose.energies()),
 before scoring begins, it must do so in this method.  All long range energy
 functions must initialize their LREnergyContainers before scoring begins.
 The default is to do nothing.
update_residue_for_packing(...) from builtins.PyCapsule
update_residue_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose, resid : int) -> NoneType
 
If the pose changes in the middle of a packing (as happens in rotamer trials) and if
 an energy method needs to cache data in the pose that corresponds to its current state,
 then the method must update that data when this function is called.  The packer must
 ensure this function gets called.  The default behavior is to do nothing.
version(...) from builtins.PyCapsule
version(rosetta.core.scoring.methods.EnergyMethod) -> int
 
Return the version of the energy method

 
class HolesEnergyCreator(rosetta.core.scoring.methods.EnergyMethodCreator)
    
Method resolution order:
HolesEnergyCreator
rosetta.core.scoring.methods.EnergyMethodCreator
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(handle) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.HolesEnergyCreator,  : rosetta.core.scoring.packing.HolesEnergyCreator) -> rosetta.core.scoring.packing.HolesEnergyCreator
create_energy_method(...) from builtins.PyCapsule
create_energy_method(self : rosetta.core.scoring.packing.HolesEnergyCreator,  : rosetta.core.scoring.methods.EnergyMethodOptions) -> rosetta.core.scoring.methods.EnergyMethod
 
Instantiate a new HolesEnergy
score_types_for_method(...) from builtins.PyCapsule
score_types_for_method(rosetta.core.scoring.packing.HolesEnergyCreator) -> rosetta.utility.vector1_core_scoring_ScoreType
 
Return the set of score types claimed by the EnergyMethod
 this EnergyMethodCreator creates in its create_energy_method() function

 
class HolesEnergyRes(rosetta.core.scoring.methods.WholeStructureEnergy)
    
Method resolution order:
HolesEnergyRes
rosetta.core.scoring.methods.WholeStructureEnergy
rosetta.core.scoring.methods.EnergyMethod
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(handle) -> NoneType
 
2. __init__(handle, rosetta.core.scoring.packing.HolesEnergyRes) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.HolesEnergyRes,  : rosetta.core.scoring.packing.HolesEnergyRes) -> rosetta.core.scoring.packing.HolesEnergyRes
clone(...) from builtins.PyCapsule
clone(rosetta.core.scoring.packing.HolesEnergyRes) -> rosetta.core.scoring.methods.EnergyMethod
eval_atom_derivative(...) from builtins.PyCapsule
eval_atom_derivative(self : rosetta.core.scoring.packing.HolesEnergyRes,  : rosetta.core.id.AtomID,  : rosetta.core.pose.Pose,  : ObjexxFCL::FArray1D<int>,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.scoring.EMapVector,  : rosetta.numeric.xyzVector_double_t,  : rosetta.numeric.xyzVector_double_t) -> NoneType
finalize_total_energy(...) from builtins.PyCapsule
finalize_total_energy(self : rosetta.core.scoring.packing.HolesEnergyRes, pose : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction, totals : rosetta.core.scoring.EMapVector) -> NoneType
 
//////////////////////////////////////////////////////////////////////////
indicate_required_context_graphs(...) from builtins.PyCapsule
indicate_required_context_graphs(self : rosetta.core.scoring.packing.HolesEnergyRes,  : rosetta.utility.vector1_bool) -> NoneType
setup_for_derivatives(...) from builtins.PyCapsule
setup_for_derivatives(self : rosetta.core.scoring.packing.HolesEnergyRes,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType

Methods inherited from rosetta.core.scoring.methods.WholeStructureEnergy:
atomic_interaction_cutoff(...) from builtins.PyCapsule
atomic_interaction_cutoff(rosetta.core.scoring.methods.WholeStructureEnergy) -> float
 
how far apart must two heavy atoms be to have a zero interaction energy?
 
 
 If hydrogen atoms interact at the same range as heavy atoms, then
 this distance should build-in a 2 * max-bound-h-distance-cutoff buffer.
 There is an improper mixing here between run-time aquired chemical knowledge
 (max-bound-h-distance-cutoff) and compile time aquired scoring knowledge
 (max atom cutoff); this could be resolved by adding a boolean
 uses_hydrogen_interaction_distance() to the SRTBEnergy class along with
 a method of the ChemicalManager max_bound_h_distance_cutoff().
 
 This method allows the WholeStructureEnergy class to define which edges
 should be included in the EnergyGraph so that during the finalize() method
 the Energy class can iterate across the EnergyGraph.  This iteration occurrs
 in the SecondaryStructureEnergy class, where the edges must span 12 angstroms
 between the centroids.  Arguably, the SecondaryStructureEnergy class could use
 the TwelveANeighborGraph (a context graph) and not require that the EnergyGraph
 span such long distances.
method_type(...) from builtins.PyCapsule
method_type(rosetta.core.scoring.methods.WholeStructureEnergy) -> rosetta.core.scoring.methods.EnergyMethodType

Methods inherited from rosetta.core.scoring.methods.EnergyMethod:
defines_high_order_terms(...) from builtins.PyCapsule
defines_high_order_terms(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated both in the context of the whole Pose and in the context
 of residue or residue-pairs?  This covers scoring terms like env-smooth
 wherein the CBeta's get derivatives for increasing the neighbor counts
 for surrounding residues, and terms like constraints, which are definable
 on arbitrary number of residues (e.g. more than 2); both of these terms
 could be used in RTMin, and both should use the residue and residue-pair
 evaluation scheme with the MinimizationGraph for the majority of the
 work they do.  (Now, high-order constraints (3-body or above) will not
 be properly evaluated within RTMin.).  The default implementation
 returns "false".
finalize_after_derivatives(...) from builtins.PyCapsule
finalize_after_derivatives(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
called at the end of derivatives evaluation
minimize_in_whole_structure_context(...) from builtins.PyCapsule
minimize_in_whole_structure_context(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated only in the context of the whole Pose, or can it be included
 in a decomposed manner for a residue or a set of residue-pairs that are
 not part of the Pose that's serving as their context?  The default
 method implemented in the base class returns true in order to grandfather
 in EnergyMethods that have not had their derivatives changed to take
 advantage of the new derivative-evaluation machinery.  Methods that return
 "true" will not have their residue-energy(-ext) / residue-pair-energy(-ext)
 methods invoked by the ScoreFunction during its traversal of the
 MinimizationGraph, and instead will be asked to perform all their work
 during finalize_total_energies().  Similarly, they will be expected to
 perform all their work during eval_atom_deriv() instead of during the
 ScoreFunction's traversal of the MinimizationGraph for derivative evaluation.
 IMPORTANT: Methods that return "true" cannot be included in RTMin.
prepare_rotamers_for_packing(...) from builtins.PyCapsule
prepare_rotamers_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.conformation.RotamerSetBase) -> NoneType
 
If an energy method needs to cache data in a packing::RotamerSet object before
 rotamer energies are calculated, it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
score_types(...) from builtins.PyCapsule
score_types(rosetta.core.scoring.methods.EnergyMethod) -> rosetta.utility.vector1_core_scoring_ScoreType
 
Returns the score types that this energy method computes.
setup_for_minimizing(...) from builtins.PyCapsule
setup_for_minimizing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.kinematics.MinimizerMapBase) -> NoneType
 
Called at the beginning of atom tree minimization, this method
 allows the derived class the opportunity to initialize pertinent data
 that will be used during minimization.  During minimzation, the chemical
 structure of the pose is constant, so assumptions on the number of atoms
 per residue and their identities are safe so long as the pose's Energies
 object's "use_nblist()" method returns true.
setup_for_packing(...) from builtins.PyCapsule
setup_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.utility.vector1_bool,  : rosetta.utility.vector1_bool) -> NoneType
 
if an energy method needs to cache data in the Energies object,
 before packing begins, then it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
setup_for_scoring(...) from builtins.PyCapsule
setup_for_scoring(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
if an energy method needs to cache something in the pose (e.g. in pose.energies()),
 before scoring begins, it must do so in this method.  All long range energy
 functions must initialize their LREnergyContainers before scoring begins.
 The default is to do nothing.
update_residue_for_packing(...) from builtins.PyCapsule
update_residue_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose, resid : int) -> NoneType
 
If the pose changes in the middle of a packing (as happens in rotamer trials) and if
 an energy method needs to cache data in the pose that corresponds to its current state,
 then the method must update that data when this function is called.  The packer must
 ensure this function gets called.  The default behavior is to do nothing.
version(...) from builtins.PyCapsule
version(rosetta.core.scoring.methods.EnergyMethod) -> int
 
Return the version of the energy method

 
class HolesParams(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.scoring.packing.HolesParams) -> NoneType
 
2. __init__(self : rosetta.core.scoring.packing.HolesParams, fname : str) -> NoneType
 
3. __init__(self : rosetta.core.scoring.packing.HolesParams,  : rosetta.core.scoring.packing.HolesParams) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
__str__(...) from builtins.PyCapsule
__str__(rosetta.core.scoring.packing.HolesParams) -> str
have_params(...) from builtins.PyCapsule
have_params(self : rosetta.core.scoring.packing.HolesParams, at : int, ss : str) -> bool
init_atype_maps(...) from builtins.PyCapsule
init_atype_maps(rosetta.core.scoring.packing.HolesParams) -> NoneType
intercept(...) from builtins.PyCapsule
intercept(*args, **kwargs)
Overloaded function.
 
1. intercept(self : rosetta.core.scoring.packing.HolesParams, at : int, ss : str) -> float
 
2. intercept(rosetta.core.scoring.packing.HolesParams) -> float
max_atom_types(...) from builtins.PyCapsule
max_atom_types(rosetta.core.scoring.packing.HolesParams) -> int
nb_weight(...) from builtins.PyCapsule
nb_weight(self : rosetta.core.scoring.packing.HolesParams, at : int, ss : str) -> float
read_data_file(...) from builtins.PyCapsule
read_data_file(self : rosetta.core.scoring.packing.HolesParams, fname : str) -> NoneType
sa_weight(...) from builtins.PyCapsule
sa_weight(self : rosetta.core.scoring.packing.HolesParams, at : int, ss : str, sa : int) -> float
sep_ss(...) from builtins.PyCapsule
sep_ss(self : rosetta.core.scoring.packing.HolesParams, at : int) -> bool

 
class HolesParamsRes(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.scoring.packing.HolesParamsRes) -> NoneType
 
doc
 
2. __init__(self : rosetta.core.scoring.packing.HolesParamsRes, fname : str) -> NoneType
 
3. __init__(self : rosetta.core.scoring.packing.HolesParamsRes,  : rosetta.core.scoring.packing.HolesParamsRes) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.HolesParamsRes,  : rosetta.core.scoring.packing.HolesParamsRes) -> rosetta.core.scoring.packing.HolesParamsRes
have_params(...) from builtins.PyCapsule
have_params(self : rosetta.core.scoring.packing.HolesParamsRes, res : str) -> bool
param(...) from builtins.PyCapsule
param(self : rosetta.core.scoring.packing.HolesParamsRes, res : str) -> rosetta.utility.vector1_double
read_data_file(...) from builtins.PyCapsule
read_data_file(self : rosetta.core.scoring.packing.HolesParamsRes, fname : str) -> NoneType
residues(...) from builtins.PyCapsule
residues(self : rosetta.core.scoring.packing.HolesParamsRes, i : int) -> str
rho(...) from builtins.PyCapsule
rho(*args, **kwargs)
Overloaded function.
 
1. rho(rosetta.core.scoring.packing.HolesParamsRes) -> float
 
2. rho(self : rosetta.core.scoring.packing.HolesParamsRes, res : str) -> float

 
class HolesResult(builtins.object)
    the result class holding the three scores and the per-atom scores
 
  Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(rosetta.core.scoring.packing.HolesResult) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.HolesResult,  : rosetta.core.scoring.packing.HolesResult) -> rosetta.core.scoring.packing.HolesResult

Data descriptors defined here:
atom_scores
dec15_score
decoy_score
natom
resl_score
score

 
class PoseBalls(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.scoring.packing.PoseBalls, rosetta.core.pose.Pose) -> NoneType
 
doc
 
2. __init__(rosetta.core.scoring.packing.PoseBalls, rosetta.core.pose.Pose, int) -> NoneType
 
doc
 
3. __init__(self : rosetta.core.scoring.packing.PoseBalls, pose : rosetta.core.pose.Pose, Hmode : int, ignore_water : bool) -> NoneType
 
4. __init__(self : rosetta.core.scoring.packing.PoseBalls, pose : rosetta.core.pose.Pose, whichatoms : rosetta.core.id.AtomID_Map_bool_t) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.PoseBalls,  : rosetta.core.scoring.packing.PoseBalls) -> rosetta.core.scoring.packing.PoseBalls
atom_name(...) from builtins.PyCapsule
atom_name(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> str
atom_num(...) from builtins.PyCapsule
atom_num(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> int
atom_type(...) from builtins.PyCapsule
atom_type(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> int
atomids(...) from builtins.PyCapsule
atomids(rosetta.core.scoring.packing.PoseBalls) -> rosetta.utility.vector1_core_id_AtomID
ball(...) from builtins.PyCapsule
ball(*args, **kwargs)
Overloaded function.
 
1. ball(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> rosetta.core.scoring.packing.Ball
 
2. ball(self : rosetta.core.scoring.packing.PoseBalls, id : rosetta.core.id.AtomID) -> rosetta.core.scoring.packing.Ball
 
3. ball(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> rosetta.core.scoring.packing.Ball
 
4. ball(self : rosetta.core.scoring.packing.PoseBalls, id : rosetta.core.id.AtomID) -> rosetta.core.scoring.packing.Ball
balls(...) from builtins.PyCapsule
balls(rosetta.core.scoring.packing.PoseBalls) -> rosetta.utility.vector1_core_scoring_packing_Ball
bfac(...) from builtins.PyCapsule
bfac(self : rosetta.core.scoring.packing.PoseBalls, i : int) -> float
compute_smooth_nb(...) from builtins.PyCapsule
compute_smooth_nb(rosetta.core.scoring.packing.PoseBalls) -> NoneType
havesurf(...) from builtins.PyCapsule
havesurf(self : rosetta.core.scoring.packing.PoseBalls, i : int) -> bool
id_to_index(...) from builtins.PyCapsule
id_to_index(self : rosetta.core.scoring.packing.PoseBalls, aid : rosetta.core.id.AtomID) -> int
index_to_id(...) from builtins.PyCapsule
index_to_id(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> rosetta.core.id.AtomID
is_heavy(...) from builtins.PyCapsule
is_heavy(self : rosetta.core.scoring.packing.PoseBalls, i : int) -> bool
nballs(...) from builtins.PyCapsule
nballs(rosetta.core.scoring.packing.PoseBalls) -> int
nbhist(...) from builtins.PyCapsule
nbhist(self : rosetta.core.scoring.packing.PoseBalls, atype : int, bin : int) -> int
res_name(...) from builtins.PyCapsule
res_name(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> str
res_num(...) from builtins.PyCapsule
res_num(self : rosetta.core.scoring.packing.PoseBalls, index : int) -> int
reset_surf(...) from builtins.PyCapsule
reset_surf(rosetta.core.scoring.packing.PoseBalls) -> NoneType
secstruct(...) from builtins.PyCapsule
secstruct(self : rosetta.core.scoring.packing.PoseBalls, i : int) -> str
set_surf(...) from builtins.PyCapsule
set_surf(self : rosetta.core.scoring.packing.PoseBalls, index : int, ialpha : int, val : float) -> NoneType
smooth_nb(...) from builtins.PyCapsule
smooth_nb(self : rosetta.core.scoring.packing.PoseBalls, i : int) -> float
surf(...) from builtins.PyCapsule
surf(self : rosetta.core.scoring.packing.PoseBalls, index : int, ialpha : int) -> float

 
class PoseBallsLite(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.scoring.packing.PoseBallsLite, rosetta.core.pose.Pose) -> NoneType
 
doc
 
2. __init__(rosetta.core.scoring.packing.PoseBallsLite, rosetta.core.pose.Pose, int) -> NoneType
 
doc
 
3. __init__(self : rosetta.core.scoring.packing.PoseBallsLite, pose : rosetta.core.pose.Pose, Hmode : int, ignore_water : bool) -> NoneType
 
4. __init__(self : rosetta.core.scoring.packing.PoseBallsLite, pose : rosetta.core.pose.Pose, whichatoms : rosetta.core.id.AtomID_Map_bool_t) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.PoseBallsLite,  : rosetta.core.scoring.packing.PoseBallsLite) -> rosetta.core.scoring.packing.PoseBallsLite
atom_num(...) from builtins.PyCapsule
atom_num(self : rosetta.core.scoring.packing.PoseBallsLite, index : int) -> int
ball(...) from builtins.PyCapsule
ball(*args, **kwargs)
Overloaded function.
 
1. ball(self : rosetta.core.scoring.packing.PoseBallsLite, index : int) -> rosetta.core.scoring.packing.Ball
 
2. ball(self : rosetta.core.scoring.packing.PoseBallsLite, id : rosetta.core.id.AtomID) -> rosetta.core.scoring.packing.Ball
 
3. ball(self : rosetta.core.scoring.packing.PoseBallsLite, index : int) -> rosetta.core.scoring.packing.Ball
 
4. ball(self : rosetta.core.scoring.packing.PoseBallsLite, id : rosetta.core.id.AtomID) -> rosetta.core.scoring.packing.Ball
id_to_index(...) from builtins.PyCapsule
id_to_index(self : rosetta.core.scoring.packing.PoseBallsLite, aid : rosetta.core.id.AtomID) -> int
index_to_id(...) from builtins.PyCapsule
index_to_id(self : rosetta.core.scoring.packing.PoseBallsLite, index : int) -> rosetta.core.id.AtomID
nballs(...) from builtins.PyCapsule
nballs(rosetta.core.scoring.packing.PoseBallsLite) -> int
res_num(...) from builtins.PyCapsule
res_num(self : rosetta.core.scoring.packing.PoseBallsLite, index : int) -> int

 
class SurfEnergy(rosetta.core.scoring.methods.WholeStructureEnergy)
    
Method resolution order:
SurfEnergy
rosetta.core.scoring.methods.WholeStructureEnergy
rosetta.core.scoring.methods.EnergyMethod
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(handle) -> NoneType
 
2. __init__(handle, rosetta.core.scoring.packing.SurfEnergy) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.SurfEnergy,  : rosetta.core.scoring.packing.SurfEnergy) -> rosetta.core.scoring.packing.SurfEnergy
clone(...) from builtins.PyCapsule
clone(rosetta.core.scoring.packing.SurfEnergy) -> rosetta.core.scoring.methods.EnergyMethod
eval_atom_derivative(...) from builtins.PyCapsule
eval_atom_derivative(self : rosetta.core.scoring.packing.SurfEnergy,  : rosetta.core.id.AtomID,  : rosetta.core.pose.Pose,  : ObjexxFCL::FArray1D<int>,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.scoring.EMapVector,  : rosetta.numeric.xyzVector_double_t,  : rosetta.numeric.xyzVector_double_t) -> NoneType
finalize_total_energy(...) from builtins.PyCapsule
finalize_total_energy(self : rosetta.core.scoring.packing.SurfEnergy, pose : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction, totals : rosetta.core.scoring.EMapVector) -> NoneType
 
//////////////////////////////////////////////////////////////////////////
indicate_required_context_graphs(...) from builtins.PyCapsule
indicate_required_context_graphs(self : rosetta.core.scoring.packing.SurfEnergy,  : rosetta.utility.vector1_bool) -> NoneType
setup_for_derivatives(...) from builtins.PyCapsule
setup_for_derivatives(self : rosetta.core.scoring.packing.SurfEnergy,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
version(...) from builtins.PyCapsule
version(rosetta.core.scoring.packing.SurfEnergy) -> int

Methods inherited from rosetta.core.scoring.methods.WholeStructureEnergy:
atomic_interaction_cutoff(...) from builtins.PyCapsule
atomic_interaction_cutoff(rosetta.core.scoring.methods.WholeStructureEnergy) -> float
 
how far apart must two heavy atoms be to have a zero interaction energy?
 
 
 If hydrogen atoms interact at the same range as heavy atoms, then
 this distance should build-in a 2 * max-bound-h-distance-cutoff buffer.
 There is an improper mixing here between run-time aquired chemical knowledge
 (max-bound-h-distance-cutoff) and compile time aquired scoring knowledge
 (max atom cutoff); this could be resolved by adding a boolean
 uses_hydrogen_interaction_distance() to the SRTBEnergy class along with
 a method of the ChemicalManager max_bound_h_distance_cutoff().
 
 This method allows the WholeStructureEnergy class to define which edges
 should be included in the EnergyGraph so that during the finalize() method
 the Energy class can iterate across the EnergyGraph.  This iteration occurrs
 in the SecondaryStructureEnergy class, where the edges must span 12 angstroms
 between the centroids.  Arguably, the SecondaryStructureEnergy class could use
 the TwelveANeighborGraph (a context graph) and not require that the EnergyGraph
 span such long distances.
method_type(...) from builtins.PyCapsule
method_type(rosetta.core.scoring.methods.WholeStructureEnergy) -> rosetta.core.scoring.methods.EnergyMethodType

Methods inherited from rosetta.core.scoring.methods.EnergyMethod:
defines_high_order_terms(...) from builtins.PyCapsule
defines_high_order_terms(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated both in the context of the whole Pose and in the context
 of residue or residue-pairs?  This covers scoring terms like env-smooth
 wherein the CBeta's get derivatives for increasing the neighbor counts
 for surrounding residues, and terms like constraints, which are definable
 on arbitrary number of residues (e.g. more than 2); both of these terms
 could be used in RTMin, and both should use the residue and residue-pair
 evaluation scheme with the MinimizationGraph for the majority of the
 work they do.  (Now, high-order constraints (3-body or above) will not
 be properly evaluated within RTMin.).  The default implementation
 returns "false".
finalize_after_derivatives(...) from builtins.PyCapsule
finalize_after_derivatives(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
called at the end of derivatives evaluation
minimize_in_whole_structure_context(...) from builtins.PyCapsule
minimize_in_whole_structure_context(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated only in the context of the whole Pose, or can it be included
 in a decomposed manner for a residue or a set of residue-pairs that are
 not part of the Pose that's serving as their context?  The default
 method implemented in the base class returns true in order to grandfather
 in EnergyMethods that have not had their derivatives changed to take
 advantage of the new derivative-evaluation machinery.  Methods that return
 "true" will not have their residue-energy(-ext) / residue-pair-energy(-ext)
 methods invoked by the ScoreFunction during its traversal of the
 MinimizationGraph, and instead will be asked to perform all their work
 during finalize_total_energies().  Similarly, they will be expected to
 perform all their work during eval_atom_deriv() instead of during the
 ScoreFunction's traversal of the MinimizationGraph for derivative evaluation.
 IMPORTANT: Methods that return "true" cannot be included in RTMin.
prepare_rotamers_for_packing(...) from builtins.PyCapsule
prepare_rotamers_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.conformation.RotamerSetBase) -> NoneType
 
If an energy method needs to cache data in a packing::RotamerSet object before
 rotamer energies are calculated, it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
score_types(...) from builtins.PyCapsule
score_types(rosetta.core.scoring.methods.EnergyMethod) -> rosetta.utility.vector1_core_scoring_ScoreType
 
Returns the score types that this energy method computes.
setup_for_minimizing(...) from builtins.PyCapsule
setup_for_minimizing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.kinematics.MinimizerMapBase) -> NoneType
 
Called at the beginning of atom tree minimization, this method
 allows the derived class the opportunity to initialize pertinent data
 that will be used during minimization.  During minimzation, the chemical
 structure of the pose is constant, so assumptions on the number of atoms
 per residue and their identities are safe so long as the pose's Energies
 object's "use_nblist()" method returns true.
setup_for_packing(...) from builtins.PyCapsule
setup_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.utility.vector1_bool,  : rosetta.utility.vector1_bool) -> NoneType
 
if an energy method needs to cache data in the Energies object,
 before packing begins, then it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
setup_for_scoring(...) from builtins.PyCapsule
setup_for_scoring(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
if an energy method needs to cache something in the pose (e.g. in pose.energies()),
 before scoring begins, it must do so in this method.  All long range energy
 functions must initialize their LREnergyContainers before scoring begins.
 The default is to do nothing.
update_residue_for_packing(...) from builtins.PyCapsule
update_residue_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose, resid : int) -> NoneType
 
If the pose changes in the middle of a packing (as happens in rotamer trials) and if
 an energy method needs to cache data in the pose that corresponds to its current state,
 then the method must update that data when this function is called.  The packer must
 ensure this function gets called.  The default behavior is to do nothing.

 
class SurfEnergyCreator(rosetta.core.scoring.methods.EnergyMethodCreator)
    
Method resolution order:
SurfEnergyCreator
rosetta.core.scoring.methods.EnergyMethodCreator
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(handle) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.SurfEnergyCreator,  : rosetta.core.scoring.packing.SurfEnergyCreator) -> rosetta.core.scoring.packing.SurfEnergyCreator
create_energy_method(...) from builtins.PyCapsule
create_energy_method(self : rosetta.core.scoring.packing.SurfEnergyCreator,  : rosetta.core.scoring.methods.EnergyMethodOptions) -> rosetta.core.scoring.methods.EnergyMethod
 
Instantiate a new SurfEnergy
score_types_for_method(...) from builtins.PyCapsule
score_types_for_method(rosetta.core.scoring.packing.SurfEnergyCreator) -> rosetta.utility.vector1_core_scoring_ScoreType
 
Return the set of score types claimed by the EnergyMethod
 this EnergyMethodCreator creates in its create_energy_method() function

 
class SurfVol(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(rosetta.core.scoring.packing.SurfVol) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Data descriptors defined here:
surf
tot_surf
tot_vol
vol

 
class SurfVolDeriv(builtins.object)
     Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(rosetta.core.scoring.packing.SurfVolDeriv) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Data descriptors defined here:
dsurf
dvol
surf
tot_surf
tot_vol
vol

 
class SurfVolEnergy(rosetta.core.scoring.methods.WholeStructureEnergy)
    
Method resolution order:
SurfVolEnergy
rosetta.core.scoring.methods.WholeStructureEnergy
rosetta.core.scoring.methods.EnergyMethod
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(handle) -> NoneType
 
2. __init__(handle, rosetta.core.scoring.packing.SurfVolEnergy) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.SurfVolEnergy,  : rosetta.core.scoring.packing.SurfVolEnergy) -> rosetta.core.scoring.packing.SurfVolEnergy
clone(...) from builtins.PyCapsule
clone(rosetta.core.scoring.packing.SurfVolEnergy) -> rosetta.core.scoring.methods.EnergyMethod
eval_atom_derivative(...) from builtins.PyCapsule
eval_atom_derivative(self : rosetta.core.scoring.packing.SurfVolEnergy,  : rosetta.core.id.AtomID,  : rosetta.core.pose.Pose,  : ObjexxFCL::FArray1D<int>,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.scoring.EMapVector,  : rosetta.numeric.xyzVector_double_t,  : rosetta.numeric.xyzVector_double_t) -> NoneType
finalize_total_energy(...) from builtins.PyCapsule
finalize_total_energy(self : rosetta.core.scoring.packing.SurfVolEnergy, pose : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction, totals : rosetta.core.scoring.EMapVector) -> NoneType
 
//////////////////////////////////////////////////////////////////////////
indicate_required_context_graphs(...) from builtins.PyCapsule
indicate_required_context_graphs(self : rosetta.core.scoring.packing.SurfVolEnergy,  : rosetta.utility.vector1_bool) -> NoneType
setup_for_derivatives(...) from builtins.PyCapsule
setup_for_derivatives(self : rosetta.core.scoring.packing.SurfVolEnergy,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
version(...) from builtins.PyCapsule
version(rosetta.core.scoring.packing.SurfVolEnergy) -> int

Methods inherited from rosetta.core.scoring.methods.WholeStructureEnergy:
atomic_interaction_cutoff(...) from builtins.PyCapsule
atomic_interaction_cutoff(rosetta.core.scoring.methods.WholeStructureEnergy) -> float
 
how far apart must two heavy atoms be to have a zero interaction energy?
 
 
 If hydrogen atoms interact at the same range as heavy atoms, then
 this distance should build-in a 2 * max-bound-h-distance-cutoff buffer.
 There is an improper mixing here between run-time aquired chemical knowledge
 (max-bound-h-distance-cutoff) and compile time aquired scoring knowledge
 (max atom cutoff); this could be resolved by adding a boolean
 uses_hydrogen_interaction_distance() to the SRTBEnergy class along with
 a method of the ChemicalManager max_bound_h_distance_cutoff().
 
 This method allows the WholeStructureEnergy class to define which edges
 should be included in the EnergyGraph so that during the finalize() method
 the Energy class can iterate across the EnergyGraph.  This iteration occurrs
 in the SecondaryStructureEnergy class, where the edges must span 12 angstroms
 between the centroids.  Arguably, the SecondaryStructureEnergy class could use
 the TwelveANeighborGraph (a context graph) and not require that the EnergyGraph
 span such long distances.
method_type(...) from builtins.PyCapsule
method_type(rosetta.core.scoring.methods.WholeStructureEnergy) -> rosetta.core.scoring.methods.EnergyMethodType

Methods inherited from rosetta.core.scoring.methods.EnergyMethod:
defines_high_order_terms(...) from builtins.PyCapsule
defines_high_order_terms(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated both in the context of the whole Pose and in the context
 of residue or residue-pairs?  This covers scoring terms like env-smooth
 wherein the CBeta's get derivatives for increasing the neighbor counts
 for surrounding residues, and terms like constraints, which are definable
 on arbitrary number of residues (e.g. more than 2); both of these terms
 could be used in RTMin, and both should use the residue and residue-pair
 evaluation scheme with the MinimizationGraph for the majority of the
 work they do.  (Now, high-order constraints (3-body or above) will not
 be properly evaluated within RTMin.).  The default implementation
 returns "false".
finalize_after_derivatives(...) from builtins.PyCapsule
finalize_after_derivatives(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
called at the end of derivatives evaluation
minimize_in_whole_structure_context(...) from builtins.PyCapsule
minimize_in_whole_structure_context(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose) -> bool
 
Should this EnergyMethod have score and derivative evaluation
 evaluated only in the context of the whole Pose, or can it be included
 in a decomposed manner for a residue or a set of residue-pairs that are
 not part of the Pose that's serving as their context?  The default
 method implemented in the base class returns true in order to grandfather
 in EnergyMethods that have not had their derivatives changed to take
 advantage of the new derivative-evaluation machinery.  Methods that return
 "true" will not have their residue-energy(-ext) / residue-pair-energy(-ext)
 methods invoked by the ScoreFunction during its traversal of the
 MinimizationGraph, and instead will be asked to perform all their work
 during finalize_total_energies().  Similarly, they will be expected to
 perform all their work during eval_atom_deriv() instead of during the
 ScoreFunction's traversal of the MinimizationGraph for derivative evaluation.
 IMPORTANT: Methods that return "true" cannot be included in RTMin.
prepare_rotamers_for_packing(...) from builtins.PyCapsule
prepare_rotamers_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.conformation.RotamerSetBase) -> NoneType
 
If an energy method needs to cache data in a packing::RotamerSet object before
 rotamer energies are calculated, it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
score_types(...) from builtins.PyCapsule
score_types(rosetta.core.scoring.methods.EnergyMethod) -> rosetta.utility.vector1_core_scoring_ScoreType
 
Returns the score types that this energy method computes.
setup_for_minimizing(...) from builtins.PyCapsule
setup_for_minimizing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction,  : rosetta.core.kinematics.MinimizerMapBase) -> NoneType
 
Called at the beginning of atom tree minimization, this method
 allows the derived class the opportunity to initialize pertinent data
 that will be used during minimization.  During minimzation, the chemical
 structure of the pose is constant, so assumptions on the number of atoms
 per residue and their identities are safe so long as the pose's Energies
 object's "use_nblist()" method returns true.
setup_for_packing(...) from builtins.PyCapsule
setup_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.utility.vector1_bool,  : rosetta.utility.vector1_bool) -> NoneType
 
if an energy method needs to cache data in the Energies object,
 before packing begins, then it does so during this function. The packer
 must ensure this function is called. The default behavior is to do nothing.
setup_for_scoring(...) from builtins.PyCapsule
setup_for_scoring(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose,  : rosetta.core.scoring.ScoreFunction) -> NoneType
 
if an energy method needs to cache something in the pose (e.g. in pose.energies()),
 before scoring begins, it must do so in this method.  All long range energy
 functions must initialize their LREnergyContainers before scoring begins.
 The default is to do nothing.
update_residue_for_packing(...) from builtins.PyCapsule
update_residue_for_packing(self : rosetta.core.scoring.methods.EnergyMethod,  : rosetta.core.pose.Pose, resid : int) -> NoneType
 
If the pose changes in the middle of a packing (as happens in rotamer trials) and if
 an energy method needs to cache data in the pose that corresponds to its current state,
 then the method must update that data when this function is called.  The packer must
 ensure this function gets called.  The default behavior is to do nothing.

 
class SurfVolEnergyCreator(rosetta.core.scoring.methods.EnergyMethodCreator)
    
Method resolution order:
SurfVolEnergyCreator
rosetta.core.scoring.methods.EnergyMethodCreator
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(handle) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.scoring.packing.SurfVolEnergyCreator,  : rosetta.core.scoring.packing.SurfVolEnergyCreator) -> rosetta.core.scoring.packing.SurfVolEnergyCreator
create_energy_method(...) from builtins.PyCapsule
create_energy_method(self : rosetta.core.scoring.packing.SurfVolEnergyCreator,  : rosetta.core.scoring.methods.EnergyMethodOptions) -> rosetta.core.scoring.methods.EnergyMethod
 
Instantiate a new SurfVolEnergy
score_types_for_method(...) from builtins.PyCapsule
score_types_for_method(rosetta.core.scoring.packing.SurfVolEnergyCreator) -> rosetta.utility.vector1_core_scoring_ScoreType
 
Return the set of score types claimed by the EnergyMethod
 this EnergyMethodCreator creates in its create_energy_method() function

 
Functions
       
compute_dec15_score(...) method of builtins.PyCapsule instance
compute_dec15_score(pose : rosetta.core.pose.Pose) -> float
compute_holes_deriv(...) method of builtins.PyCapsule instance
compute_holes_deriv(*args, **kwargs)
Overloaded function.
 
1. compute_holes_deriv(pose : rosetta.core.pose.Pose, params : rosetta.core.scoring.packing.HolesParams, deriv : rosetta.core.id.AtomID_Map_numeric_xyzVector_double_t) -> rosetta.core.scoring.packing.HolesResult
 
computes the cartesian space derivative WRT the given params
 
2. compute_holes_deriv(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, params : rosetta.core.scoring.packing.HolesParams, deriv : rosetta.core.id.AtomID_Map_numeric_xyzVector_double_t) -> rosetta.core.scoring.packing.HolesResult
 
///
compute_holes_deriv_res(...) method of builtins.PyCapsule instance
compute_holes_deriv_res(*args, **kwargs)
Overloaded function.
 
1. compute_holes_deriv_res(pose : rosetta.core.pose.Pose, params : rosetta.core.scoring.packing.HolesParamsRes, derivs : rosetta.core.id.AtomID_Map_numeric_xyzVector_double_t) -> float
 
2. compute_holes_deriv_res(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, params : rosetta.core.scoring.packing.HolesParamsRes, derivs : rosetta.core.id.AtomID_Map_numeric_xyzVector_double_t) -> float
compute_holes_score(...) method of builtins.PyCapsule instance
compute_holes_score(*args, **kwargs)
Overloaded function.
 
1. compute_holes_score(pose : rosetta.core.pose.Pose, params : rosetta.core.scoring.packing.HolesParams) -> rosetta.core.scoring.packing.HolesResult
 
if you have custom parameters, or want per-atom scores for a specific score
 result goes into the "score" field
 
2. compute_holes_score(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, params : rosetta.core.scoring.packing.HolesParams) -> rosetta.core.scoring.packing.HolesResult
 
3. compute_holes_score(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, params : rosetta.core.scoring.packing.HolesParams, use_cached_surfs : bool) -> rosetta.core.scoring.packing.HolesResult
 
4. compute_holes_score(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, params : rosetta.core.scoring.packing.HolesParams, use_cached_surfs : bool, cmd : str) -> rosetta.core.scoring.packing.HolesResult
 
5. compute_holes_score(pose : rosetta.core.pose.Pose, cmd : str) -> rosetta.core.scoring.packing.HolesResult
compute_holes_score_res(...) method of builtins.PyCapsule instance
compute_holes_score_res(*args, **kwargs)
Overloaded function.
 
1. compute_holes_score_res(pose : rosetta.core.pose.Pose, params : rosetta.core.scoring.packing.HolesParamsRes) -> float
 
2. compute_holes_score_res(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, params : rosetta.core.scoring.packing.HolesParamsRes) -> float
compute_rosettaholes_score(...) method of builtins.PyCapsule instance
compute_rosettaholes_score(*args, **kwargs)
Overloaded function.
 
1. compute_rosettaholes_score(pose : rosetta.core.pose.Pose) -> rosetta.core.scoring.packing.HolesResult
 
for the standard scores
 
2. compute_rosettaholes_score(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, resl_params : rosetta.core.scoring.packing.HolesParams, dec_params : rosetta.core.scoring.packing.HolesParams, dec15_params : rosetta.core.scoring.packing.HolesParams) -> rosetta.core.scoring.packing.HolesResult
 
3. compute_rosettaholes_score(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, resl_params : rosetta.core.scoring.packing.HolesParams, dec_params : rosetta.core.scoring.packing.HolesParams, dec15_params : rosetta.core.scoring.packing.HolesParams, use_cached_surfs : bool) -> rosetta.core.scoring.packing.HolesResult
 
4. compute_rosettaholes_score(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls, resl_params : rosetta.core.scoring.packing.HolesParams, dec_params : rosetta.core.scoring.packing.HolesParams, dec15_params : rosetta.core.scoring.packing.HolesParams, use_cached_surfs : bool, cmd : str) -> rosetta.core.scoring.packing.HolesResult
 
5. compute_rosettaholes_score(pose : rosetta.core.pose.Pose, pb : rosetta.core.scoring.packing.PoseBalls) -> rosetta.core.scoring.packing.HolesResult
 
6. compute_rosettaholes_score(pose : rosetta.core.pose.Pose, resl_params : rosetta.core.scoring.packing.HolesParams, dec_params : rosetta.core.scoring.packing.HolesParams, dec15_params : rosetta.core.scoring.packing.HolesParams) -> rosetta.core.scoring.packing.HolesResult
get_surf_tot(...) method of builtins.PyCapsule instance
get_surf_tot(pose : rosetta.core.pose.Pose, probe_radius : float) -> float
get_surf_vol(...) method of builtins.PyCapsule instance
get_surf_vol(*args, **kwargs)
Overloaded function.
 
1. get_surf_vol(pose : rosetta.core.pose.Pose) -> rosetta.core.scoring.packing.SurfVol
 
2. get_surf_vol(pose : rosetta.core.pose.Pose, probe_radius : float) -> rosetta.core.scoring.packing.SurfVol
 
3. get_surf_vol(pose : rosetta.core.pose.Pose, whichatoms : rosetta.core.id.AtomID_Map_bool_t) -> rosetta.core.scoring.packing.SurfVol
 
4. get_surf_vol(pose : rosetta.core.pose.Pose, whichatoms : rosetta.core.id.AtomID_Map_bool_t, probe_radius : float) -> rosetta.core.scoring.packing.SurfVol
get_surf_vol_deriv(...) method of builtins.PyCapsule instance
get_surf_vol_deriv(*args, **kwargs)
Overloaded function.
 
1. get_surf_vol_deriv(pose : rosetta.core.pose.Pose) -> rosetta.core.scoring.packing.SurfVolDeriv
 
2. get_surf_vol_deriv(pose : rosetta.core.pose.Pose, probe_radius : float) -> rosetta.core.scoring.packing.SurfVolDeriv
 
3. get_surf_vol_deriv(pose : rosetta.core.pose.Pose, whichatoms : rosetta.core.id.AtomID_Map_bool_t) -> rosetta.core.scoring.packing.SurfVolDeriv
 
4. get_surf_vol_deriv(pose : rosetta.core.pose.Pose, whichatoms : rosetta.core.id.AtomID_Map_bool_t, probe_radius : float) -> rosetta.core.scoring.packing.SurfVolDeriv