qiu_quantum_computing
¶
Generic computations on the amplitudes of a quantum computer, as Qiskit circuits.
State preparation (state_preparation, preparable_state), the QFT (qft) and
uniformly controlled rotations (uniformly_controlled_rotation), each available as a
dense unitary, a Qiskit gate or a decomposed circuit, and diagonal phase operators
e^(i f(x)) of sampled signals (phase_propagator).
Modules:
-
phase_propagator–Diagonal phase operators: circuits applying the phase
e^(i f(x))of a signal. -
preparable_state–A quantum state together with the way it is prepared in a circuit.
-
qft–Quantum Fourier transform circuits.
-
state_preparation–Circuits preparing a quantum state from the all-zero state.
-
uniformly_controlled_rotation–Uniformly controlled rotations, decomposed into elementary gates.