Skip to content

Commit eb27f4c

Browse files
committed
fix tensor network doc
1 parent 9e85762 commit eb27f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/tensornetwork.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ a \odot (b\oplus c) = a\odot b \oplus a\odot c & \hspace{5em}\text{$\triangler
3434
a \odot \mymathbb{0} = \mymathbb{0} \odot a = \mymathbb{0}
3535
\end{align*}
3636
```
37-
Tensors are represented using multidimensional arrays of nonnegative numbers
37+
Tensors are represented using multidimensional arrays of numbers
3838
with labeled dimensions. These labels correspond to the array's indices, which
3939
in turn represent the set of random variables that the tensor is a function
4040
of. Thus, in this context, the terms **label**, **index**, and
@@ -124,7 +124,7 @@ save(SVG("the-tensor-network1"), tp)
124124
```
125125

126126
```@raw html
127-
<img src="the-tensor-network1.svg" style="margin-left: auto; margin-right: auto; display:block; width=50%">
127+
<img src="../the-tensor-network1.svg" style="margin-left: auto; margin-right: auto; display:block; width=50%">
128128
```
129129

130130
In this diagram, we use different colors to denote different hyperedges. Hyperedges for
@@ -180,7 +180,7 @@ save(SVG("the-tensor-network2"), tp)
180180
```
181181

182182
```@raw html
183-
<img src="the-tensor-network2.svg" style="margin-left: auto; margin-right: auto; display:block; width=50%">
183+
<img src="../the-tensor-network2.svg" style="margin-left: auto; margin-right: auto; display:block; width=50%">
184184
```
185185

186186
As a final note, our definition of a tensor network allows for repeated

0 commit comments

Comments
 (0)