diff options
-rw-r--r-- | single_dequantify.py | 1 |
1 files changed, 0 insertions, 1 deletions
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]}") |