From 402ac81f2a5264bdb9d6009015db481c07a0a866 Mon Sep 17 00:00:00 2001 From: Daniel Tsvetkov Date: Mon, 3 Feb 2020 15:00:01 +0100 Subject: [PATCH] include test --- lib_q_computer_math.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib_q_computer_math.py b/lib_q_computer_math.py index 7e0ca96..689d9e1 100644 --- a/lib_q_computer_math.py +++ b/lib_q_computer_math.py @@ -726,6 +726,8 @@ def test(): assert _0 | _1 == (_1 | _0).complex_conjugate() # non-commutative inner product + test_to_from_angles() + # II: Dynamics | The evolution of a closed system is described by a unitary transformation # # Operators turn one vector into another @@ -1085,6 +1087,4 @@ def test_quantum_processor(): if __name__ == "__main__": test() - # pp(_p.get_bloch_coordinates()) - # test_to_from_angles() # test_quantum_processor()