home.social

#blochsphere — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #blochsphere, aggregated by home.social.

  1. Updated: I added the aha-chapter that I was missing.

    "Quantum computers try all possibilities in parallel" is the popular line — and it's dangerously misleading. A measurement collapses everything to one random answer, so "parallel" on its own is useless.

    The actual move: a quantum algorithm is ONE global linear transformation on a 2^n-amplitude vector, designed so wrong answers destructively cancel and the right one amplifies. Classical searches. Quantum shapes.

    Walkthrough with a Grover-style bar chart in four snapshots, plus the full pipeline: superconducting oscillator → Josephson junction → Bell state → amplitude amplification → Shor / Grover / simulation.

    🔗 ki-mathias.de/en/quantum-compu
    🎥 youtu.be/iMaqNfA0Gs0 (9:14, HD)
    📦 Qiskit notebooks: github.com/pmmathias/quantum-c

    #quantumcomputing #qiskit #qubit #interference #grover #blochsphere #physics #education

  2. Updated: I added the aha-chapter that I was missing.

    "Quantum computers try all possibilities in parallel" is the popular line — and it's dangerously misleading. A measurement collapses everything to one random answer, so "parallel" on its own is useless.

    The actual move: a quantum algorithm is ONE global linear transformation on a 2^n-amplitude vector, designed so wrong answers destructively cancel and the right one amplifies. Classical searches. Quantum shapes.

    Walkthrough with a Grover-style bar chart in four snapshots, plus the full pipeline: superconducting oscillator → Josephson junction → Bell state → amplitude amplification → Shor / Grover / simulation.

    🔗 ki-mathias.de/en/quantum-compu
    🎥 youtu.be/iMaqNfA0Gs0 (9:14, HD)
    📦 Qiskit notebooks: github.com/pmmathias/quantum-c

    #quantumcomputing #qiskit #qubit #interference #grover #blochsphere #physics #education

  3. Updated: I added the aha-chapter that I was missing.

    "Quantum computers try all possibilities in parallel" is the popular line — and it's dangerously misleading. A measurement collapses everything to one random answer, so "parallel" on its own is useless.

    The actual move: a quantum algorithm is ONE global linear transformation on a 2^n-amplitude vector, designed so wrong answers destructively cancel and the right one amplifies. Classical searches. Quantum shapes.

    Walkthrough with a Grover-style bar chart in four snapshots, plus the full pipeline: superconducting oscillator → Josephson junction → Bell state → amplitude amplification → Shor / Grover / simulation.

    🔗 ki-mathias.de/en/quantum-compu
    🎥 youtu.be/iMaqNfA0Gs0 (9:14, HD)
    📦 Qiskit notebooks: github.com/pmmathias/quantum-c

    #quantumcomputing #qiskit #qubit #interference #grover #blochsphere #physics #education

  4. Updated: I added the aha-chapter that I was missing.

    "Quantum computers try all possibilities in parallel" is the popular line — and it's dangerously misleading. A measurement collapses everything to one random answer, so "parallel" on its own is useless.

    The actual move: a quantum algorithm is ONE global linear transformation on a 2^n-amplitude vector, designed so wrong answers destructively cancel and the right one amplifies. Classical searches. Quantum shapes.

    Walkthrough with a Grover-style bar chart in four snapshots, plus the full pipeline: superconducting oscillator → Josephson junction → Bell state → amplitude amplification → Shor / Grover / simulation.

    🔗 ki-mathias.de/en/quantum-compu
    🎥 youtu.be/iMaqNfA0Gs0 (9:14, HD)
    📦 Qiskit notebooks: github.com/pmmathias/quantum-c

    #quantumcomputing #qiskit #qubit #interference #grover #blochsphere #physics #education

  5. Updated: I added the aha-chapter that I was missing.

    "Quantum computers try all possibilities in parallel" is the popular line — and it's dangerously misleading. A measurement collapses everything to one random answer, so "parallel" on its own is useless.

    The actual move: a quantum algorithm is ONE global linear transformation on a 2^n-amplitude vector, designed so wrong answers destructively cancel and the right one amplifies. Classical searches. Quantum shapes.

    Walkthrough with a Grover-style bar chart in four snapshots, plus the full pipeline: superconducting oscillator → Josephson junction → Bell state → amplitude amplification → Shor / Grover / simulation.

    🔗 ki-mathias.de/en/quantum-compu
    🎥 youtu.be/iMaqNfA0Gs0 (9:14, HD)
    📦 Qiskit notebooks: github.com/pmmathias/quantum-c

    #quantumcomputing #qiskit #qubit #interference #grover #blochsphere #physics #education

  6. L'informatique quantique, basée sur la contre-intuitive mécanique quantique, diffère profondément de l'informatique classique.

    Tania Belabbas, de l'Institut quantique - Université de Sherbrooke, fait appel aux mathématiques pour nous expliquer le fameux qubit.

    accromath.uqam.ca/2025/10/de-l

    #QuantumComputing #qubit #BlochSphere #SciComm

  7. L'informatique quantique diffère profondément de l'informatique classique. Tania Belabbas de l'Institut quantique - Université de Sherbrooke fait appel aux mathématiques pour nous expliquer le fameux qubit. accromath.uqam.ca/2025/10/de-l... #QuantumComputing #qubit #BlochSphere #SciComm

  8. Seems like you cannot just modelize an N Qbit quantum system with an array of N Qbit... Entanglement makes things much more complicated.

    I have to redesign my quantum playground from scratch to handle several qbits 🙁

    Too bad, I just added add/remove QGate buttons.

    If you yhink you understand quantum mechanics, you have probably missed something.

  9. My slowly start to be something. I can now represent gate effect on a .

    PauliZ is easy to understand, PauliX and PauliY , Mmm..... Ok, but Hadamard gate is more tricky.

    You can play with here: kissyagni.com/the-bloch-sphere

    Code available here: codeberg.org/KissYagni/KissYag

  10. Small ugly update of my viewer. I now display cartesian representation of probability amplitude. It basically gives the probability of having |0⟩ or |1⟩ when measuring the qbit. (strickly speaking, they are the square root of probability):

    for dummies

  11. I continue my . X, Y, Z, axes 2 slider for Theta/Phi and the arrow representing the .

    I don't like triangles btw, so I'm doing everything in with , CSG and ray/primitive intersection.

    Yep, there is only 6 triangles here 😇