-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some explanation and example to circuit library documentation (#7354
) (#7955) * Add some explanation and example to circuit library * remove BooleanExpression * missing gates * standard and directives * title mod * generalized gates * boolean logic circuits * Basis Change Circuits and Arithmetic Circuits * section Amplitude Functions is duplicated. (maybe a bad merge in #5142?) * N-local and feature map * dup entry * Template circuits * ups * line too long * address #7354 (comment) * addressing #7354 (comment) * addressing #7354 (comment) * Update qiskit/circuit/library/__init__.py Co-authored-by: Jake Lishman <[email protected]> * import to address #7354 (comment) * Update qiskit/circuit/library/__init__.py Co-authored-by: Jake Lishman <[email protected]> * Update qiskit/circuit/library/__init__.py Co-authored-by: Jake Lishman <[email protected]> * addressing #7354 (comment) * Update qiskit/circuit/library/__init__.py Co-authored-by: Matthew Treinish <[email protected]> * Update qiskit/circuit/library/__init__.py Co-authored-by: Matthew Treinish <[email protected]> * Update qiskit/circuit/library/__init__.py Co-authored-by: Matthew Treinish <[email protected]> * Update qiskit/circuit/library/__init__.py Co-authored-by: Matthew Treinish <[email protected]> * Update qiskit/circuit/library/__init__.py Co-authored-by: Matthew Treinish <[email protected]> * Apply suggestions from code review Co-authored-by: Matthew Treinish <[email protected]> * directives * pretty colors * undo changes in standard_gates/__init__.py * operations * Update qiskit/circuit/library/__init__.py Co-authored-by: Matthew Treinish <[email protected]> * Update qiskit/circuit/library/__init__.py Co-authored-by: Julien Gacon <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Gacon <[email protected]> * Apply suggestions from code review Co-authored-by: Julien Gacon <[email protected]> * example * Update qiskit/circuit/library/__init__.py Co-authored-by: Julien Gacon <[email protected]> * Fix Sphinx errors * Fix duplicate definitions and indentation * Fix typo Co-authored-by: Jake Lishman <[email protected]> Co-authored-by: Matthew Treinish <[email protected]> Co-authored-by: Julien Gacon <[email protected]> Co-authored-by: Jake Lishman <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit aee0dc4) Co-authored-by: Luciano Bello <[email protected]>
- Loading branch information
1 parent
850795b
commit deb6ad5
Showing
2 changed files
with
132 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,9 +187,6 @@ | |
Gate | ||
ControlledGate | ||
Delay | ||
Barrier | ||
Measure | ||
Reset | ||
Instruction | ||
InstructionSet | ||
EquivalenceLibrary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters