Skip to content

Releases: qBraid/qbraid-algorithms

v0.1.2

28 Feb 16:55
390b541

Choose a tag to compare

Release 0.1.2 (Feb 28, 2026)

Summary

Added

  • QAOA (Quantum Approximate Optimization Algorithm) with MaxCut, Min Vertex Cover, and Max Clique cost functions, X and XY mixers, and SWAP-test support. (#79)
  • Gaussian OpenPulse waveform generator with PyQASM module export and Qubit Spectroscopy example notebook. (#77)

Improved / Modified

  • Restructured project layout and improved clarity across multiple modules. (#66)
  • Migrated all documentation links to the qBraid v2 site. (#82)
  • Simplified docs site CSS and cleaned up index page HTML. (#82)

Removed

  • Deleted obsolete todo.txt from package. (#82)
  • Removed "Launch on Lab" link from pyproject.toml. (#82)

Fixed

  • Fixed functionality across HHL algorithm implementation and Jupyter notebooks. (#66)

Dependencies

  • Updated qbraid to 0.11.0. (#81)
  • Updated qiskit[qasm3-import] to >=2.1.0,<2.4.0. (#76)
  • Updated sphinx to >=7.4,<9.1. (#73)
  • Set Python 3.13 for GitHub Pages action. (#74)

PRs Merged

  • Refactor: Restructure qBraid-Algorithms, update docs, and fix functionality by @vinayswamik in #66
  • Update sphinx requirement from <8.3,>=7.4 to >=7.4,<9.1 by @dependabot[bot] in #73
  • Set python version to 3.13 for GH pages action by @ryanhill1 in #74
  • Add Gaussian OpenPulse waveform generator with PyQASM module export by @robertjovanov in #77
  • Qaoa implementation by @TheGupta2012 in #79
  • Update qbraid version to 0.11.0 by @ryanhill1 in #81
  • Update docs, links, and styling for v2 site migration by @ryanhill1 in #82
  • Update qiskit[qasm3-import] requirement from <2.3.0,>=2.1.0 to >=2.1.0,<2.4.0 by @dependabot[bot] in #76
  • Bump project version to 0.1.2 by @github-actions[bot] in #83

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Oct 02:37
f1d54fa

Choose a tag to compare

Release 0.1.1 (Oct 25, 2025)

Summary

  • Add .qasm files to MANIFEST.in so they are included in dist
  • QasmBuilder macro (qbraid_algorithms.qtran.QasmBuilder)
  • New algos:
    • HHL (qbraid_algorithms.hhl)
    • Rodeo (Direct and Mid-Circuit) (qbraid_algorithms.rodeo)
    • Amplitude Amplification (qbraid_algorithms.amplitude_amplification)

PRs Merged

  • QasmBuilder Macro by @MTakahashi-KWH in #59
  • Bump qbraid from 0.9.9.dev20250814175257 to 0.9.9 by @dependabot[bot] in #65
  • Update pyqasm requirement from <0.6.0,>=0.5.0 to >=0.5.0,<1.1.0 by @dependabot[bot] in #68
  • Update qiskit[qasm3-import] requirement from <2.2.0,>=2.1.0 to >=2.1.0,<2.3.0 by @dependabot[bot] in #67
  • Update sphinx-autodoc-typehints requirement from <3.3,>=1.24 to >=1.24,<3.6 by @dependabot[bot] in #70
  • Bump qbraid from 0.9.9 to 0.9.10 by @dependabot[bot] in #69
  • include qasm files in dist by @ryanhill1 in #71
  • Bump project version to 0.1.1 by @github-actions[bot] in #72

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Aug 20:58
71befd3

Choose a tag to compare

Release 0.1.0 (Aug 25, 2025)

Summary

  • First official release

PRs Merged

  • Project reset: version 0 by @ryanhill1 in #50
  • Update sphinx-autodoc-typehints requirement from <3.1,>=1.24 to >=1.24,<3.3 by @dependabot[bot] in #52
  • Initial Sample Implementation - Bell's Inequality Circuit by @LukeAndreesen in #51
  • Update issue templates by @LukeAndreesen in #57
  • qBraid Algos v0.1 by @LukeAndreesen in #56
  • Update sphinx requirement from <8.2,>=7.4 to >=7.4,<8.3 by @dependabot[bot] in #53
  • Update docutils requirement from <0.22 to <0.23 by @dependabot[bot] in #55
  • Bump qbraid from 0.9.9.dev20250814175257 to 0.9.9.dev20250821232849 by @dependabot[bot] in #61
  • Update bump-version workflow to skip citation update by @ryanhill1 in #62
  • Bump project version to 0.1.0 by @github-actions[bot] in #63