From abe14c3a2010d9fd2cac2a4494c655be134f31ff Mon Sep 17 00:00:00 2001 From: DESU SURYA SAI TEJA <38343412+suryadesu@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:40:12 +0530 Subject: [PATCH] Fixed typo in mps local representation --- aer/matrix_product_state.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aer/matrix_product_state.ipynb b/aer/matrix_product_state.ipynb index a2278a4f..56ca3d08 100644 --- a/aer/matrix_product_state.ipynb +++ b/aer/matrix_product_state.ipynb @@ -33,7 +33,7 @@ "The state vector representation implies an exponential size representation, regardless of the actual circuit. Every quantum gate operating on this representation requires exponential time and memory.\n", "\n", "The matrix product state reprentation offers a local representation, in the form:\n", - "$\\Gamma^{[1]} \\lambda^{[1]} \\Gamma^{[2]} \\lambda^{[2]}\\ldots \\Gamma^{[1]} \\lambda^{[n-1]} \\Gamma^{[n]}$. The $c_{i_1 \\ldots i_n}$ can be computed from this structure. \n", + "$\\Gamma^{[1]} \\lambda^{[1]} \\Gamma^{[2]} \\lambda^{[2]}\\ldots \\Gamma^{[n-1]} \\lambda^{[n-1]} \\Gamma^{[n]}$. The $c_{i_1 \\ldots i_n}$ can be computed from this structure. \n", "\n", "Every $\\Gamma^{[i]}$ is a tensor of complex numbers that represents qubit $i$. Every $\\lambda^{[i]}$ is a matrix of real numbers that is used to normalize the amplitudes of qubits $i$ and $i+1$. \n", "\n",