Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Fix typo quant-info -> quant_info module and remove extra space (#1183)
Browse files Browse the repository at this point in the history
Co-authored-by: SooluThomas <soolu.elto@gmail.com>
  • Loading branch information
apupier and SooluThomas committed Jul 9, 2021
1 parent 5cf9310 commit 1fcef3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/circuits/01_circuit_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
"source": [
"## Simulating circuits <a name='simulation'></a>\n",
"\n",
"To simulate a circuit we use the quant-info module in Qiskit. This simulator returns the quantum state, which is a complex vector of dimensions $2^n$, where $n$ is the number of qubits \n",
"To simulate a circuit we use the quant_info module in Qiskit. This simulator returns the quantum state, which is a complex vector of dimensions $2^n$, where $n$ is the number of qubits \n",
"(so be careful using this as it will quickly get too large to run on your machine).\n",
"\n",
"There are two stages to the simulator. The first is to set the input state and the second to evolve the state by the quantum circuit."
Expand Down

0 comments on commit 1fcef3f

Please sign in to comment.