Rosetta
Variables
test.T220_AtomAtomPairEnergies Namespace Reference

Variables

 extra_options
 
 test_pose = rosetta.core.import_pose.pose_from_file('../test/data/test_dock.pdb')
 
 residue_1 = test_pose.residue(275)
 
 residue_2 = test_pose.residue(55)
 
 sfxn = create_score_function('ref2015')
 
 atr_total
 
 rep_total
 
 solv_total
 
 fa_elec_total
 
int atom_index_1 = i+1
 
int atom_index_2 = j+1
 
 atr
 
 rep
 
 solv
 
 fa_elec
 
 emap = core.scoring.EMapVector()
 

Variable Documentation

◆ atom_index_1

int test.T220_AtomAtomPairEnergies.atom_index_1 = i+1

◆ atom_index_2

int test.T220_AtomAtomPairEnergies.atom_index_2 = j+1

◆ atr

test.T220_AtomAtomPairEnergies.atr

Referenced by setup_grids().

◆ atr_total

test.T220_AtomAtomPairEnergies.atr_total

◆ emap

test.T220_AtomAtomPairEnergies.emap = core.scoring.EMapVector()

◆ extra_options

test.T220_AtomAtomPairEnergies.extra_options

◆ fa_elec

test.T220_AtomAtomPairEnergies.fa_elec

◆ fa_elec_total

test.T220_AtomAtomPairEnergies.fa_elec_total

◆ rep

test.T220_AtomAtomPairEnergies.rep

◆ rep_total

test.T220_AtomAtomPairEnergies.rep_total

◆ residue_1

test.T220_AtomAtomPairEnergies.residue_1 = test_pose.residue(275)

◆ residue_2

test.T220_AtomAtomPairEnergies.residue_2 = test_pose.residue(55)

◆ sfxn

test.T220_AtomAtomPairEnergies.sfxn = create_score_function('ref2015')

◆ solv

test.T220_AtomAtomPairEnergies.solv

◆ solv_total

test.T220_AtomAtomPairEnergies.solv_total

◆ test_pose

test.T220_AtomAtomPairEnergies.test_pose = rosetta.core.import_pose.pose_from_file('../test/data/test_dock.pdb')