Releases: qojulia/QuantumOptics.jl
Releases · qojulia/QuantumOptics.jl
v0.8.2
QuantumOptics v0.8.2
Closed issues:
- Unitary time-evolution operator (#274)
Merged pull requests:
- initial attempt at adding unitary propagation (#275) (@alastair-marshall)
v0.8.1
QuantumOptics v0.8.1
Closed issues:
- can't install QuantumOptics package (#268)
Merged pull requests:
- Relax some Constraints in phase space (#271) (@PhilipVinc)
v0.8.0
QuantumOptics v0.8.0
Merged pull requests:
v0.7.3
v0.7.2
v0.7.1
QuantumOptics v0.7.1
Closed issues:
Merged pull requests:
- Type-stable bloch_redfield_tensor (#262) (@sd109)
- Install TagBot as a GitHub Action (#263) (@JuliaTagBot)
v0.7.0
v0.6.8
v0.6.8 (2019-10-03)
Closed issues:
Merged pull requests:
- MCWF jump times and indices (#257) (david-pl)
- use ARPACKException from Arpack.jl (#256) (KristofferC)
v0.6.7
v0.6.7 (2019-09-10)
Merged pull requests:
v0.6.6
v0.6.6 (2019-06-02)
Closed issues:
- methods union and intersect are redundant with base methods union and intersection (#248)
- coherent_state in-place function should be named with an exclamation point (#244)
- embed with false indexing overwrites sub-basis (#240)
Merged pull requests:
- Adding Bloch-Redfield master equation (#250) (sd109)
- remove intersect and union from sortedindices, as there are approprate methods in Base (#249) (atombear)
- before embedding check that the destination basis matches the operator basis (#246) (atombear)
- created coherentstate! for inplace operations (#245) (atombear)