Conversation
# Conflicts: # examples/device/CMakeLists.txt
# Conflicts: # templates/device/CMakeLists.txt
|
@burgholzer I just realized that including also the |
Yeah, I had some intuition that something like this might come up. |
|
@burgholzer THis should actually be enough, yes. |
|
Alright, I actually tried this out real quick (updated the QDMI ref, removed the So something definitely needs to change. We could also try to work it out in MQT Core by restructuring the common helper (which eventually should be moved here) and compiling the devices we have over there as shared libraries. |
|
@ystade Based on the latest changes from the docs update, this now needs to be updated to resolve the conflicts. Edit: I also think that once we get this PR in, and we figured out how to proceed with the |
Description
This PR refactors the example device implementation by instantiating the device template for the example device. This adds a couple of convieniet features to the example device like install instructin and the packaging as a python package.
Checklist:
removals.