v0.6.0
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
SolutionEntrydataclass and top‑N solutions API inVariationalQuantumAlgorithmCustomVQAclass to run user‑defined, parameterized PennyLane or Qiskit circuits as a VQAPCE(Pauli Correlation Encoding) VQE variant with tutorial and refactored_post_process_results()CircuitTagNamedTuple for more robust circuit tagging- Env var support to disable progress bars in
LoggingProgressReporter create_backend_from_properties()helper for buildingGenericBackendV2fromBackendProperties
🐛 Fixed
- Minor bug fix in VQA final parameters extraction
🔧 Build
- Added
__init__files to isort's skip configuration