Recent Releases of spank-plugins
spank-plugins - v0.2.0
What's Changed
New Features 🎉
- Rework QRMI C API by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/118
- Rework spank_qrmi spank plugins by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/121
- Set QRMI loglevel based on SRUN_DEBUG by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/129 ### Other Changes
- added "how-to-cite-this-work" section in Readme. by @smens in https://github.com/qiskit-community/spank-plugins/pull/104
- task_runner/examples: Generate primitive params data for IBM QRMI examples by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/102
- Update qiskit example to fix Qiskit 2.1 deprecation by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/107
- Add a tool to validate Slurm plugins by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/108
- Use CMAKECSTANDARD 11 for C compilations by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/109
- Direct Access API: Treat "usage" field as optional by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/110
- Update Rust Toolchain to 1.86.0 by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/115
- Repository restructure and add maturin packaging (moves only) by @hitomitak in https://github.com/qiskit-community/spank-plugins/pull/124
- Upgrade slurm-docker-cluster to version slurm-25-05-1-1 by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/122
- feat: add taskrunner Python CLI, type stubs packaging, and library-izing gettarget by @hitomitak in https://github.com/qiskit-community/spank-plugins/pull/125
- WIP - Migration: Marking qrmi as deprecated etc. by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/126
- Upgrade slurm version of slurm-docker-cluster to slurm-25-05-2-1 by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/128
- Remove obsoleted files by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/130
- Git repo migration: Update documents / demo files by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/127
- Fix return code of Spank fn, and add targetcompileoptions with fixing warnings by @ohtanim in https://github.com/qiskit-community/spank-plugins/pull/131
New Contributors
- @hitomitak made their first contribution in https://github.com/qiskit-community/spank-plugins/pull/124
Full Changelog: https://github.com/qiskit-community/spank-plugins/compare/v0.1.0...v0.2.0
- C
Published by IceKhan13 6 months ago
spank-plugins - v0.1.0
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).
Full Changelog: https://github.com/qiskit-community/spank-plugins/commits/v0.1.0
- C
Published by IceKhan13 9 months ago