Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
a-matsuo committed Feb 17, 2023
1 parent 793a06f commit db6b7e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/03_european_call_option_pricing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@
" post_processing=european_call_objective.post_processing,\n",
")\n",
"# construct amplitude estimation\n",
"ae = IterativeAmplitudeEstimation(epsilon_target=epsilon, alpha=alpha, sampler=Sampler(run_options={\"shots\": 100}))"
"ae = IterativeAmplitudeEstimation(\n",
" epsilon_target=epsilon, alpha=alpha, sampler=Sampler(run_options={\"shots\": 100})\n",
")"
]
},
{
Expand Down

0 comments on commit db6b7e9

Please sign in to comment.