0 61 0
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.