Introduction to Quantum Computing
Parameterized Quantum Circuits
Parameterized quantum circuits (PQC) allow you to define circuits without knowing all of the parameter values in advance. You only need to define a label for the parameter and then use that label as the required value.
Example: Construct a variable-rotation X gate using circuit parameters.
References:
- How do I use parameterized circuits in Qiskit?:
https://www.youtube.com/watch?v=adeYx7bwYrA - Qiskit: Parameter:
https://qiskit.org/documentation/stubs/qiskit.circuit.Parameter.html - Qiskit: Parameter.assign:
https://qiskit.org/documentation/stubs/qiskit.circuit.Parameter.assign.html - Qiskit: Parameter.bind:
https://qiskit.org/documentation/stubs/qiskit.circuit.Parameter.bind.html - Basic Qiskit Syntax:
https://qiskit.org/textbook/ch-appendix/qiskit.html - Learn in Qiskit:
https://qiskit.org/learn/ - Qiskit:
https://qiskit.org - Qiskit Documentation:
https://qiskit.org/documentation/index.html