Deprecation notice (since v0.23.0). See the migration guide for details.

Quantum Resource Management Interface (QRMI)
  • SPANK Plugins
/

Getting Started

  • Installing QRMI
  • Help and Support

Additional Resources

  • FAQ
  • Troubleshooting
  • Migration Guides
    • Migrating to v0.25.0: QRMI is_accessible() is now deprecated. Use status() instead
    • Migrating to v0.25.0: QRMI QuantumResources can now be created from a configuration map
    • Migrating to v0.24.0: QRMI now classifies errors
    • Migrating to v0.23.0: IBM Quantum Compute Service API rename
    • Migrating to v0.13.0: IBM Quantum System Service API rename
  • Code of Conduct
  • Citations

Development

  • Contributing to QRMI
  • Testing
  • Documentation
  • Release & Deployment
  • Contributor Licensing Agreement
  • API References
    • Rust API Reference
    • C API Reference
    • Python API Reference
      • qrmi package
        • qrmi.primitives package
        • qrmi.pulser package
        • qrmi.qiskit_iqm package
    • Lua API Reference

Examples

  • QRMI Examples
    • Bindings Examples
      • QRMI Examples in Rust
        • Parsing QRMI Config File
        • IBM Quantum System
        • IBM Quantum Compute Service
        • IQM Server
        • Pasqal Cloud
        • Pasqal Local
        • Alice and Bob Felis
        • QRMI Provider
      • QRMI Examples in Python
        • IBM Quantum System
        • IBM Quantum Compute Service
        • IQM Server
        • Pasqal Cloud
        • Pasqal Cloud - CUDA-Q
        • Pasqal Local
        • Alice and Bob Felis
        • QRMI Provider
      • QRMI Examples in C
        • Parsing QRMI Config File
        • IBM Quantum System
        • IBM Quantum Compute Service
        • IQM Server
        • Pasqal Cloud
        • Pasqal Local
        • Alice and Bob Felis
        • QRMI Provider
      • QRMI Examples in Lua
        • IBM Quantum Compute Service & IBM Quantum System
        • IQM Server
        • Pasqal Cloud/Local
        • Alice and Bob Felis
    • Pulser Examples
      • Pulser Connection with Pasqal Cloud
    • Qiskit Examples
      • Sampler/Estimator Primitives with IBM Quantum Service & IBM Quantum System
      • Qiskit Primitives with IQM
      • Qiskit Primitives with Pasqal Cloud
    • Task Runner Examples
      • QRMI Task Runner
      • Tools to Generate IQM JSON from Qiskit QuantumCircuit
      • Tools to Generate Input for Task Runner from Pulser
      • Tools to Generate EstimatorV2/SamplerV2 Primitive Input
      • Tools to Generate Input for Task Runner from Qiskit Pasqal Provider

On this page

  • Subpackages
  • Module contents
    • get_job_qpu_resources_and_types()
qrmi 0 0
Edit this page
  1. Quantum Resource Management Interface (QRMI) /
  2. API References /
  3. Python API Reference /
  4. qrmi package
View Source Open in ChatGPT Open in Claude

qrmi package#

Subpackages#

  • qrmi.primitives package
    • qrmi.primitives.ibm package
    • qrmi.primitives.pasqal package
  • qrmi.pulser package
  • qrmi.qiskit_iqm package

Module contents#

QRMI python package

qrmi.get_job_qpu_resources_and_types() → tuple[list[str], list[str]][source]#

Return QRMI job QPU resources and types.

Returns:

A tuple containing the list of QPU resources and their corresponding types.

Return type:

Tuple[list[str], list[str]]

Previous
Python API Reference
Next
qrmi.primitives package

2026, Hartree Centre

Made with Sphinx and Shibuya theme.