|
Rosetta
|
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) | |
| test.T860_SubClassing_EnergyMethods.extra_options |
| float test.T860_SubClassing_EnergyMethods.kT = 1.0 |
| test.T860_SubClassing_EnergyMethods.pose = pyrosetta.pose_from_file("../test/data/test_in.pdb") |
| test.T860_SubClassing_EnergyMethods.sf_new = rosetta.core.scoring.ScoreFunction() |
| list test.T860_SubClassing_EnergyMethods.some_storage = [] |