dwavesystems / dwavesystems/dwave-system

embed_bqm should accept an edge list for it's target graph in addition to adj

Open
#168 0 comments 0 reactions 0 assignees View on GitHub
feature-request/enhancement
Dominant language
Python
Stars
98
Forks
67
Avg merge
7m
Merged PRs (30d)
1

Description

**Current Problem**
A common format for graphs is an edgelist and we can support that with `embed_bqm`, `embed_ising` and `embed_qubo`.

**Proposed Solution**
It would be nice if we could provide an edgelist so
```
emb = embed_bqm(bqm, embedding, [(0, 1), (1, 2)])
```
would work

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.