Releases: qojulia/QuantumOpticsBase.jl
Releases · qojulia/QuantumOpticsBase.jl
v0.4.2
QuantumOpticsBase v0.4.2
Closed issues:
- Fix piracy caused by QuantumInterface split (#79)
Merged pull requests:
- Moving all abstract functionality to QuantumInterface.jl (#100) (@Krastanov)
v0.4.1
QuantumOpticsBase v0.4.1
Closed issues:
- Making an AbstractQuantumBase.jl package or something like that (#38)
- Implement a lazy identity operator (#90)
Merged pull requests:
- Avoid strided failures in LazyTensor ops (#96) (@amilsted)
- Fix bug in ptranspose and added corresponding tests (#98) (@zejian-li)
v0.4.0
QuantumOpticsBase v0.4.0
Merged pull requests:
- Request For Comment: Arithemtic between Operators and LazyOperators (#86) (@mabuni1998)
- Lazy identities via FillArrays (#94) (@amilsted)
v0.3.12
QuantumOpticsBase v0.3.12
Closed issues:
- Sparse multiplication with different sized basis (#74)
Merged pull requests:
- CompatHelper: bump compat for Strided to 2, (keep existing compat) (#92) (@github-actions[bot])
- Fix for multiplication of LazySum with no elements (#95) (@AmitRotem)
v0.3.11
QuantumOpticsBase v0.3.11
Merged pull requests:
v0.3.10
QuantumOpticsBase v0.3.10
Closed issues:
- Undesired data type promotion on embed (#81)
Merged pull requests:
- Reduce allocations for multipling LazyTensor of sparse and dense (#80) (@AmitRotem)
- Check dimensions in sparse gemm and gemv (#83) (@amilsted)
- JET CI fixes (#84) (@Krastanov)
- Mul adjoint and lazy sum (#85) (@AmitRotem)
v0.3.9
v0.3.8
QuantumOpticsBase v0.3.8
Merged pull requests:
- Factoring out a common interface (#73) (@Krastanov)
- add an invalidations flagger to CI (#75) (@Krastanov)
v0.3.7
QuantumOpticsBase v0.3.7
Merged pull requests:
- Enable lazysum-preserving arithmetic mixing lazysums and other ops (#63) (@amilsted)
- Operator method to concatenate Kets + tests (#65) (@AmitRotem)
- Add displace_analytical() (#66) (@amilsted)
- Lazy ket (#67) (@ChristophHotter)
- add JET and Aqua static analysis tests (#71) (@Krastanov)
- Avoid copying data in lazytensor cache (#72) (@amilsted)