Cassandra Granade
Cassandra Granade
**Is your feature request related to a problem? Please describe.** It would be helpful to have a Qobj kind to represent operator-sum decompositions of channels (e.g.: Λ(ρ) = Σᵢ 𝐾ᵢρ𝐾ᵢ⁺)...
**Is your feature request related to a problem? Please describe.** While QuTiP currently provides extensive functionality for computing open systems propagators, it would be helpful to provide convenience functions for...
**Is your feature request related to a problem? Please describe.** Some quantum computing libraries (e.g.: pyGSTi) use the Pauli basis for Liouville space, as opposed to QuTiP's column-stacking basis, making...
The new random Qobj functions `rand_ket_haar`, `rand_dm_hs`, `rand_dm_ginibre`, `rand_unitary_haar` and `rand_super_bcsz` need to be explained in the Guide as well as in the apidocs.
As of traitlets-5.2.2, packages that depend on traitlets (e.g.: the `jupyter` CLI tool) raise assertion errors when importing the `traitlets` package: ``` Traceback (most recent call last): File "C:\Miniconda\lib\runpy.py", line...
When compiling a small crate against `ndarray-linalg` using the `intel-mkl-static` feature, linking errors result depending on the value of `lib.crate-type` in `Cargo.toml`. ## Example crate ```rust // src/lib.rs use num_complex::Complex64...
When attempting to create a new `NDArray` of complex numbers, I get an exception in the `Allocate` method at https://github.com/SciSharp/NumSharp/blob/00d8700b00e815f321238536e0d6b4dbc9af8d6a/src/NumSharp.Core/Backends/Unmanaged/ArraySlice.cs#L387:  Are complex numbers supported as the dtype of `NDArray`...
When using `anaconda -t upload ` or `anaconda upload ` with a token set to `$ANACONDA_API_TOKEN`, the command fails with exit code 1 and no error message if the token:...