Skip to content

Releases: gecrooks/quantumflow

v1.4.0

03 Mar 05:42
31d5058
Compare
Choose a tag to compare

Add python 3.12 support, remove python 3.9 tests.

v1.3.0

28 May 16:47
eb74669
Compare
Choose a tag to compare

Add python 3.11 support, remove python 3.8 tests.

v1.2.1

07 Dec 15:22
676b1a1
Compare
Choose a tag to compare

QuantumFlow v1.2.1

  • Various improvements to tests and code. Kudos: Bastian Zimmermann @BastianZim

v1.2.0

03 Oct 20:29
b356e4c
Compare
Choose a tag to compare

QuantumFlow v1.2.0

  • Added transpile() function to convert circuits between different quantum libraries
  • Added various standard gates:
    • A (2-qubit, 2-parameter gate that is locally equivalent to Can(1/2, t, t))
    • CS (Controlled-S gate)
    • CT (Controlled-T gate)
    • CISwap (Controlled-iSwap)
    • Margolus (A 3-qubit "simplified" Toffoli gate)
  • Added various multi-qubit gates
    • DiagonalGate
    • ControlGate
    • MultiplexedGate
    • ConditionalGate
    • MultiplexedRzGate
    • MultiplexedRyGate
  • Added (beginnings of) a tutorial
    • Added tutorial/qf-tutorial-translate.ipynb
    • Added tutorial/qf-tutorial-transpile.ipynb
  • Added various collections of gates and operations
    • OPERATIONS
    • GATES
    • STDGATES
    • SIMULATORS
    • CIRQ_GATES
    • LATEX_OPERATIONS
    • TERMINAL_GATES
    • QSIM_GATES
    • QUIL_GATES
    • QISKIT_GATES
    • QUIRK_GATES
  • Added quantum Shannon decomposition
  • Added QuTip interface
  • Interfaces to external libraries are now imported at top level
    (e.g. import quantumflow as qf; sim = qf.BraketSimulator)
  • Miscellaneous improvements and bug fixes

v1.1.0

03 Apr 16:38
7b84588
Compare
Choose a tag to compare

Added qsim interface

v1.0.6

01 Feb 07:53
55f216e
Compare
Choose a tag to compare

Update typing for numpy 1.20

v1.0.5

12 Dec 05:06
6a61917
Compare
Choose a tag to compare

Add support for python 3.9

v1.0.4

12 Dec 03:36
38a0cb5
Compare
Choose a tag to compare

Minor bug fix release

v1.0.3

08 Dec 23:36
10aa80a
Compare
Choose a tag to compare

Minor bug fix release

v1.0.2

08 Dec 23:29
7c08f48
Compare
Choose a tag to compare

Update workflows