dwavesystems/dwave-system

Suggest using the EmbeddingComposite when the hardware graph is incompatible

arcondello opened this issue · 2 comments

Right now,

sampler = DWaveSampler()
sampleset = sampler.sample_ising({'a': -1}, {'ab': 1})
print(sampleset)

raises an error, Problem graph incompatible with solver. It would be good to also suggest using the embedding composite.

Hi @arcondello ! Can I work on this issue?

@AkashNarayanan of course! Let us know if you need any questions answered.