|
|
|
|
|
by tagrun
2433 days ago
|
|
No idea where exactly you got that idea (feel free to quote any part of the paper), but no, it isn't. Even the brute force "simulation" of a quantum computer is like UN...U2.U1 where Us are unitarity matrices. The hard part is obtaining those unitaries (whose dimensions grow exponentially with the number of qubits). For fixed number of qubits though, once you have N unitaries, you do N matrix multiplications. If you double N, it'll take twice long on a classical and roughly twice on a quantum computer (different gates take different amount of time to implement). But on an actual quantum computer, there are tricks you can do (if the Hamiltonian allows) which may allow you to do it in fewer unitaries. Circuit depth is still important because it is important 1) for modelling the noise in the device and extracting gate fidelities, that's basically how randomized benchmarking works although they're doing something else for fidelity estimates it still is a function of circuit depth 2) for doing anything meaningful when using a given set of basic building block gates. |
|
> we ran random hard circuits with 53 qubits and increasing depth, until reaching the point where classical simulation became infeasible
Or am I misunderstanding something? (ELI5 plz, I'm not well-versed in quantum computing).