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

Commit ee761e0

Browse files
ewinstonjaygambetta
authored andcommitted
Update building_noise_models.ipynb (#606)
typos
1 parent 55af051 commit ee761e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qiskit/aer/building_noise_models.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
"| `amplitude_damping_error` | A single-qubit generalized amplitude damping error channel given by an amplitude damping parameter $\\lambda$, and an excited state thermal population $p_1$. |\n",
9595
"| `phase_damping_error` | A single-qubit phase damping error channel given by a phase damping parameter $\\gamma$ |\n",
9696
"\n",
97-
"### Combinging quantum errors\n",
97+
"### Combining quantum errors\n",
9898
"\n",
99-
"`QuantumError` instances can be combined to using composittion, tensor product, and tensor expansion (versed order tensor product) to produce new `QuantumErrors` as:\n",
99+
"`QuantumError` instances can be combined by using composition, tensor product, and tensor expansion (reversed order tensor product) to produce new `QuantumErrors` as:\n",
100100
"\n",
101101
" * Composition: $\\cal{E}(\\rho)=\\cal{E_2}(\\cal{E_1}(\\rho))$ as `error = error1.compose(error2)`\n",
102102
" * Tensor product: $\\cal{E}(\\rho) =(\\cal{E_1}\\otimes\\cal{E_2})(\\rho)$ as `error error1.tensor(error2)`\n",

0 commit comments

Comments
 (0)