InequalityMergeBehaviour

class openff.evaluator.workflow.attributes.InequalityMergeBehaviour(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.

__init__()

Attributes

SmallestValue

LargestValue