IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Restrain a protein's z coordinate to above a lower bound. More...
Inherits RestraintBase.
Restrain a protein's z coordinate to above a lower bound.
Definition at line 143 of file restraints/npc.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi.restraints.npc.ZAxialPositionLowerRestraint.__init__ | ( | self, | |
hier, | |||
protein, | |||
lower_bound = 0.0 , |
|||
consider_radius = False , |
|||
sigma = 1.0 , |
|||
label = None , |
|||
weight = 1.0 |
|||
) |
Constructor.
Definition at line 148 of file restraints/npc.py.