Releases: HQSquantumsimulations/qoqo
Releases · HQSquantumsimulations/qoqo
v1.3.2
v1.3.1
v1.3.0
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
v1.2.4
Version 1.2.3: Added to/from_bincode methods for all pyo3 measurements
v1.2.3 Modified downcast method for measurements passed to QuantumProgram in…
Version 1.2.2: serialization gates fixed
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
- 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
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
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