@@ -208,19 +208,19 @@ precomputes the product of the unitaries (in between the measurements):
208208.. testoutput ::
209209 :options: +NORMALIZE_WHITESPACE
210210
211- [Quantum object: dims = [[2, 2, 2], [2, 2, 2]], shape = (8, 8), type = oper, isherm = False
212- Qobj data =
213- [[ 0. 0.57735 0. -0.57735 0. 0.40825 0. -0.40825]
214- [ 0.57735 0. -0.57735 0. 0.40825 0. -0.40825 0. ]
215- [ 0.57735 0. 0.57735 0. 0.40825 0. 0.40825 0. ]
216- [ 0. 0.57735 0. 0.57735 0. 0.40825 0. 0.40825]
217- [ 0.57735 0. 0. 0. -0.8165 0. 0. 0. ]
218- [ 0. 0.57735 0. 0. 0. -0.8165 0. 0. ]
219- [ 0. 0. 0.57735 0. 0. 0. -0.8165 0. ]
220- [ 0. 0. 0. 0.57735 0. 0. 0. -0.8165 ]],
221- Measurement(M0, target=[0], classical_store=0),
222- Measurement(M1, target=[1], classical_store=1),
223- Measurement(M2, target=[2], classical_store=2)]
211+ [Quantum object: dims= [[2, 2, 2], [2, 2, 2]], shape= (8, 8), type=' oper', dtype=CSR, isherm= False
212+ Qobj data =
213+ [[ 0. 0.57735 0. -0.57735 0. 0.40825 0. -0.40825]
214+ [ 0.57735 0. -0.57735 0. 0.40825 0. -0.40825 0. ]
215+ [ 0.57735 0. 0.57735 0. 0.40825 0. 0.40825 0. ]
216+ [ 0. 0.57735 0. 0.57735 0. 0.40825 0. 0.40825]
217+ [ 0.57735 0. 0. 0. -0.8165 0. 0. 0. ]
218+ [ 0. 0.57735 0. 0. 0. -0.8165 0. 0. ]
219+ [ 0. 0. 0.57735 0. 0. 0. -0.8165 0. ]
220+ [ 0. 0. 0. 0.57735 0. 0. 0. -0.8165 ]],
221+ Measurement(M0, target=[0], classical_store=0),
222+ Measurement(M1, target=[1], classical_store=1),
223+ Measurement(M2, target=[2], classical_store=2)]
224224
225225
226226Here, ``sim.ops `` stores all the circuit operations that are going to be applied during
0 commit comments