Pinned Repositories
airline-hubs
Determine which airports should be hub locations for an airline. Solved using the LeapHybridDQMSampler.
antenna-selection
Demonstrate a max independent set problem with antennas
circuit-equivalence
This demonstration addresses the task of verifying the equivalence of two representations of the design of an electronic circuit, which is of interest in the field of electronic design automation. By converting the representation of each circuit into a graph, the problem can be reduced to that of determining whether the two graphs are isomorphic.
circuit-fault-diagnosis
Find possible failing components on a circuit
clustering
Using a quantum computer to cluster data points
crop-rotation
Finds optimal crop rotations for a set of crops to be planted in a connected set of plots using the LeapHybridDQMSampler.
cryptarithmetic
Cryptarithmetic puzzles are logical puzzles where the goal is to have unique assignments of digits to letters, such that the mathematical expression holds true. This demo only runs with addition puzzles.
D-Wave-VRP
dimod
A shared API for QUBO/Ising samplers.
n-queens
The n-queens problem refers to the problem of placing n queens on an n*n chessboard, such that no two queens are able to attack each other.
hhtong's Repositories
hhtong/circuit-fault-diagnosis
Find possible failing components on a circuit
hhtong/crop-rotation
Finds optimal crop rotations for a set of crops to be planted in a connected set of plots using the LeapHybridDQMSampler.
hhtong/dimod
A shared API for QUBO/Ising samplers.
hhtong/n-queens
The n-queens problem refers to the problem of placing n queens on an n*n chessboard, such that no two queens are able to attack each other.
hhtong/dwave-inspector
D-Wave Problem Inspector
hhtong/dwave-neal
An implementation of a simulated annealing sampler for general Ising model graphs in C++ with a dimod Python wrapper.
hhtong/dwave-ocean-sdk
Installer for D-Wave's Ocean tools
hhtong/dwave-preprocessing-1
Common preprocessing tools that can aid in solving binary quadratic models (BQM).
hhtong/dwave-system
An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
hhtong/dwave-tabu
Tabu solver for QUBO/Ising problems.
hhtong/dwave_networkx
D-Wave Systems extension of the NetworkX Python package for graphs and graph algorithms.
hhtong/ev-charger-placement
Determine where to place new charging stations on a map based on locations of existing charging stations and points of interest.
hhtong/factoring-notebook
Factor numbers using a quantum computer. (Leap IDE support forthcoming.)
hhtong/frequency-selection
Solve feasibility frequency assignment problem using LeapHybridSampler.
hhtong/graph-partitioning-dqm
A demo of graph partitioning using Leap's hybrid discrete quadratic model (DQM) solver.
hhtong/hybrid-computing-notebook
Create and use hybrid workflows to solve problems. (Leap IDE support forthcoming.)
hhtong/image-segmentation
Perform basic image segmentation using discrete quadratic models (DQM) and hybrid solvers.
hhtong/immunization-strategy
Find the minimal number of immunization doses required to break the transmission cycle of a virus or infectious disease within a population. Solved using the LeapHybridDQMSampler.
hhtong/job-shop-scheduling-cqm-1
Determine a schedule for running a set of jobs on a certain number of machines using the LeapHybridCQMSampler.
hhtong/knapsack
Implementation of knapsack problem, set up for scaling to large problem size
hhtong/Line-up-optimization
hhtong/maze
Simple example on how to construct a problem for a quantum computer
hhtong/mutual-information-feature-selection
Use mutual information to select features in a Titanic data set
hhtong/paint-shop-optimization
Solves the multi-car paint shop optimization problem using the LeapHybridCQMSampler.
hhtong/qbsolv
Qbsolv,a decomposing solver, finds a minimum value of a large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces solved either via a D-Wave system or a classical tabu solver. (Note that qbsolv by default uses its internal classical solver. Access to a D-Wave system must be arranged separately.)
hhtong/reservoir-management
Manage water levels in a reservoir by controlling water pumps.
hhtong/satellite-placement
Group satellites into constellations such that their average observation coverage is maximized
hhtong/structural-imbalance
Demo for analyzing the structural imbalance on a signed social network.
hhtong/structural-imbalance-notebook
Analyze the structural imbalance on a signed social network. (Leap IDE support forthcoming.)
hhtong/template
A template for code examples on this account