Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

50 lines (25 loc) · 1.27 KB

News

v0.3.7 - 2025-01-16

  • Migrate express functionalities and representation types from QuantumSymbolics.

v0.3.6 - 2024-09-08

  • Add coherentstate, thermalstate, displace, squeeze, wigner, previously from QuantumOptics.

v0.3.5

  • Fix piracies and ambiguities in nsubsystems accumulated downstream in QuantumSavory.

v0.3.4

  • Documentation build fix.

v0.3.3

  • Add nsubsystems for computing the number of subsystems in a state.

v0.3.2

  • Cleanup - removing forgotten debug print statements.

v0.3.1

  • identitysuperoperator declared.

v0.3.0

  • Redo some of the identityoperator methods.

v0.2.2

  • Move Base.adjoint from QuantumOpticsBase to QuantumInterface.

v0.2.1

  • Implement basis method for superoperators.

v0.2.0

  • Moving much more of QuantumOptictsBase to QuantumInterface, avoiding piracy. Now QuantumInterface takes care of abstract state/operator types and concrete bases, while QuantumOpticsBase has concrete Schroedinger-style implementations of concrete state/operator types. QuantumClifford gives tableax-style implementations of concrete state/operator types.

v0.1.0

  • first release, bringing over interfaces from QuantumOpticsBase, QuantumClifford, QuantumSavory, and QuantumSymbolics