dwave.embedding.exceptions.ChainOverlapError

exception ChainOverlapError(tnode, snode0, snode1)[source]

Raised if two source nodes have an overlapping chain.

Parameters:
  • tnode – Location where the chains overlap.
  • snode0 – First source node with overlapping chain.
  • snode1 – Second source node with overlapping chain.