Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
test.Workshop9_my_shapes.CI2BScoreMethod Class Reference
Inheritance diagram for test.Workshop9_my_shapes.CI2BScoreMethod:
Inheritance graph
[legend]

Public Member Functions

def __init__
 
def residue_pair_energy
 
def atomic_interaction_cutoff
 
def defines_intrares_energy
 
def eval_intrares_energy
 

Detailed Description

A scoring method that depends on pairs of residues.

Constructor & Destructor Documentation

def test.Workshop9_my_shapes.CI2BScoreMethod.__init__ (   self)
Construct CI2BScoreMethod.

Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().

Member Function Documentation

def test.Workshop9_my_shapes.CI2BScoreMethod.atomic_interaction_cutoff (   self)
Get the cutoff.
def test.Workshop9_my_shapes.CI2BScoreMethod.defines_intrares_energy (   self,
  weights 
)
Return True if intra-residue energy is
Defined.
def test.Workshop9_my_shapes.CI2BScoreMethod.eval_intrares_energy (   self,
  res,
  pose,
  sf,
  emap 
)
Calculate intra-residue energy if defined.
def test.Workshop9_my_shapes.CI2BScoreMethod.residue_pair_energy (   self,
  res1,
  res2,
  pose,
  sf,
  emap 
)
Calculate energy of each pair of res1 and res2
of pose and set emap.

References pyrosetta.EnergyMethod.scoreType.


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