Skip to content

Releases: qojulia/QuantumInterface.jl

v0.4.2

29 Nov 15:11
13933af

Choose a tag to compare

QuantumInterface v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

26 Jun 21:14
cee7217

Choose a tag to compare

QuantumInterface v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Define tensor(states::StateVector...) = reduce(tensor, states) method (#60) (@apkille)

v0.4.0

04 Jun 16:48
4a3aa74

Choose a tag to compare

QuantumInterface v0.4.0

Diff since v0.3.10

  • (breaking) Move methods which access a .data field but are defined only on an abstract types to QuantumOpticsBase
  • Declare mutual_information, without any implemented methods.
  • Move PositionBasis and MomentumBasis here from QuantumOpticsBase.

Merged pull requests:

  • Remove access of .data field on abstract types (#57) (@akirakyle)
  • add mutual_information (#58) (@Fe-r-oz)
  • Migrate PositionBasis and MomentumBasis from QuantumOpticsBase.jl (#59) (@apkille)

Closed issues:

  • a bunch of methods acting on abstract types assume internal layout for these types (#12)

v0.3.10

23 Apr 02:09
f7aaafa

Choose a tag to compare

QuantumInterface v0.3.10

Diff since v0.3.9

Merged pull requests:

Closed issues:

  • PauliBasis is misleadingly named as it doesn't represent the operator basis of Pauli matrices+identity (#36)

v0.3.9

20 Apr 04:08
15479d1

Choose a tag to compare

QuantumInterface v0.3.9

Diff since v0.3.8

Merged pull requests:

v0.3.8

19 Mar 13:58
46223c3

Choose a tag to compare

QuantumInterface v0.3.8

Diff since v0.3.7

Merged pull requests:

v0.3.7

16 Jan 18:48
8f8c0e2

Choose a tag to compare

QuantumInterface v0.3.7

Diff since v0.3.6

Merged pull requests:

  • Bump codecov/codecov-action from 4 to 5 (#31) (@dependabot[bot])
  • Migrate express and AbstractRepresentation type from QuantumSymbolics (#46) (@apkille)

v0.3.6

08 Sep 19:12
3d63b38

Choose a tag to compare

QuantumInterface v0.3.6

Diff since v0.3.5

Merged pull requests:

v0.3.5

10 Aug 19:51
521a05b

Choose a tag to compare

QuantumInterface v0.3.5

Diff since v0.3.4

Merged pull requests:

  • Bump codecov/codecov-action from 3 to 4 (#22) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 1 to 2 (#23) (@dependabot[bot])
  • Solve piracies and ambiguities (#28) (@Tortar)

v0.3.4

26 Jan 18:57
a3b09c2

Choose a tag to compare

QuantumInterface v0.3.4

Diff since v0.3.3

Merged pull requests:

  • Fix cross-reference to SparseOperator which only exists in QOBase (#21) (@david-pl)