Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seba-1511/quantum_opt
Finding hard problems for quantum annealing
https://github.com/seba-1511/quantum_opt
Last synced: 8 days ago
JSON representation
Finding hard problems for quantum annealing
- Host: GitHub
- URL: https://github.com/seba-1511/quantum_opt
- Owner: seba-1511
- Created: 2015-02-10T20:38:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T02:21:56.000Z (over 8 years ago)
- Last Synced: 2024-10-07T11:22:12.477Z (29 days ago)
- Language: Python
- Homepage:
- Size: 38.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quantum
This repository contains my code and experiments for my research on quantum computing as a student at ISI, under the advisement of Dr. Itay Hen. It contains the following:
#### simulatedAnnealing/
Several implementations of the simulated annealing, some of them with a basic grid search procedure. A version is based on the schedule found by Dr. Albash. The goal was to solve planted instances as fast as possible.#### quantumAnnealing/
The implementation of a quantum annealer, to solve the same kind of problems as with simulated annealing.