/problem-inspector-embedding

Explore different embeddings using the Problem Inspector.

Primary LanguagePythonApache License 2.0Apache-2.0

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.