Skip to content

Commit

Permalink
Update demonstrations/tutorial_iqpopt.py
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Pickering <79890410+justinpickering@users.noreply.github.com>
  • Loading branch information
josephbowles and justinpickering authored Feb 11, 2025
1 parent 03b5773 commit 6eb8a49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demonstrations/tutorial_iqpopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,10 @@ def loss_fn(params, circuit, ops, n_samples, key):
# As we can see the trained circuit closely resembles the ground truth distribution. Although we won't
# cover it in this demo, the package also contains tools to evaluate generative models and investigate
# model dropping via the Kernel Generalized Empirical Likelikood.
# Conclusion
# ---------------------------------
#
# As a final takeaway, we remark that IQPopt is perhaps the only tool for researchers to analyze large
# circuits with potential advantages using numerical methods. By doing so, it opens up opportunities
# As a final takeaway, IQPopt stands out as perhaps the only tool that enables researchers to analyze large-scale circuits with potential advantages using numerical methods. By doing so, it opens up opportunities
# to explore systems that are too intricate for traditional pen-and-paper calculations and, as a
# result, it has the potential to uncover insights that were previously inaccessible.
#
Expand Down

0 comments on commit 6eb8a49

Please sign in to comment.