Skip to content

Releases: QuantumBFS/FLOYao.jl

v1.4.3

02 Sep 09:30
2a72bf6
Compare
Choose a tag to compare

Added support for expect(op::ScaleBlock, reg::MajoranaReg) where op.alpha isa Val, i.e. where the scaling factor is not specified as a number but as a Val.

What's Changed

  • Fixed expect(::ScaleBlock) if the factor is Val{<number>} by @jlbosse in #15

Full Changelog: v1.4.2...v1.4.3

v1.4.2

24 May 09:52
Compare
Choose a tag to compare

FLOYao v1.4.2

Diff since v1.4.1

Bumped Compat for Yao.jl

Merged pull requests:

  • Fast overlap and fast add of sparse matrices (#10) (@GiggleLiu)
  • Trying to get the docs compiling again (#12) (@jlbosse)

v1.4.1

12 Oct 16:19
3e677e5
Compare
Choose a tag to compare

Made backprop faster thanks to #10

v1.4.0

20 Jul 14:19
Compare
Choose a tag to compare

Added support for TimeEvolution gates

v1.3.0

20 Jul 10:28
Compare
Choose a tag to compare
  • Made MajoranaReg immutable
  • Added support for KronBlocks of rotation gates
  • Made fidelity() a wee bit faster

v1.2.3

08 Mar 14:30
Compare
Choose a tag to compare

Updated to the latest version of Yao.jl.

v1.2.2

12 Dec 16:54
Compare
Choose a tag to compare

Added expect_g(op, reg) and apply_back (without the exclamation mark)

This should enable more fine grained AD.

v1.2.1

01 Dec 17:42
Compare
Choose a tag to compare

Added copyto! and similar

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 Oct 14:32
Compare
Choose a tag to compare
  • Added new FLOYao.rand_state() function
  • Fixed FLOYao.majorana2arrayreg on some states

v1.1.0

18 Oct 10:19
Compare
Choose a tag to compare
cleaned printing of MajoranaReg's