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.txtfrom package. (#82) - Removed "Launch on Lab" link from
pyproject.toml. (#82)
Fixed
- Fixed functionality across HHL algorithm implementation and Jupyter notebooks. (#66)
Dependencies
- Updated
qbraidto 0.11.0. (#81) - Updated
qiskit[qasm3-import]to >=2.1.0,<2.4.0. (#76) - Updated
sphinxto >=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
- @vinayswamik made their first contribution in #66
- @robertjovanov made their first contribution in #77
- @TheGupta2012 made their first contribution in #79
Full Changelog: v0.1.1...v0.1.2