Skip to content

ProjectQ v0.5.0

Compare
Choose a tag to compare
@Takishima Takishima released this 23 Mar 08:03
· 86 commits to develop since this release
f4a82f2

New Features

Improvements

  • Significantly improved C++ simulator performances (thanks @melven)
  • Allow user modification of the qubit drawing order for the CircuitDrawer compiler engine (thanks @alexandrupaler)
  • Update to the installation script. The installation now automatically defaults to the pure Python implementation if compilation of the C++ simulator (or other C++ modules) should fail (#337)
  • Automatic generation of the documentation (#339)

Fixes

  • Fixed connection issues between IBM backend and the IBM Quantum Experience API (thanks @alexandrupaler)

Breaking Changes

The ProjectQ v0.5.x release branch is the last one that is guaranteed to work with Python 2.7.x.

Future releases might introduce changes that will require Python 3.5 (Python 3.4 and earlier have already been declared deprecated at the time of this writing)