0 74 0
Released on 2025-03-31.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Interface Changes
- The functions
construct_qsvm_model,construct_finance_model, andconstruct_grover_modelhave been removed from the SDK. Check out our Qmod implementations of the QSVM, finance, and Grover algorithms on the Classiq library.
Enhancements
QuantumProgramobjects have been optimized to be significantly leaner, improving performance across all actions that handle them.- Visualizing Quantum Programs is now significantly faster.
- Added the functions
prepare_complex_amplitudesandinplace_prepare_complex_amplitudes.
Quantum Program Visualization
- Auto-expand QMOD statements without expressions (e.g.
power).
- Statements with quantum expressions now display their corresponding expression directly on the block.
