Rosetta
Classes | Variables
test.T860_SubClassing_EnergyMethods Namespace Reference

Classes

class  MyCI1B_Method
 

Variables

 extra_options
 
 pose = pyrosetta.pose_from_file("../test/data/test_in.pdb")
 
list some_storage = []
 
 sf_new = rosetta.core.scoring.ScoreFunction()
 
float kT = 1.0
 
 mc = pyrosetta.MonteCarlo(pose, sf_new, kT)
 

Variable Documentation

◆ extra_options

test.T860_SubClassing_EnergyMethods.extra_options

◆ kT

float test.T860_SubClassing_EnergyMethods.kT = 1.0

◆ mc

test.T860_SubClassing_EnergyMethods.mc = pyrosetta.MonteCarlo(pose, sf_new, kT)

◆ pose

test.T860_SubClassing_EnergyMethods.pose = pyrosetta.pose_from_file("../test/data/test_in.pdb")

◆ sf_new

test.T860_SubClassing_EnergyMethods.sf_new = rosetta.core.scoring.ScoreFunction()

◆ some_storage

list test.T860_SubClassing_EnergyMethods.some_storage = []