Released on 2025-01-20.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
- The
num_qubits
argument of functionallocate
is 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
execute
parameter of theQLayer
object 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.