Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Releases: qiskit-community/qiskit-aqua

Qiskit Aqua 0.3.1

29 Nov 21:00
7b101fe
Compare
Choose a tag to compare

Changelog

Changed

  • Different backends might have different signatures for describing the job completion.

Qiskit Aqua 0.3.0

05 Oct 20:49
a5cfbac
Compare
Choose a tag to compare

Changelog

Added

  • Updated for 0.6 Terra
  • Enhanced backend settings
  • Pluggable multiclass classifier extensions
    • AllPairs
    • OneAgainstAll
    • ErrorCorrectingCode
  • Pluggable Feature Maps for QSVM algos
  • Pluggable Variation Forms for QSVM.Variational
  • SPSA calibration and control variables all configurable
  • Step size configurable for optimizers with numerical approximation of the jacobian
  • Z2 Symmetry tapering
    • Operator
    • HartreeFock InitialState
    • UCCSD
  • UCCSD performance improvements
  • Remote device/simulator job auto-recovery
  • Algorithm concatenation: VQE->(I)QPE
  • Operator improvements
    • Subtraction
    • Negation
    • Scaling

Qiskit AQUA 0.2.0

27 Jul 13:28
ec0fb71
Compare
Choose a tag to compare

Changelog

Added

  • Ising model for TSP.
  • add summarize circuits.
  • Relax max circuits for simulation.
  • Added qubit_tapering method.
  • multiclass svm (one against all).
  • Allow dynamic loading preferences package.module.

Changed

  • Changed name from acqua to aqua.
  • Move QAOA's variational form to under the algorithm implementation directory.
  • Factor out the QAOA variational form.

Fixed

  • Operator will crash if the backend is None.
  • Fix/max num circuits.
  • fix grover for cases that don't need ancillary qubits.
  • Fixed validation error for string of numbers.
  • fix link to ai and opt notebooks.

QISKit ACQUA 0.1.2

12 Jul 17:49
c444f16
Compare
Choose a tag to compare

Changelog

Added

  • UI Preferences Page including proxies urls, provider, verify.
  • Add help menu with link to documentation.
  • Add num_iterations param to grover.
  • Graph partition ising model added.
  • F2 finite field functions and find_Z2_symmetries function.
  • Added packages preferences array for client custom pluggable packages.

Changed

  • Clean up use_basis_gates options.
  • Change QISKit registering for QISKit 0.5.5.

Fixed

  • GUI - Windows: new line appears when text view dismissed.
  • Update test_grover to account for cases where the groundtruth info is missing.
  • Qconfig discovery - Fix permission denied error on list folders.
  • UI Fix Popup cut/copy/paste/select all behavior in mac/windows/linux.
  • Fix typo grouped paulis.
  • Fix numpy argmax usage on potentially complex state vector.
  • Fix/use list for paulis and update helper function of ising model.

QISKit ACQUA 0.1.1

15 Jun 02:54
1c0bd74
Compare
Choose a tag to compare

Changelog

Changed

  • Changed short and long descriptions in setup.py.

QISKit ACQUA 0.1.0

15 Jun 02:20
7a32ec8
Compare
Choose a tag to compare

Changelog

Changed

  • Changed package name to dashes in setup.py.
  • Updated qiskit minimum version in setup.py.
  • Fixed links in readme.me.