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-3backend in Azure Quantum. - Fix the connectivity map of Amazon Braket devices.
- Fix a bug in the method
from_idofExecutionJob.
Deprecations
- Parameters
valueandtargetof functionsinplace_addandinplace_xorhave been renamed toexpressionandtarget_varrespectively.- In Native Qmod, use
+=and^=instead ofinplace_addandinplace_xorrespectively.
- In Native Qmod, use
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.