版本发布 8
## QuantumInterface v0.4.1 [Diff since v0.4.0](https://github.com/qojulia/QuantumInterface.jl/compare/v0.4.0...v0.4.1) **Merged pull requests:** - Define `tensor(states::StateVector...) = reduce(tensor, states)` method (#60) (@apkille)
## QuantumInterface v0.3.10 [Diff since v0.3.9](https://github.com/qojulia/QuantumInterface.jl/compare/v0.3.9...v0.3.10) **Merged pull requests:** - Deprecate `PauliBasis` (#52) (@akirakyle) **Closed issues:** - `PauliBasis` is misleadingly named as it doesn't represent the operator basis of Pauli matrices+identity (#36)
## QuantumInterface v0.3.9 [Diff since v0.3.8](https://github.com/qojulia/QuantumInterface.jl/compare/v0.3.8...v0.3.9) **Merged pull requests:** - Deprecate `equal_bases` (#41) (@akirakyle) - move entropy_vn for pure states (#49) (@Hamiltonian-Action) - Introduce `GabsRepr` for future work in QuantumSymbolics (#50) (@apkille) - Change `@assert` to `ArgumentError` (#53) (@akirakyle) - Implement general `tensor_pow` via `Base.power_by_squaring` (#54) (@akirakyle)
## QuantumInterface v0.3.7 [Diff since v0.3.6](https://github.com/qojulia/QuantumInterface.jl/compare/v0.3.6...v0.3.7) **Merged pull requests:** - Bump codecov/codecov-action from 4 to 5 (#31) (@dependabot[bot]) - Migrate `express` and `AbstractRepresentation` type from QuantumSymbolics (#46) (@apkille)
## QuantumInterface v0.3.6 [Diff since v0.3.5](https://github.com/qojulia/QuantumInterface.jl/compare/v0.3.5...v0.3.6) **Merged pull requests:** - Move several functions from QOBase (#29) (@apkille)
## QuantumInterface v0.3.5 [Diff since v0.3.4](https://github.com/qojulia/QuantumInterface.jl/compare/v0.3.4...v0.3.5) **Merged pull requests:** - Bump codecov/codecov-action from 3 to 4 (#22) (@dependabot[bot]) - Bump julia-actions/setup-julia from 1 to 2 (#23) (@dependabot[bot]) - Solve piracies and ambiguities (#28) (@Tortar)
## QuantumInterface v0.3.4 [Diff since v0.3.3](https://github.com/qojulia/QuantumInterface.jl/compare/v0.3.3...v0.3.4) **Merged pull requests:** - Fix cross-reference to SparseOperator which only exists in QOBase (#21) (@david-pl)
## QuantumInterface v0.3.3 [Diff since v0.3.2](https://github.com/qojulia/QuantumInterface.jl/compare/v0.3.2...v0.3.3) **Merged pull requests:** - Bump actions/checkout from 3 to 4 (#18) (@dependabot[bot]) - Move `nsubsystems` from QOBase (#19) (@Abhishek-1Bhatt)