dwave.embedding.exceptions.InvalidNodeError#

exception InvalidNodeError(snode, tnode)[source]#

Raised if a chain contains a node not in the target graph.

Parameters:
  • snode – The source node associated with the chain.

  • tnode – The node in the chain not in the target graph.