v0.4.1
0.4.1 (2025-11-16)
This release fixes several important bugs and makes the API more consistent and easier to use.
🐛 Fixed
- Fixed QAOA bug where non-integer graph labels caused errors
- Fixed bug where your custom initial parameters were being overwritten by automatic initialization
- Fixed Sphinx documentation configuration that was reading from deprecated pyproject.toml section
🚀 Improvements
- ⚡ Faster Observable Grouping: Improved performance when computing observable groupings of large Hamiltonians
- 📚 Enhanced API Documentation: Improved docstrings and updated API reference documentation
🔧 API Changes
is_valid_qasm()now returns a simple boolean instead ofbool | strfor clearer behaviorvalidate_qasm_raise()renamed tovalidate_qasm()for consistency- New
perform_final_computationparameter to skip final computation step when you only need optimization results
For detailed changes, see the changelog.