idea: Exploring an O(n) Depth Operator (Position-Pro) for Quantum Permutations #5
Replies: 1 comment
-
Why Quantum Computing May Have No Future in Permutations and TSP Problems?1. The Fatal Flaw of Logical Generation PathsCurrent quantum permutation schemes, even those employing the theoretically optimal PP (Position-Pure) Algorithm, are locked at a complexity of 2. Chain Impact on Complex Problems (e.g., TSP)If the construction of underlying permutation operators cannot escape the cost of sequential time, complex problems like TSP (Traveling Salesman Problem)—which rely on searching through permutation paths—cannot achieve true physical acceleration on quantum architectures. Most current "acceleration" schemes rely on fuzzy physical simulations (such as quantum annealing), which fail to provide the precise, discrete, and optimal deterministic results required. 3. The Only "Escape Hatch" — Native OperatorThe sole possibility for quantum computing in the field of permutations lies in completely abandoning the "sequential computing" mindset and pursuing "Native Permutation". This means bypassing step-by-step swap logic and instead seeking a physical field capable of instantaneous multi-body interaction. Such a mechanism would allow the system to map directly from an initial state to the target permutation state with 4. Final ConclusionUnless a paradigm shift from "logical programs" to "native physical operators" can be achieved, the precise generation of permutations will forever remain the domain of digital circuits like FPGAs/ASICs, which can perfectly master deterministic timing, rather than qubits. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[Discussion] Exploring an O(n) Depth Operator (Position-Pro) for Quantum Permutations
The Concept
Most quantum permutation implementations rely on general-purpose sorting networks with$O(n \log^2 n)$ depth. I’ve been exploring a Position-Pro (PP) approach that utilizes Factoradic-based addressing to drive swaps. The goal is to reduce circuit depth to a hardware-native $O(n)$ .
Preliminary Results (N=5 TSP)
Questions for the Community
I would appreciate any critical feedback or pointers to existing research on similar linear-depth permutation logic.
Beta Was this translation helpful? Give feedback.
All reactions