Model of the real projective plane Updated 2025-07-16
Point at infinity Updated 2025-07-16
Terminal deoxynucleotidyl transferase Updated 2025-07-16
Existence and uniqueness of solutions of ordinary differential equations Updated 2025-07-16
Police Updated 2025-07-16
QEMU.js Updated 2025-07-16
Quantum algorithm for linear systems of equations Updated 2025-07-16
Quantum computing player Updated 2025-07-16
It is hard to beat the list present at Quantum computing report: quantumcomputingreport.com/players/.
The much less-complete Wikipedia page is also of interest: en.wikipedia.org/wiki/List_of_companies_involved_in_quantum_computing_or_communication It has the merit of having a few extra columns compared to Quantum computing report.
Semiconductor fabrication plant Updated 2025-07-16
They put a lot of expensive equipment together, much of it made by other companies, and they make the entire chip for companies ordering them.
Shor's algorithm Updated 2025-07-16
Class (biology) Updated 2025-07-16
Hacker group Updated 2025-07-16
Special relativity experiment Updated 2025-07-16
- moving magnet and conductor problem: the more experiments confirm Maxwell's equations, the more special relativity has to be correct
- aberration TODO more precisely how it is evidence.
torchvision Updated 2025-07-16
Contains several computer vision models, e.g. ResNet, all of them including pre-trained versions on some dataset, which is quite sweet.
Documentation: pytorch.org/vision/stable/index.html
Vagina Updated 2025-07-16
Secret service Updated 2025-07-26
Prime number theorem Updated 2025-07-16
Prokaryotic cell organelle Updated 2025-07-16
Quantum logic gates are needed for physical implementation Updated 2025-07-16
One direct practical reason is that we need to map the matrix to real quantum hardware somehow, and all quantum hardware designs so far and likely in the future are gate-based: you manipulate a small number of qubits at a time (2) and add more and more of such operations.
While there are "quantum compilers" to increase the portability of quantum programs, it is to be expected that programs manually crafted for a specific hardware will be more efficient just like in classic computers.
TODO: is there any clear reason why computers can't beat humans in approximating any unitary matrix with a gate set?
This is analogous to what classic circuit programmers will do, by using smaller logic gates to create complex circuits, rather than directly creating one huge truth table.
The gates themselves are just unitary matrices that operate on the input qubits and produce the same number of output qubits.
For example, the matrix for the CNOT gate, which takes 2 qubits as input is:
1 0 0 0
0 1 0 0
0 0 0 1
0 0 1 0
The final question is then: if I have a 2 qubit gate but an input with more qubits, say 3 qubits, then what does the 2 qubit gate (4x4 matrix) do for the final big 3 qubit matrix (8x8)? In order words, how do we scale quantum gates up to match the total number of qubits?
The intuitive answer is simple: we "just" extend the small matrix with a larger identity matrix so that the sum of the probabilities third bit is unaffected.
More precisely, we likely have to extend the matrix in a way such that the partial measurement of the original small gate qubits leaves all other qubits unaffected.
For example, if the circuit were made up of a CNOT gate operating on the first and second qubits as in:
0 ----+----- 0
|
1 ---CNOT--- 1
2 ---------- 2
TODO lazy to properly learn right now. Apparently you have to use the Kronecker product by the identity matrix. Also, zX-calculus appears to provide a powerful alternative method in some/all cases.
There are unlisted articles, also show them or only show them.