Naphan Benchasattabuse
Naphan Benchasattabuse
I'm interested in this topic. What I have in mind right now is a straight-forward approach which would need `(n - 1) log n + log k` plus some extra...
I only have a rough idea in mind right now. I'll try to explain what my idea is. 1. Three sets of register are needed, `input` which stores the order...
I'm Naphan Benchasattabuse. I'm in :)
- This is the [link to our GDoc](https://docs.google.com/document/d/1Ks_zMr7djmmHHNIZ3Ily6Os0vDXt55hRnJR_nLzj0JY/edit?usp=sharing) for ideas. - This is the [link to presentation](https://docs.google.com/presentation/d/1M7gIDHblB7y17j2_xkCfoIFDYm44M2kvS5RirEX7_D4/edit?usp=sharing)
[The repo](https://github.com/Naphann/Solving-TSP-Grover) Also for the adder, I think we can use [this](https://github.com/Qiskit/openqasm/blob/master/examples/generic/adder.qasm)
[This paper](https://arxiv.org/pdf/1508.03273.pdf) explains in details how to implement a better MCT than the qiskit ones
https://github.com/Naphann/Solving-TSP-Grover The Repo I put it here again
This is [the slides](https://docs.google.com/presentation/d/1M7gIDHblB7y17j2_xkCfoIFDYm44M2kvS5RirEX7_D4/edit?usp=sharing) we used for our presentations
Upon further testing, the cause is line 43, and the time interval from setting 1GHz is ``` 0.00000025801 ``` instead of the expected value of ``` 0.000000001 ```
I can't seem to be able to reproduce what you mentioned and the code seems to build fine. Can you add more context? What are the error messages that you...