lanl-ansi / QuantumAnnealing.jl

Tools for the Simulation and Execution of Quantum Annealing Algorithms
Other
23 stars 5 forks source link

Custom annealing schedules #9

Closed bernalde closed 2 years ago

bernalde commented 2 years ago

Hi Carleton, fantastic package, I think it will be really useful for some smaller experiments we have! I would suggest that one could load an annealing schedule for an specific machine as available here https://docs.dwavesys.com/docs/latest/doc_physical_properties.html#anneal-schedules That would allow people to have a closer simulation of a given DWave annealer. Again, great contribution.

ccoffrin commented 2 years ago

Thanks @bernalde! We have support for this through the function parse_dwave_annealing_schedule. You can have a look at the prerelease docs here for more details.

ccoffrin commented 2 years ago

If you have ideas for other tools to support interoperability please let us know!

ccoffrin commented 2 years ago

I am going to close this for now as the requested feature is already available, as far as I can tell.