![]() |
Rosetta
2021.16
|

Public Member Functions | |
| def | __init__ |
| def | residue_pair_energy |
| def | atomic_interaction_cutoff |
| def | defines_intrares_energy |
| def | eval_intrares_energy |
A scoring method that depends on pairs of residues.
| def test.Workshop9_my_shapes.CI2BScoreMethod.__init__ | ( | self | ) |
Construct CI2BScoreMethod.
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().
| 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.
1.8.7