Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
- Improved the native Qmod syntax of the
repeat,ifstatements. For details, see Classical Control Flow. - Improved the native Qmod syntax of the
control,power, andinvertstatements. For details, see Quantum Operators. - Added the
classiq.execution.all_hardware_devices.get_all_hardware_devicesfunction to the Python SDK.
Deprecations
- In the SDK, the
classiq.analyzer.analyzer.Analyzer.get_available_devicesmethod is deprecated. Useclassiq.execution.all_hardware_devices.get_all_hardware_devicesinstead.
Interface Changes
- The
lenmethod forQArray,QCallableList, andQParamof lists, is now a property. use.leninstead of.len().