IMP Reference Guide
2.6.1
The Integrative Modeling Platform
|
A simple distance restraint. More...
Inherits object.
A simple distance restraint.
Public Member Functions | |
def | __init__ |
Setup distance restraint. More... | |
def IMP.pmi.restraints.basic.DistanceRestraint.__init__ | ( | self, | |
representation = None , |
|||
tuple_selection1 = None , |
|||
tuple_selection2 = None , |
|||
distancemin = 0 , |
|||
distancemax = 100 , |
|||
resolution = 1.0 , |
|||
kappa = 1.0 , |
|||
root_hier = None |
|||
) |
Setup distance restraint.
representation | DEPRECATED |
tuple_selection1 | (resnum,resnum,molecule name, copy number (=0)) |
tuple_selection2 | (resnum,resnum,molecule name, copy number (=0)) |
distancemin | The minimum dist |
distancemax | The maximum dist |
resolution | For selecting particles |
kappa | The harmonic parameter |
root_hier | The hierarchy to select from (use this instead of representation) |
ote Pass the same resnum twice to each tuple_selection. Optionally add a copy number (PMI2 only)