Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed Apr 3, 2021
1 parent 402ae69 commit 5c3a4d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class TfqNoisySampledExpectationOp : public tensorflow::OpKernel {
// e2s4 = 4 CPU, 16GB -> Can safely do 25 since Memory = 8GB
// ...
if (max_num_qubits >= 26) {
// If the number of qubits is lager than 24, we switch to an
// If the number of qubits is lager than 25, we switch to an
// alternate parallelization scheme with runtime:
// O(n_circuits * max_j(num_samples[i])) with parallelization being
// multiple threads per wavefunction.
Expand Down

0 comments on commit 5c3a4d8

Please sign in to comment.