Releases: quantum-mob/Q3
Releases · quantum-mob/Q3
v2.14.11
- 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
- New function UnitaryInteraction.
- Improved QuantumCircuit.
v2.14.1
- Quick corrections to a few documentation notebooks.
v2.14.0
- 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
- 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
- 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
- An emergency bug fix affecting Ket formatting.
v2.13.1
- 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
- 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
- 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.