Skip to content

Releases: qiskit-community/spank-plugins

v0.4.0

24 Oct 13:24
1ccfa40

Choose a tag to compare

What's Changed

New Features 🎉

  • Logging error reason of failures in qrmi_resource_new(), qrmi_resource_is_accessible() etc. by @ohtanim in #149

Other Changes

  • Update an old path in INSTALL.md for slurm-docker-cluster setup by @rwakizaka in #148

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

17 Oct 02:22
7a13ec0

Choose a tag to compare

What's Changed

Other Changes

  • Add build section to docker-compose.yml by @ohtanim in #147

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Oct 23:37
2237deb

Choose a tag to compare

What's Changed

New Features 🎉

  • Allow to specify the location of slurm header files for build by @ohtanim in #143

Other Changes

  • Fix build errors by some versions of C compiler by @ohtanim in #135
  • Rework CMakeLists.txt to be more stable of ExternalProject_Add by @ohtanim in #136
  • Update slurm-docker-cluster to slurm-25-05-3-1 by @ohtanim in #137
  • Add error handling if qrmi_config.json not found by @ohtanim in #138
  • Typo tenent=>tenet in overview.md by @utzb in #139
  • Releasing a resource aborted if user overrides QRMI environment variable by @ohtanim in #141
  • Remove unnecessary link targets when OPENSSL_STATIC is enabled for build by @ohtanim in #142
  • Update patch files for creating slurm-docker-cluster by @ohtanim in #145

Full Changelog: v0.2.0...v0.3.0

v0.2.0

27 Aug 13:01
de33d90

Choose a tag to compare

What's Changed

New Features 🎉

Other Changes

  • added "how-to-cite-this-work" section in Readme. by @smens in #104
  • task_runner/examples: Generate primitive params data for IBM QRMI examples by @ohtanim in #102
  • Update qiskit example to fix Qiskit 2.1 deprecation by @ohtanim in #107
  • Add a tool to validate Slurm plugins by @ohtanim in #108
  • Use CMAKE_C_STANDARD 11 for C compilations by @ohtanim in #109
  • Direct Access API: Treat "usage" field as optional by @ohtanim in #110
  • Update Rust Toolchain to 1.86.0 by @ohtanim in #115
  • Repository restructure and add maturin packaging (moves only) by @hitomitak in #124
  • Upgrade slurm-docker-cluster to version slurm-25-05-1-1 by @ohtanim in #122
  • feat: add task_runner Python CLI, type stubs packaging, and library-izing get_target by @hitomitak in #125
  • WIP - Migration: Marking qrmi as deprecated etc. by @ohtanim in #126
  • Upgrade slurm version of slurm-docker-cluster to slurm-25-05-2-1 by @ohtanim in #128
  • Remove obsoleted files by @ohtanim in #130
  • Git repo migration: Update documents / demo files by @ohtanim in #127
  • Fix return code of Spank fn, and add target_compile_options with fixing warnings by @ohtanim in #131

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

09 Jun 17:16
2140331

Choose a tag to compare

This is a SPANK plugin that provides access to Quantum Resources from Slurm jobs. It handles the acquisition and release of access to Quantum Resources and sets the necessary environment variables for executing Quantum workloads.

First release supports IBM Quantum and Pasqal quantum computing services via direct link to on-prem systems (IBM direct access) and cloud bursting (access quantum resource using provider cloud services).

  1. About the Project
  2. HPC user experience, HPC developer experience and usage patterns
  3. Installation

Full Changelog: https://github.com/qiskit-community/spank-plugins/commits/v0.1.0