Released on 2026-02-22.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
- The function
poly_inversionnow supportserror_type("relative"default or"uniform") to choose between minimizing relative error |xp(x)-1| or absolute uniform error |p(x)-1/x| over x in [1/kappa,1]. The sameerror_typeoption is also available inpoly_inversion_degreeandpoly_inversion_error. - Add the foreach statement to Qmod. Foreach iterates efficiently through the elements of a classical array.
- Support
QBits in addition toQNums inlookup_table.
API Changes
- Renamed
sampletocmain_samplein legacycscope. This does not affect any usage of ExecutionSession.