Startup
This commit is contained in:
@@ -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]])
|
[0.+0.j, 1.+0.j, 0.+0.j, 0.+0.j]])
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Plot
|
||||||
|
################################################################################
|
||||||
|
plot(a.tolist())
|
||||||
|
plot(Convert.reshape(a.data,(4,4)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print "DONE"
|
print "DONE"
|
||||||
Reference in New Issue
Block a user