Releases: qojulia/QuantumOptics.jl
Releases · qojulia/QuantumOptics.jl
v1.0.11
QuantumOptics v1.0.11
Merged pull requests:
- add a simple extra test to the steady state solver (#365) (@Krastanov)
- Support time-dependent operators in timeevolution (#366) (@amilsted)
v1.0.10
QuantumOptics v1.0.10
Closed issues:
- Precompiling fails on Julia 1.8.5 (#359)
Merged pull requests:
- Propagating operators with schroedinger (#360) (@AmitRotem)
- When evolving an operator, make it dense. (#362) (@amilsted)
- CompatHelper: bump compat for QuantumOpticsBase to 0.4, (keep existing compat) (#363) (@github-actions[bot])
v1.0.9
QuantumOptics v1.0.9
Merged pull requests:
- integrate backwards in time (#353) (@AmitRotem)
- Promote state and time-span in
schroedinger
to the type fromH(t)*psi
(#356) (@AmitRotem) - CompatHelper: add new compat entry for ForwardDiff at version 0.10, (keep existing compat) (#358) (@github-actions[bot])
v1.0.8
QuantumOptics v1.0.8
Closed issues:
- Encounter an error when reproducing the code sample from the official manual (#347)
Merged pull requests:
- restricted Arpack version (#349) (@ChristophHotter)
v1.0.7
QuantumOptics v1.0.7
Merged pull requests:
- Simdiag nh (#343) (@ChristophHotter)
- Allow supplying jump state. (#344) (@amilsted)
v1.0.6
QuantumOptics v1.0.6
Closed issues:
Merged pull requests:
- added method for recast! (#340) (@AmitRotem)
- Update CompatHelper.yml (#341) (@david-pl)
v1.0.5
v1.0.4
QuantumOptics v1.0.4
Merged pull requests:
- OrdinaryDiffEq-v6, test coherentspinstate (#329) (@ChristophHotter)
v1.0.3
QuantumOptics v1.0.3
Closed issues:
- Coherent spin states overflows for large spin number (#326)
Merged pull requests:
v1.0.2
QuantumOptics v1.0.2
Closed issues:
- Iterative solver for steadystate returning different results each time I run my code (#315)
- Data type of
Ket()
sometimes incompatible withtimeevolution
methods (#317) - Support for a tidy up funcion to kill small values (#319)
- Composite basis + embed lead to incompatible bases when used together with tensor (#323)
Merged pull requests:
- Add function correlation_dynamic (#325) (@zejian-li)