Skip to content

Commit 7c8ba99

Browse files
format.
1 parent 1394ae4 commit 7c8ba99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tensorflow_quantum/core/ops/noise/tfq_noisy_samples.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,8 @@ class TfqNoisySamplesOp : public tensorflow::OpKernel {
173173
param.collect_mea_stat = true;
174174
param.normalize_before_mea_gates = true;
175175

176-
177-
178176
// Track op-wise stats.
179177
QTSimulator::Stat gathered_samples;
180-
//std::vector<uint64_t> gathered_samples;
181178

182179
for (int j = 0; j < num_samples; j++) {
183180
ss.SetStateZero(sv);

0 commit comments

Comments
 (0)