Skip to content

dwave-training/problem-inspector-embedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in GitHub Codespaces

Explore Embeddings with the Problem Inspector

Explore different embedding methods and chain strength using the Problem Inspector.

Exercise 1

Run the first program, exercise_1.py. Examine the sampleset that is printed to the command-line.

Add in the problem inspector with the following steps.

  1. Import the package that contains the problem inspector.
  2. Add the command to open the problem inspector after the QUBO has been sampled.

When your program successfully opens the problem inspector, answer the assignment questions in the virtual classroom.

Exercise 2

Run the second program, exercise_2.py. Examine the embedding and sampleset that are printed to the command-line.

Add in the problem inspector with the following steps.

  1. Import the package that contains the problem inspector.
  2. Add the command to open the problem inspector after the QUBO has been sampled.

When your program successfully opens the problem inspector, answer the assignment questions in the virtual classroom.

License

Released under the Apache License 2.0. See LICENSE file.

About

Explore different embeddings using the Problem Inspector.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages