Skip to content

Releases: QuantumBFS/FLOYao.jl

v1.6.4

27 Sep 12:36

Choose a tag to compare

Fixed integer overflow in `measure``

Full Changelog: v1.6.3...v1.6.4

v1.6.3

26 Sep 15:52

Choose a tag to compare

  • Fixed integer overflow in product_state(::AbstractArray) with more than 64 qubits
  • Fixed a subtle sign error when converting observables from Yao Blocks to MajoranaSums

Full Changelog: v1.6.2...v1.6.3

v1.6.2

27 May 15:59

Choose a tag to compare

Removed superfluous dependency

v1.6.1

27 May 11:22

Choose a tag to compare

  • Fixed some bugs in expect_g(::MajoranaSum, ::MajoranaReg)
  • Significantly sped up expect_g(::MajoranaSum, ::MajoranaReg) for hamiltonians with many terms

v1.6.0

20 May 16:11
5be9df8

Choose a tag to compare

Added support for higher order observables

v1.5.0

04 Nov 10:21

Choose a tag to compare

FLOYao v1.5.0

Diff since v1.4.4

Added gradients for fidelity

Closed issues:

  • Add fidelity_g (#14)

v1.4.4

22 Sep 17:55
c7c4ba7

Choose a tag to compare

Improved performance by writing out loops explicitly.

Thanks to @GiggleLiu for #16

v1.4.3

02 Sep 09:30
2a72bf6

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

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

Choose a tag to compare

Made backprop faster thanks to #10