The title says it all. If qubits can be in the position of a 1 and 0, why can’t multiple computers using 1s and 0s accomplish the same thing?

  • @baseless_discourse@mander.xyz
    link
    fedilink
    English
    20
    edit-2
    1 year ago

    You can definitely simulate quantum computer with classical computer, but it just won’t be as efficient. classical computers would require exponential more space to simulated the process of a quantum computer, which quickly becomes unscalable.

  • @MagosInformaticus
    link
    English
    15
    edit-2
    1 year ago

    I’d say the key insight with quantum computing is that its algorithms are about choreographing interference patterns among qubits such that wrong answers cancel each other out but right answers reinforce one another. It’s not just a matter of trying possibilities in parallel or “running different probabilities simultaneously” - the qubits’ states are complex combinations of 0 and 1 states, and they interact with and change one another. Simulating those interactions on a classical computer requires exponentially growing amounts of memory space and time as the quantum computation gets bigger. Trying to divide-and-conquer this simulation over multiple classical computers runs into the need for different parts of the circuit to know about each others’ state, limiting how much work can be sectioned off to be done by each computer in the group.

  • @Candelestine@lemmy.world
    link
    fedilink
    English
    71 year ago

    Not just a one and a zero simultaneously, but every decimal in between. All infinity of them. This is the part that doesn’t scale well, classical computers don’t like infinity. Quantum computers love it.

    • @cynar@lemmy.world
      link
      fedilink
      English
      91 year ago

      Actually, it’s explicitly not all in between. The quantum state is a super position, not a smear. It is (ideally) both 1 and 0, but nothing in between.

      It’s power comes when you have a multi bit number. 16 bits give 65536 possibilities. A classical computer would have to check each one individually to process them all. A quantum computer does them all in 1 go.

      While it gets very messy in the implementation, quantum computers are still binary, just quantum binary. No infinities needed