Skip to content

Commit 47e6aae

Browse files
authored
Fix lint
1 parent f2cd255 commit 47e6aae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tensorflow_quantum/core/ops/tfq_simulate_expectation_op_cuda.cu.cc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,8 @@ class TfqSimulateExpectationOpCuda : public tensorflow::OpKernel {
111111
for (const int num : num_qubits) {
112112
max_num_qubits = std::max(max_num_qubits, num);
113113
}
114-
115114
ComputeLarge(num_qubits, fused_circuits, pauli_sums, context,
116-
&output_tensor);
117-
115+
&output_tensor);
118116
}
119117

120118
private:
@@ -206,4 +204,4 @@ REGISTER_OP("TfqSimulateExpectationCuda")
206204
return ::tensorflow::Status();
207205
});
208206

209-
} // namespace tfq
207+
} // namespace tfq

0 commit comments

Comments
 (0)