Suggest using the EmbeddingComposite when the hardware graph is incompatible
arcondello opened this issue · 2 comments
arcondello commented
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.
AkashNarayanan commented
Hi @arcondello ! Can I work on this issue?
arcondello commented
@AkashNarayanan of course! Let us know if you need any questions answered.