From 17c2f32fdac6a34e184a24671a3ac95a83a3eecd Mon Sep 17 00:00:00 2001 From: Guillermo Alonso-Linaje <65235481+KetpuntoG@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:05:31 -0500 Subject: [PATCH] empty commit --- .../tutorial_how_to_use_quantum_arithmetic_operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demonstrations/tutorial_how_to_use_quantum_arithmetic_operators.py b/demonstrations/tutorial_how_to_use_quantum_arithmetic_operators.py index 1effdfb1bd..ad75b5d370 100644 --- a/demonstrations/tutorial_how_to_use_quantum_arithmetic_operators.py +++ b/demonstrations/tutorial_how_to_use_quantum_arithmetic_operators.py @@ -330,7 +330,7 @@ def circuit_with_Poly(x,y): # of defining your own arithmetic operations or the convenience of using the :class:`~.pennylane.OutPoly` function. ###################################################################### -# Conclusion +# Conclusion # ------------------------------------------ # Understanding and implementing quantum arithmetic is a key step toward unlocking the full potential # of quantum computing. By leveraging quantum arithmetic operations in PennyLane, you can streamline