From 8e376a7447310e5e36f69f8e6e3984599ceaef74 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sat, 30 Nov 2019 10:25:58 +0100 Subject: Remove unnecessary prit statement --- single_dequantify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/single_dequantify.py b/single_dequantify.py index 2a5e2bc..b2cb400 100644 --- a/single_dequantify.py +++ b/single_dequantify.py @@ -34,7 +34,6 @@ def sphere2cart(phi, theta): for i in range(iterations): state = time_evolution(state) h = npy.dot(state, state) - #print(f"{bloch_map(state)[0]}; {bloch_map(state)[1]}") coords = bloch_map(state) coords = sphere2cart(coords[0], coords[1]) print(f"{coords[0]}; {coords[1]}; {coords[2]}") -- cgit v1.2.3-54-g00ecf