Skip to content

✨ Dynamically add NA QDMI Devices from JSON #1226

@ystade

Description

@ystade

Problem Statement

The current solution offers an elegant way to transform a JSON representation of an NA device into a corresponding QDMI device as a shared library. As mentioned in this thread, it would also be convinient, if one would be able to add a NA QDMI device based on a JSON specification during runtime without having to compile the JSON into a shared library that can then be loaded dynammically.

Proposed Solution

Implement a generic QDMI device that expects a JSON file to parse during runtime. It the reports the corresponding figures stored in the JSON specification. The biggest challenge is to pass the location of the JSON file to the QDMI device.

Metadata

Metadata

Assignees

No one assigned

    Labels

    NAAnything related to Neutral Atom Quantum ComputingQDMIAnything related to QDMIc++Anything related to C++ code
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions