All Questions
4 questions
0
votes
0
answers
318
views
Different result between Q# and Qiskit
I'm running a search program with custom initial state. I wrote a program in Q# and one in Qiskit but I get different results even if the code seems to be peforming the same operations. The Q# result ...
1
vote
1
answer
120
views
Grover algorithm in Q#
I have this program derived from Microsoft Quantum Kata for quantum search (Grover algorithm) (see here)
...
3
votes
1
answer
675
views
Counting in Q#: number of solutions
I have this program derived from Microsoft Quantum Katas for counting (see here):
...
4
votes
1
answer
1k
views
Practical example of Grover's algorithm (in Q#)
Is there any real example for Grover's algorithm but with real database (generated from SQL or file)? I download the Q# development kit & its example, there was one call DatabaseSearchExample ...