0 62 0
Released on 2024-12-16.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Enhancements
- Added a new simulator under the Classiq provider, under the name
ClassiqNvidiaBackendNames.SIMULATOR_STATEVECTOR
. This simulator runs on a GPU and returns a state vector, similar toClassiqSimulatorBackendNames.SIMULATOR_STATEVECTOR
(which runs on a CPU). Thus, it can handle larger circuits. The name"nvidia_state_vector_simulator"
is deprecated in favor ofClassiqNvidiaBackendNames.SIMULATOR
. See here for more information.
Bug Fixes
- Fix the connectivity map of the
rigetti.qpu.ankaa-9q-3
backend in Azure Quantum. - Fix the connectivity map of Amazon Braket devices.
- Fix a bug in the method
from_id
ofExecutionJob
.
Deprecations
- Parameters
value
andtarget
of functionsinplace_add
andinplace_xor
have been renamed toexpression
andtarget_var
respectively. - In Native Qmod, use
+=
and^=
instead ofinplace_add
andinplace_xor
respectively.
IDE
- QMOD examples on the Model page now contain direct links to their respective tutorials in the Classiq documentation. Simply hover over an algorithm list item from the QMODs list in the left panel and a tooltip will appear with link to the relevant tutorial.
New Visualization:
- Captured variables are now shown as uninitialized.