pennylane
pennylane copied to clipboard
Python code for simulated annealing via Pennylane [unitaryhack]
Context: Simulated annealing algorithm
Description of the Change: A new function for running the simulated annealing algorithm for finding global optima of optimization problems
Benefits: There is no dedicated package for simulated annealing at PennyLane. This contribution will make the algorithm available at the library.
Possible Drawbacks:
Related GitHub Issues:
Codecov Report
Merging #2714 (529b6c7) into master (5ce9065) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #2714 +/- ##
=======================================
Coverage 99.61% 99.61%
=======================================
Files 253 253
Lines 20748 20748
=======================================
Hits 20668 20668
Misses 80 80
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5ce9065...529b6c7. Read the comment docs.
Thanks @maxwell04-wq for the great demo on this: https://github.com/maxwell04-wq/simulated-annealing-pennylane/blob/main/Simulated_Annealing_Tutorial_Pennylane.ipynb
I will close this PR.