Question about Dwave probablity calculation code.
Hello D-wave community,
Our team is developing an AI/ML application for the Dwave and are currently setting up test problems/data and getting familiar with the Ocean platform.
We have a simple binomial probability calculation that we want to run on our machine in parallel with the Dwave QPU. Are there any tools for this? If not, is there a way we can write our own python function and pass it through the Dwave sampler?
Using a normal approximation to the binomial distribution would be fine too.
Comments
Hello,
It sounds like dwave-hybrid might be a good fit.
It is a set of tools in Ocean that lets you create workflows, running a problem through a pipeline of functions, and even iterating on the pipeline if so desired.
It's a way to combine classical and quantum computing in a way that is fast and easy.
Here's a link to the documentation:
https://docs.ocean.dwavesys.com/en/latest/docs_hybrid/sdk_index.html
I hope this was helpful.
Please let us know if you have any questions.
Please sign in to leave a comment.