Skip to content

v0.6.0

Choose a tag to compare

@Shiro-Raven Shiro-Raven released this 20 Jan 01:31

0.6.0 (2026-01-20)

Build smarter VQA workflows with top‑N solution extraction and the new PCE algorithm. You can now run arbitrary parameterized PennyLane or Qiskit circuits via CustomVQA, with improved tagging and backend helpers for smoother execution.

✨ Added

  • SolutionEntry dataclass and top‑N solutions API in VariationalQuantumAlgorithm
  • CustomVQA class to run user‑defined, parameterized PennyLane or Qiskit circuits as a VQA
  • PCE (Pauli Correlation Encoding) VQE variant with tutorial and refactored _post_process_results()
  • CircuitTag NamedTuple for more robust circuit tagging
  • Env var support to disable progress bars in LoggingProgressReporter
  • create_backend_from_properties() helper for building GenericBackendV2 from BackendProperties

🐛 Fixed

  • Minor bug fix in VQA final parameters extraction

🔧 Build

  • Added __init__ files to isort's skip configuration