Improved the native QMOD syntax of the repeat, if statements.
For details, see Classical Control Flow.
Improved the native QMOD syntax of the control, power, and invert statements.
For details, see Quantum Operators.
Added the classiq.execution.all_hardware_devices.get_all_hardware_devices
function to the Python SDK.
Deprecations
In the SDK, the classiq.analyzer.analyzer.Analyzer.get_available_devices method is
deprecated. Use classiq.execution.all_hardware_devices.get_all_hardware_devices
instead.
Interface Changes
The len method for QArray, QCallableList, and QParam of lists, is now a property.
use .len instead of .len().