Skip to content

v0.7.0

Choose a tag to compare

@Shiro-Raven Shiro-Raven released this 06 Feb 15:05
b8142f4

0.7.0 (2026-02-06)

✨ Added

  • VQEHyperparameterSweep: add hamiltonian support (#39) (5d57f90)
  • ParallelSimulator: add circuit depth tracker (2c57445)
  • PCE: add polynomial encoding and tests (8537c5c)
  • QAOA: integrate QDrift and add tests (666a9bd)
  • Trotterization: introduce TrotterizationStrategy object and add QDrift as a strategy (4293a28)
  • PCE: add decode_parities_fn attribute for custom bitstring decoding (3c91b92)

🐛 Fixed

  • PCE: add missing support for expval backends for soft energy path (70ce1cf)
  • QASM: fix parser not allowing scientific notation (220f466)