From 1a0588be3993f852a47c0a2e481b526737e36e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= <15837247+mofeing@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:41:35 +0200 Subject: [PATCH] Update transformations.md --- docs/src/transformations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/transformations.md b/docs/src/transformations.md index 7a83b40db..70ad67ac6 100644 --- a/docs/src/transformations.md +++ b/docs/src/transformations.md @@ -249,7 +249,7 @@ fig #hide ## Example: RQC simplification -Local transformations can dramatically reduce the complexity of tensor networks. Take as an example the Random Quantum Circuit circuit on Sycamore chip from Google's quantum advantage experiment [arute2019quantum](@cite). +Local transformations can dramatically reduce the complexity of tensor networks. Take as an example the Random Quantum Circuit circuit on the Sycamore chip from Google's quantum advantage experiment [arute2019quantum](@cite). ```@setup plot using Makie @@ -317,4 +317,4 @@ Label(fig[1, 1, Bottom()], "Original") # hide Label(fig[1, 2, Bottom()], "Transformed") # hide fig # hide -``` \ No newline at end of file +```