|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
A simple distance restraint. More...
Inherits RestraintBase.
A simple distance restraint.
Public Member Functions | |
| def | __init__ |
| Setup distance restraint. More... | |
| def IMP.pmi.restraints.basic.DistanceRestraint.__init__ | ( | self, | |
| root_hier, | |||
| tuple_selection1, | |||
| tuple_selection2, | |||
distancemin = 0, |
|||
distancemax = 100, |
|||
resolution = 1.0, |
|||
kappa = 1.0, |
|||
label = None, |
|||
weight = 1.0 |
|||
| ) |
Setup distance restraint.
| root_hier | The hierarchy to select from |
| 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 |
| label | A unique label to be used in outputs and particle/restraint names |
| weight | Weight of restraint |