You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HEPQPR.Qallse project encodes the HEP (ATLAS) pattern recognition problem into a QUBO and solves it using a D-Wave or other classical QUBO libraries (qbsolv, neal). Master's project (2019).
Implementation of protein folding on 2D lattice on D-Wave QPU, using turn ancilla encoding (Babbush 2013). Conventional Monte Carlo Simulated Annealing is also included as a sepate approach
My attempt to implement problems described "A Tutorial on Formulating and Using QUBO Models" (https://arxiv.org/pdf/1811.11538.pdf) using D-Wave Ocean SDK in Python and solving on D-Wave Quantum Computer
This repository contains the Python code associated with the scientific publication "Exploring Quantum Annealing Architectures: A Spin Glass Perspective".