Skip to content

Releases: quantum-mob/Q3

v2.14.11

15 Oct 21:04
Compare
Choose a tag to compare
  • A bug fix concerning Multiply involving Dyad.
  • The arrange order of elements in the basis resulting from BosonBasis has been changed.
  • New function CountsFor.
  • New function EntanglementEntropy.
  • Updates in the help documentation on ShiftLeft and ShiftRight.
  • A few minor improvements in ShannonEntropy and VonNeumannEntropy.

v2.14.3

24 Aug 08:01
Compare
Choose a tag to compare
  • New function UnitaryInteraction.
  • Improved QuantumCircuit.

v2.14.1

14 Aug 00:04
Compare
Choose a tag to compare
  • Quick corrections to a few documentation notebooks.

v2.14.0

13 Aug 13:13
Compare
Choose a tag to compare
  • Improved BosonBasis.
  • New function UniformlyControlledGate.
  • SWAP is renamed Swap.
  • NextGelfandPatterns is renamed GelfandAttach.
  • New functions YoungTableau, GelfandPattern.
  • SchurBasis looks much more user-friendly.
  • WeylHeisenbergBasis is renamed WeylBasis.
  • New function LieBasisSupermap.
  • LieBasisMatrix now returns supermatrix (not Choi matrix).
  • A bug fix concerning formatting of Ket and Bra.

v2.13.9

31 Jul 02:59
Compare
Choose a tag to compare
  • New function StabilizerStateCount.
  • Improved Garner.
  • Bug fixes for GottesmanStandard and GottesmanBasis.
  • The meaning of CZ has changed slightly.
  • Emergcy correction of the help documentation of Oraccle.

v2.13.6

22 Jul 18:23
Compare
Choose a tag to compare
  • A bug fix concerning QuantumCircuitTrim.
  • New functions GrayBasis, GrayTransform, TheGrayTransform, GrayToInteger, IntegerToGray, GrayCycles, GrayGivensFactor, GivensRotation, GivensFactor.
  • New canonical forms for CNOT, ControlledGate, Gate.
  • New functions AmplitudeEmbedding, AmmplitudeEmbeddingGate, BasisEmbedding, BasisEmbeddingGate.
  • New function UniformlyControlledRotation.
  • New function GateFactor.

v2.13.2

10 Jul 02:34
Compare
Choose a tag to compare
  • An emergency bug fix affecting Ket formatting.

v2.13.1

09 Jul 08:46
Compare
Choose a tag to compare
  • Support for Mathematica 13.3; in particular, changes concerning new built-in functions Kind and Bra.
  • Improved CoherentState and Displacement.
  • Improved PlaybookTools.
  • Improved FlavorNone.
  • Improved Gate.

v2.12.5

05 Jun 02:30
Compare
Choose a tag to compare
  • Some tutorial documents have been revised for better presetnation.
  • Reimplementation of Supermap based on ChoiMatrix.
  • ControlledExp is renamed ControlledPower; yet remains as an alias.
  • A demonstration is added to the tech note on the order-finding algorithm.

v2.12.1

08 May 14:45
Compare
Choose a tag to compare
  • Classical oracle Oracle[f, m, n].
  • Quantum oracle Oracle[f, {c1,c2,...}, {t1,t2,...}].
  • New implementations of Matrix[Oracle[...]] and Elaborate[Oracle[...]] based on Oracle[f, m, n].
  • New utility function MapThrough.