v0.10.0
QuantumToolbox v0.10.0
Merged pull requests:
- Rearrange badges in table and add
JET.jl
badge (#141) (@ytdHuang) - Fix links of badges in README (#142) (@ytdHuang)
- Rename all
@id
in docs (#144) (@ytdHuang) - Implement steady state solver using LinearSolve.jl and eigen (#149) (@LorenzoFioroni)
- Re-organize source code for
Qobj
(#150) (@ytdHuang) - functionality for permuting tensor product order of Qobj (#152) (@aarontrowbridge)
- Improved Floquet solver (#153) (@samu-sys)
- Attribute functions operating on
Qobj
(#155) (@ytdHuang) - Introduce
commutator
,fcreate
, andfdestroy
(#156) (@ytdHuang) - Fix incorrect inputs for functions that generate states (#157) (@ytdHuang)
- Constructing general spin-j operators (#158) (@ytdHuang)
- ODE-stationary-state solver (#159) (@ilkclord)
- Adjust some exception types and error messages (#160) (@ytdHuang)
Closed issues:
- Write a detailed
README
file (#79) - Move repository to qutip.org (#80)
- Add a the iterative solvers and eigensolver for
steadystate
(#81) - Improve the Floquet solver, with the possibility to get also the time-dependent components (#82)
- ODE-based
steadystate
solving method (#84) - Support
permute
to re-order the tensor (Kronecker) product (#95) - Consider reversing order of arguments to
kron
intensor
(#129) - Attribute functions operating on
Qobj
(#148)