Skip to content

Releases: HQSquantumsimulations/qoqo

v1.3.2

05 Apr 14:19
95266e6
Compare
Choose a tag to compare

Fixed in 1.3.2

  • Measurement inputs can now be passed properly in Python interface (previously serialisation functions were missing)

v1.3.1

04 Apr 14:34
0066384
Compare
Choose a tag to compare

Fixed in 1.3.1

  • Serialisation of qoqo devices uses wrong version number

v1.3.0

04 Apr 10:24
114ff4a
Compare
Choose a tag to compare

1.3.0

Added in 1.3.0

  • Added Three-qubit gates support
  • Added ControlledRotateX, ControlledRotateXY, ControlledControlledPauliZ, ControlledControlledPhaseShift, Toffoli to qoqo
  • Added device function to return all gate names
  • Added unstable QoqoDevice feature. Prototype for future qoqo devices without stability guarantees.

Fixed in 1.3.0

  • Wrong angle in circuit decomposition of MultiQubitZZ and MultiQubitMS

v1.2.5

15 Feb 16:17
0bc8c1c
Compare
Choose a tag to compare
  • Update pyo3 dependency from 0.18 to 0.18.1

v1.2.4

09 Feb 08:33
75a8fd7
Compare
Choose a tag to compare

Updated to PyO3 0.18

Version 1.2.3: Added to/from_bincode methods for all pyo3 measurements

02 Feb 10:32
4b32334
Compare
Choose a tag to compare
v1.2.3

Modified downcast method for measurements passed to QuantumProgram in…

Version 1.2.2: serialization gates fixed

01 Feb 10:15
2148576
Compare
Choose a tag to compare
Trying to fix deploy pipeline (#446)

* Updated version number to prepare for next release

* Trying to update

* Fixing build

* Adding compatibility to pipeline

* Fixed cargo.toml

* Trying to fix pipeline

* Unstaging issues

* Reverting Implemented in 1_2

* Fixed typo

* Updated copyright year

* Added unittests for errors in devices

* Updating stack

* Updated version

* Fixed notebook link

* Fixed a clippy error

* Updated cargo.lock and simplified gitignore

* Fixed updated clippy test

* Updated dependencies

* Removed freehead pyo3 form source code

* updated version

* Updated with cargo update

* Fixed gitignore according to comments

* Fixing deploy pipeline

* Trying to fix pipeline

v1.2.0

09 Jan 14:15
b2c3c82
Compare
Choose a tag to compare
  • Activated circuitdag feature by default
  • Modified serialization roqoqo version to use lowest compatible version
  • Relaxed compatability check for Python arguments to allow backward compatability
  • Added CircuitDag documentation
  • Added PhaseShiftedControlledPhase to qoqo
  • Updated dependencies
  • Updated nalgebra to 0.31

Version 1.2.0: Second alpha release

09 Dec 11:31
0f02ec5
Compare
Choose a tag to compare
Pre-release
Update dependencies (#421)

* Updated version number to prepare for next release

* Trying to update

* Fixing build

* Adding compatibility to pipeline

* Fixed cargo.toml

* Trying to fix pipeline

* Unstaging issues

* Reverting Implemented in 1_2

* Fixed typo

* Updated copyright year

* Added unittests for errors in devices

* Updating stack

* Updated version

Version 1.2.0: First beta release with PhaseShiftedControlledPhase gate

03 Nov 13:32
4566721
Compare
Choose a tag to compare
Phase gate (#411)

* Updated version number to prepare for next release

* Trying to fix tests

* Added InplementedIn1.2 enum

* Trying to update

* Fixing build

* Adding compatibility to pipeline

* Fixed cargo.toml

* Trying to fix pipeline

* Fixed formatting