@isaacdevlugt So, I just discovered something interesting…
When I format my Snapshots (without naming them something unique) like
def layers(params, L):
for i in range(L):
# qml.Snapshot(f"{i}-Sz2-twoPoint", measurement = qml.expval(qml.prod(qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(j) for i in range(n_wires) for j in range(i+1, n_wires)]), qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(j) for i in range(n_wires) for j in range(i+1, n_wires)]))))
# qml.Snapshot(f"{i}-Sz-expect", measurement = qml.expval(qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(j) for i in range(n_wires) for j in range(i+1, n_wires)]))) # Need to square this
qml.Snapshot(measurement = qml.expval(qml.prod(qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(j) for i in range(n_wires) for j in range(i+1, n_wires)]), qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(j) for i in range(n_wires) for j in range(i+1, n_wires)]))))
qml.Snapshot(measurement = qml.expval(qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(j) for i in range(n_wires) for j in range(i+1, n_wires)]))) # Need to square this
# qml.Snapshot(f"{i}-Rx-twoPoint", measurement = qml.expval(qml.prod(qml.sum(*[qml.PauliX(i) for i in range(n_wires)]), qml.sum(*[qml.PauliX(i) for i in range(n_wires)]))))
# qml.Snapshot(f"{i}-Rx-expect", measurement = qml.expval(qml.sum(*[qml.PauliX(i) for i in range(n_wires)]))) # Need to square this
qml.Snapshot(measurement = qml.expval(qml.prod(qml.sum(*[qml.PauliX(i) for i in range(n_wires)]), qml.sum(*[qml.PauliX(i) for i in range(n_wires)]))))
qml.Snapshot(measurement = qml.expval(qml.sum(*[qml.PauliX(i) for i in range(n_wires)]))) # Need to square this
# qml.Snapshot(f"{i}-Ry-twoPoint", measurement = qml.expval(qml.prod(qml.sum(*[qml.PauliY(i) for i in range(n_wires)]), qml.sum(*[qml.PauliY(i) for i in range(n_wires)]))))
# qml.Snapshot(f"{i}-Ry-expect", measurement = qml.expval(qml.sum(*[qml.PauliY(i) for i in range(n_wires)]))) # Need to square this
qml.Snapshot(measurement = qml.expval(qml.prod(qml.sum(*[qml.PauliY(i) for i in range(n_wires)]), qml.sum(*[qml.PauliY(i) for i in range(n_wires)]))))
qml.Snapshot(measurement = qml.expval(qml.sum(*[qml.PauliY(i) for i in range(n_wires)]))) # Need to square this
# qml.evolve(qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(i+1) for i in range(n_wires-1)]), coeff = params[0])
qml.evolve(qml.sum(*[qml.PauliZ(i) @ qml.PauliZ(j) for i in range(n_wires) for j in range(i+1, n_wires)]), coeff = params[0]) # all-to-all interactions
qml.evolve(qml.sum(*[qml.PauliX(i) for i in range(n_wires)]), coeff = params[1])
qml.evolve(qml.sum(*[qml.PauliY(i) for i in range(n_wires)]), coeff = params[2])
the first 18 elements of qml.snapshots(simplistic_circuit)(params_normal, L = 3)
are the measurements I want (I’m pretty sure? Although the expectation values look a bit funky), but the other 18 are random Snapshots I never asked for (I think these are the qml.state()
of whenever I take the snapshot):
{0: Array(10., dtype=float64),
1: Array(0., dtype=float64),
2: Array(23.46358909, dtype=float64),
3: Array(5., dtype=float64),
4: Array(5.30421289, dtype=float64),
5: Array(0., dtype=float64),
6: Array(10.00312002, dtype=float64),
7: Array(0.00051998, dtype=float64),
8: Array(23.46265533, dtype=float64),
9: Array(4.99987, dtype=float64),
10: Array(5.30266551, dtype=float64),
11: Array(0., dtype=float64),
12: Array(10.01152057, dtype=float64),
13: Array(0.00191984, dtype=float64),
14: Array(23.45985377, dtype=float64),
15: Array(4.99948, dtype=float64),
16: Array(5.30117699, dtype=float64),
17: Array(-0.00011998, dtype=float64),
18: Array([0.17099 -0.00692422j, 0.17328406-0.00420894j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.18017702-0.00427469j, 0.18247743-0.00721763j], dtype=complex128),
19: Array([0.17099 -0.00692422j, 0.17328406-0.00420894j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.18017702-0.00427469j, 0.18247743-0.00721763j], dtype=complex128),
20: Array([0.17099 -0.00692422j, 0.17328406-0.00420894j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.18017702-0.00427469j, 0.18247743-0.00721763j], dtype=complex128),
21: Array([0.17099 -0.00692422j, 0.17328406-0.00420894j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.18017702-0.00427469j, 0.18247743-0.00721763j], dtype=complex128),
22: Array([0.17099 -0.00692422j, 0.17328406-0.00420894j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.18017702-0.00427469j, 0.18247743-0.00721763j], dtype=complex128),
23: Array([0.17099 -0.00692422j, 0.17328406-0.00420894j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17328406-0.00420894j, 0.17556322-0.00282616j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17556322-0.00282616j, 0.17786074-0.0028297j ,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.17786074-0.0028297j , 0.18017702-0.00427469j,
0.18017702-0.00427469j, 0.18247743-0.00721763j], dtype=complex128),
24: Array([0.17367835-0.00350194j, 0.17490964-0.00211588j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17862179-0.00212649j, 0.17986509-0.00356912j], dtype=complex128),
25: Array([0.17367835-0.00350194j, 0.17490964-0.00211588j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17862179-0.00212649j, 0.17986509-0.00356912j], dtype=complex128),
26: Array([0.17367835-0.00350194j, 0.17490964-0.00211588j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17862179-0.00212649j, 0.17986509-0.00356912j], dtype=complex128),
27: Array([0.17367835-0.00350194j, 0.17490964-0.00211588j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17862179-0.00212649j, 0.17986509-0.00356912j], dtype=complex128),
28: Array([0.17367835-0.00350194j, 0.17490964-0.00211588j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17862179-0.00212649j, 0.17986509-0.00356912j], dtype=complex128),
29: Array([0.17367835-0.00350194j, 0.17490964-0.00211588j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17490964-0.00211588j, 0.17613978-0.00141484j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17613978-0.00141484j, 0.17737715-0.00141342j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17737715-0.00141342j, 0.17862179-0.00212649j,
0.17862179-0.00212649j, 0.17986509-0.00356912j], dtype=complex128),
30: Array([0.1763352 -5.32860759e-06j, 0.1765115 -3.16070305e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17704184+3.20099337e-06j, 0.17721885+5.27554884e-06j], dtype=complex128),
31: Array([0.1763352 -5.32860759e-06j, 0.1765115 -3.16070305e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17704184+3.20099337e-06j, 0.17721885+5.27554884e-06j], dtype=complex128),
32: Array([0.1763352 -5.32860759e-06j, 0.1765115 -3.16070305e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17704184+3.20099337e-06j, 0.17721885+5.27554884e-06j], dtype=complex128),
33: Array([0.1763352 -5.32860759e-06j, 0.1765115 -3.16070305e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17704184+3.20099337e-06j, 0.17721885+5.27554884e-06j], dtype=complex128),
34: Array([0.1763352 -5.32860759e-06j, 0.1765115 -3.16070305e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17704184+3.20099337e-06j, 0.17721885+5.27554884e-06j], dtype=complex128),
35: Array([0.1763352 -5.32860759e-06j, 0.1765115 -3.16070305e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1765115 -3.16070305e-06j, 0.17668809-1.01674029e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17668809-1.01674029e-06j, 0.1768649 +1.10369223e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.1768649 +1.10369223e-06j, 0.17704184+3.20099337e-06j,
0.17704184+3.20099337e-06j, 0.17721885+5.27554884e-06j], dtype=complex128),
'execution_results': Array(4.9999975, dtype=float64)}
This might be a bug!