Skip to content

Commit

Permalink
ci: Attempt to identify original samples dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Aug 5, 2024
1 parent 72dc774 commit 7e9976a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qibolab/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ def execute_circuit(self, circuit, initial_state=None, nshots=1000):

result = MeasurementOutcomes(circuit.measurements, self, nshots=nshots)
self.assign_measurements(measurement_map, readout)
samples = result.samples()
print(samples)
print(samples.dtype)
return result

def execute_circuits(self, circuits, initial_states=None, nshots=1000):
Expand Down

0 comments on commit 7e9976a

Please sign in to comment.