deepfold.common.residue_constants.Bond¶
- class deepfold.common.residue_constants.Bond(atom1_name, atom2_name, length, stddev)¶
- __init__()¶
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
atom1_nameAlias for field number 0
atom2_nameAlias for field number 1
lengthAlias for field number 2
stddevAlias for field number 3