Skip to content

Commit

Permalink
Fixes obvious typo (#3005)
Browse files Browse the repository at this point in the history
DropNegligible was described but missing
  • Loading branch information
towynlin committed May 14, 2020
1 parent e907109 commit 1d21e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/circuits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@
"A few notable examples are:\n",
"\n",
"* **ConvertToCzAndSingleGates**: Attempts to convert a circuit into CZ gates and single qubit gates. This uses gate's unitary and decompose methods to transform them into CZ + single qubit gates.\n",
"* **DropEmptyMoments** / **DropEmptyMoments**: Removes moments that are empty or have very small effects, respectively.\n",
"* **DropEmptyMoments** / **DropNegligible**: Removes moments that are empty or have very small effects, respectively.\n",
"* **EjectPhasedPaulis**: Pushes X, Y, and PhasedX gates towards the end of the circuit, potentially absorbing Z gates and modifying gates along the way.\n",
"* **EjectZ**: Pushes Z gates towards the end of the circuit, potentially adjusting phases of gates that they pass through.\n",
"* **ExpandComposite**: Uses `cirq.decompose` to expand composite gates.\n",
Expand Down

0 comments on commit 1d21e96

Please sign in to comment.