Quantum Computing

485 readers
1 users here now

Discussions about quantum computers

founded 3 years ago
MODERATORS
1
 
 

I'm currently playing with qiskit, the IBM Python library for quantum computing. I don't know if it is good or bad; I just took the first one I found.

2
 
 

I finally understood the Deutsch Algorithm.

All the articles I found dealt with the equations too quickly, and my math is a little rusty. Also, I never studied tensor spaces in school, so handling tensor products is far from natural.

I detailed every single steps here: https://kissyagni.com/the-deutsch-algorithm.html

There are probably more compact method to explain the algorithm, but this the one that worked for me.

3
4
5
 
 

I'm continuing digging into quantum computing with some Quantum gates acting on a single QBit. Next one will be on multiple Qbit gates.

Representing Bloch sphere with sketches is a bit challenging. I'll try to find a better way to do this.

6
 
 

Just started my journey into quantum computing. I hope this would help beginners to understand what the hell is this thing 😊

7
8
9
10
11
12
13
14
15
16
17
 
 
18
19
20
21
22
23
24
25
view more: next ›