Skip to content

Commit

Permalink
fix html formatting in trainable kernel tutorial (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
declanmillar authored Jun 1, 2023
1 parent 3654cfd commit d1a7457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/08_quantum_kernel_trainer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
"To train the quantum kernel on the dataset (samples and labels), we call the `fit` method of `QuantumKernelTrainer`.\n",
"\n",
"The output of `QuantumKernelTrainer.fit` is a `QuantumKernelTrainerResult` object. The results object contains the following class fields:\n",
"\n",
" - `optimal_parameters`: A dictionary containing {parameter: optimal value} pairs\n",
" - `optimal_point`: The optimal parameter value found in training\n",
" - `optimal_value`: The value of the loss function at the optimal point\n",
Expand Down

0 comments on commit d1a7457

Please sign in to comment.