Skip to content
View Q-Zee's full-sized avatar
Block or Report

Block or report Q-Zee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Q-Zee/README.md

Welcome to Quzzi

  • ๐Ÿ‘€ Here you will find uses of the DWave Quantum Annealer (QA) to solve various optimization problems.
  • ๐ŸŒฑ The work published here is for the purpose of demonstrating how I use the QA to solve real-world problems. Some of the real-world use cases includes โœˆ๏ธ airline crew planning optimization problems.
  • Everything I learned since 2018 about coding for DWave can be found on the DWave site and code examples after signing up
  • ๐Ÿ’ก I aim to explain how I go about modeling a problem for the QA from a practical perspective.
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate with others who are looking at creating practical solvers to real work optimization problems.
  • ๐Ÿ“ซ You can reach me at QuzziCode@gmail.com
  • โค๏ธ Sponsor Quzzi!

Some of the work will be open to collaborators. Questions and comments welcomed.

๐Ÿšฅ Start -> here

Why use a Quantum Annealer for optimization?

Quantum Annealing allows finding solutions to large combination problems that are hard to solve with classical computing and offers opportunities for breakthoughs in both speed and solution quality. Furthermore, to code solvers using such a Quantum computer does not require knowledge of physics (although it helps understand why it works).

Where there are multiple "choices" to be made with consequences on cost/time as these choices interact with each other ... there is an opportunity to use the QA to find the best fit solutions where Classical computing can fail.

What is the difference between Classical computing and Quantum Annealing solvers?

Here is a simplistic analogy:

  • ๐Ÿšถโ€โ™€๏ธ One tells a classical computer "how" to solve a problem by telling it the steps (code) needed to construct a solution. It is like walking through a labyrinth until the exit is found. You might get exhausted before the end and never find the exit.

  • ๐Ÿ’ฅ The Quantum Annealer "knows" how to solve the problem by using a quality rating function one gives it (code) to compare its solutions. The paths to the labyrinth "manifest" themselves and the ones leading to exits rank at the top of the list of possible solutions.

Popular repositories

  1. DWave DWave Public

    DWave Quantum Annealing Solvers

    Python 2 4

  2. Q-Zee Q-Zee Public

    Config files for my GitHub profile.

  3. q-zee.github.io q-zee.github.io Public

    GitHub Page for Q-Zee repositories.

    HTML