Munich-Quantum-Software-Stack / QDMI

Quantum Device Management Interface (QDMI)
https://munich-quantum-software-stack.github.io/QDMI/
Apache License 2.0
26 stars 0 forks source link

✨ Add C++ Example Device #71

Closed ystade closed 1 month ago

ystade commented 1 month ago

Issue

The existing example device is purely implemented in C. Since it is also possible to implement a C interface such as QDMI in C++, we also want to provide an example of implementation in C++. Programmers might be more familiar with C++ than C, but at least they can now choose between those two examples.

Solution

This PR adds an example device implemented in C++, returning the same data as the C device (as of now).

Remarks

This PR additionally