dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 61 forks source link

Add zephyr to embedding namespace #490

Closed JoelPasvolsky closed 1 year ago

JoelPasvolsky commented 1 year ago

We document dwave.embedding.zephyr.find_clique_embedding but it's not there now:

>>> import dwave.embedding
>>> dwave.embedding.zephyr.find_clique_embedding(2, 3)
AttributeError                            Traceback (most recent call last)
Cell In[2], line 1
----> 1 dwave.embedding.zephyr.find_clique_embedding(2, 3)
AttributeError: module 'dwave.embedding' has no attribute 'zephyr'