include test

This commit is contained in:
Daniel Tsvetkov 2020-02-03 15:00:01 +01:00
parent 8e4996a101
commit 402ac81f2a
1 changed files with 2 additions and 2 deletions

View File

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