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()