QDMI Adapter in Arvak, a Rust-native quantum compilation stack #323
Replies: 3 comments 2 replies
-
|
I made a mistake interpreting the MQSS structure, have updated QDMI integration now, kindly find a new version of the readme here: https://github.com/hiq-lab/arvak/blob/main/adapters/arvak-adapter-qdmi/README.md |
Beta Was this translation helpful? Give feedback.
-
|
We’ve added an evaluator module to Arvak that provides structured observability over the quantum compilation pipeline. Key capabilities: All output is structured JSON (schema v0.3.0) suitable for CI/CD integration and automated pre-screening before SLURM submission. Design document with QDMI alignment details and integration notes: https://github.com/hiq-lab/arvak/blob/main/docs/arvak-eval-design.md Here is a direct link to live the dashboard display of the evaluator module: https://arvak.io/app/#eval Looking forward to your feedback! |
Beta Was this translation helpful? Give feedback.
-
|
Servus 👋🏼 thanks for creating this discussion! A couple of bigger, higher-level observations:
Hope that's enough feedback/input for now 😌 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Servus and hello!
I have recently built a rust-native quantum compiler called Arvak and added a QDMI-Adapter to it to make it more useful and learn about MQSS. You can find the readme for the adapter here: https://github.com/hiq-lab/arvak/blob/main/adapters/arvak-adapter-qdmi/README.md
It mostly serves to test my idea of a HAL contract and Arvak is an example implementation. I would be extremely grateful if you could take a minute to look at it and tell me if the adapter makes sense to you and if you have any suggestestions.
Some links for context:
Project Page:
https://github.com/hiq-lab/arvak
General concept for HPC deployment:
https://github.com/hiq-lab/arvak/blob/main/docs/hpc-deployment.md
Website:
https://arvak.io
About the HAL Contract Idea in gerneral:
https://hal-contract.org/
Any help is welcome! Thanks a lot in advance!
best regards and Servus again :)
Daniel
Beta Was this translation helpful? Give feedback.
All reactions