Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Jan 8, 2025
1 parent 8637b6e commit badceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/construct-circuits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"Instructions and circuits are similar in that they both describe operations on bits and qubits, but they have different purposes:\n",
"\n",
"- Instructions are treated as fixed, and their methods will usually return new instructions (without mutating the original object).\n",
"- Circuits are designed to be built over many lines of code, and [`QuantumCircuit`](/api/qiskit/qiskit.circuit.QuantumCircuit) methods often mutate the existing object.\n"
"- Circuits are designed to be built over many lines of code, and [`QuantumCircuit`](/api/qiskit/qiskit.circuit.QuantumCircuit) methods often mutate the existing object."
]
},
{
Expand Down

0 comments on commit badceaf

Please sign in to comment.