InequalityMergeBehavior
- class openff.evaluator.workflow.attributes.InequalityMergeBehavior(value)[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
SmallestValue
LargestValue