Skip to content

[Pasqal, Docs] add example and instructions for CUDA-Q jobs#173

Draft
awennersteen wants to merge 7 commits intomainfrom
aw/cuda-q-support-pasqal
Draft

[Pasqal, Docs] add example and instructions for CUDA-Q jobs#173
awennersteen wants to merge 7 commits intomainfrom
aw/cuda-q-support-pasqal

Conversation

@awennersteen
Copy link
Copy Markdown
Collaborator

Description of Change

This PR adds initial CUDA-Q support for Pasqal Cloud through QRMI, and updates related docs/examples.

See QRMI PR: qiskit-community/qrmi#55
See CUDA-Q PR: NVIDIA/cuda-quantum#4023

No functional change, only docs.

Checklist ✅

  • [ x ] Have you included a description of this change?
  • [ x ] Have you updated the relevant documentation to reflect this change?
  • [ x ] Have you made sure CI is passing before requesting a review?

Ticket

  • Fixes #
  • Is Part of #

Comment thread demo/qrmi/jobs/run_local_backend.sh Outdated
@awennersteen awennersteen force-pushed the aw/cuda-q-support-pasqal branch from 212d4b9 to ef0b8ac Compare April 17, 2026 12:13
Remove unnecessary environment variable exports.
Updated the command for running Pasqal Qiskit Provider job.
Comment on lines 114 to 117


if(ENABLE_MUNGE)
find_library(MUNGE_LIB NAMES munge REQUIRED)
set(MUNGE_LINK_LIB ${MUNGE_LIB})
else()
set(MUNGE_LINK_LIB "")
endif()

target_link_libraries(spank_qrmi
PRIVATE dl pthread m ${MUNGE_LINK_LIB} ${QRMI_SOURCE_DIR}/target/release/libqrmi.a
PRIVATE dl pthread m ${QRMI_SOURCE_DIR}/target/release/libqrmi.a
)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert file

@@ -56,22 +56,6 @@ static void acquired_resource_destroy(void *object);
static qpu_resource_t *_acquire_qpu(spank_t spank_ctxt, char *name, QrmiResourceType type);
static void _release_qpu(qpu_resource_t *res);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants