Released on 2024-12-10.
Upgrade Instructions
- Python SDK
- The IDE upgrades automatically.
Bug Fixes
- Operands' list elements can be used as operands (in expressions such as,
e.g.,[op_list[0]]
).
Library Additions
- Add a demonstration of the Decoded Quantum Interferometry (DQI) algorithm. See notebook.
- Add the function
qsvt_lcu
for efficiently encoding QSVT polynomials with indefinite parity. - Subsequent invocations to execution primitives inside
ExecutionSession
now use different random seeds (depending on the initial seed) to avoid
getting the exact same simulation results inside a session.
IDE Improvements
New Visualization:
- Clean up variable names in engine blocks.
What's Changed
- Add caching by @classiqdor in #611
- remove old action by @classiqdor in #625
- rename workflows by @classiqdor in #631
- push quantum challange deleted by @NadavClassiq in #641
- add classiq paper codes by @TomerGoldfriend in #642
- Release 0.61.0 by @nivclassiq in #644
Full Changelog: 0.60.0...0.61.0