Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
-
Qmod/Python: Functions
assign,assign_amplitude,inplace_xor, andinplace_addare equivalent to the operators|=,*=,^=, and+=respectively except that they can be used in operands (Python lambda functions): - Support non-equation Boolean expressions as control conditions:
- SDK
- Native
Interface Changes
- Parameters
valueandtargetof functionsinplace_addandinplace_xorhave been renamed toexpressionandtarget_varrespectively. Parametersvalueandtargetwill no longer be supported starting on 02/12/24 at the earliest.
Bug Fixes
- Solve a within-apply bug.