Skip to content

Commit 3e201b1

Browse files
committed
created images directory
1 parent 1cc6bda commit 3e201b1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

aer/matrix_product_state.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"source": [
2020
"## Introduction\n",
2121
"`Tensor networks` are used as an alternate representation for a network of qubits. This representation consists of a network of tensors with connections among them. The `matrix product state` (MPS) is the simplest type of tensor network, where we have a one dimensional set of tensors, with connections between every two consecutive tensors. This representation can be used to represent a system of qubits, where each qubit is represented by one tensor. The MPS structure is often depicted graphically, as follows: \n",
22-
"![](mps.jpg)"
22+
"![](images/mps.jpg)"
2323
]
2424
},
2525
{
@@ -87,7 +87,7 @@
8787
"\n",
8888
"We demonstrate this in the following graph. We ran these two simulation methods on a set of randomly generated circuits, where the percentage of two-qubit gates is 0.1. The depth of the circuits is kept constant at 120 gates. The final computation of the circuit is the expectation value of random Pauli gates on 5 random qubits.\n",
8989
"\n",
90-
"![](graph_of_random_circuits.jpg)"
90+
"![](images/graph_of_random_circuits.jpg)"
9191
]
9292
}
9393
],

0 commit comments

Comments
 (0)