Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Circuits

qiskit.aqua.circuits

Collection of circuits and gates that may be used to build quantum algorithms and components.

Note

As of Aqua 0.7.0 Gates that were formerly here such as mct etc., that were initially built out to facilitate the development of Aqua algorithms, have been moved into Terra.

Likewise there are Circuits here, that are now deprecated, which have been moved and have updated versions in Terra qiskit.circuit.library which should be used for any future work. The circuit documentation here indicates the corresponding replacement circuit in the library.

Circuits

CNFClass for constructing circuits for Conjunctive Normal Forms
DNFClass for constructing circuits for Disjunctive Normal Forms
ESOPClass for constructing circuits for Exclusive Sum of Products
PhaseEstimationCircuitQuantum Phase Estimation Circuit.
StateVectorCircuitArbitrary State-Vector Circuit.
WeightedSumOperatorAdds q^T * w to separate register for non-negative integer weights w.
Was this page helpful?
Report a bug or request content on GitHub.