Released on 2025-01-20.
Upgrade Instructions
- Python SDK
 - The IDE upgrades automatically.
 
Enhancements
- 
The
num_qubitsargument of functionallocateis now optional. If it is not specified, it is inferred automatically according to the quantum type of the allocated variable. Example:q = QBit() allocate(q) # allocates one qubit for variable 'q' - 
The
executeparameter of theQLayerobject is now optional. Example:QLayer(quantum_program, post_process) 
Deprecations
The simulator name "nvidia_state_vector_simulator" has been removed. Please use ClassiqNvidiaBackendNames.SIMULATOR or "nvidia_simulator" instead.
IDE Changes
- The Application Configuration Panel used for editing examples in the Built-in Apps folder has been removed.
 - Patched dependencies: Katex.