This commit is contained in:
2019-12-13 10:41:42 +01:00
parent 013b9743fd
commit ba9a63fcb1

View File

@@ -458,4 +458,13 @@ array([[1.+0.j, 0.+0.j, 0.+0.j, 0.+0.j], # may vary
[0.+0.j, 1.+0.j, 0.+0.j, 0.+0.j]])
"""
print "DONE"
################################################################################
# Plot
################################################################################
plot(a.tolist())
plot(Convert.reshape(a.data,(4,4)))
print "DONE"