Skip to content

Commit

Permalink
Merge pull request #490 from JoelPasvolsky/zephyr_namespace
Browse files Browse the repository at this point in the history
Add zephyr to embedding namespace
  • Loading branch information
arcondello authored Apr 27, 2023
2 parents 8d232ab + d6f18c9 commit ab6c4d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dwave/embedding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

import minorminer # into this namespace
import dwave.embedding.chimera
import dwave.embedding.drawing
import dwave.embedding.pegasus
import dwave.embedding.zephyr
import dwave.embedding.drawing
import dwave.embedding.exceptions

from dwave.embedding.diagnostic import diagnose_embedding, is_valid_embedding, verify_embedding
Expand Down

0 comments on commit ab6c4d1

Please sign in to comment.