pennylane icon indicating copy to clipboard operation
pennylane copied to clipboard

Python code for simulated annealing via Pennylane [unitaryhack]

Open maxwell04-wq opened this issue 2 years ago • 1 comments

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:

maxwell04-wq avatar Jun 15 '22 12:06 maxwell04-wq

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.

codecov[bot] avatar Jun 15 '22 12:06 codecov[bot]

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.

trbromley avatar Nov 29 '23 16:11 trbromley