QubitizationCosts Type
Qubitization resource estimate for a Hamiltonian expressed as an LCU.
In qubitization (quantum signal processing / quantum walk), the Hamiltonian is decomposed as H = Σₖ αₖ Uₖ where each Uₖ is unitary (a Pauli string). The key cost parameters are:
λ = Σ|αₖ| — the LCU 1-norm, governing query complexity L = number of unitaries — governs ancilla width for SELECT/PREPARE Query complexity: O(λ · t / ε) for time evolution to precision ε
Record fields
| Record Field |
Description
|
Full Usage:
DistinctUnitaries
Field type: int
|
Number of distinct Pauli unitaries in the LCU decomposition.
|
Full Usage:
Lambda
Field type: float
|
LCU 1-norm λ = Σ|αₖ|.
|
Full Usage:
SelectAncillas
Field type: int
|
Ancilla qubits for PREPARE/SELECT: ⌈log₂ L⌉.
|
Full Usage:
SystemQubits
Field type: int
|
System (data) qubits.
|
Full Usage:
TotalQubits
Field type: int
|
Total qubits: system + ancillas.
|