MergeBehaviour

class openff.evaluator.workflow.attributes.MergeBehaviour(value)[source]

A enum which describes how attributes should be handled when attempting to merge similar protocols.

This enum may take values of

  • ExactlyEqual: This attribute must be exactly equal between two protocols for them to be able to merge.

  • Custom: This attribute will be ignored by the built-in merging code such that user specified behavior can be implemented.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Attributes

Custom

ExactlyEqual