InequalityMergeBehavior
- class openff.evaluator.workflow.attributes.InequalityMergeBehavior(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]
A enum which describes how attributes which can be compared with inequalities should be merged.
This enum may take values of
SmallestValue: When two protocols are merged, the smallest value of this attribute from either protocol is retained.
LargestValue: When two protocols are merged, the largest value of this attribute from either protocol is retained.
Attributes
SmallestValueLargestValue