What type of memory hierarchy does the DWave's QPU use?
I am new to the Quantum computing, I wanted to start from the scratch, these are some questions I still didn't get any answers. I am interested in learning the Architecture of the DWave's QPU. What kind of Instructions set architecture it uses and What kind of memory hierarchy it has.
Comments
Hey Balaviknesh,
Based on your question I think you might be most interested in "Getting Started with the System"
https://docs.dwavesys.com/docs/latest/doc_getting_started.html
In an application workflow it can be considered to be a specialized co-processor with an API interface. Rather than running a portion of your traditional CPU/GPU instruction set, it will quickly return high quality solutions to a particular class of problems that are quite challenging for traditional computers. And it can be quickly incorporated in programs that require this functionality.
If you're more interested in getting started with programming and the Ocean SDK, you can find a good place to begin here https://docs.ocean.dwavesys.com/en/stable/getting_started.html#
Please sign in to leave a comment.