QuantumInformation.jl
QuantumInformation.jl copied to clipboard
A Julia package for numerical computation in quantum information theory
This pull request changes the compat entry for the `DocStringExtensions` package from `0.8.3` to `0.8.3, 0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `Convex` package from `0.13.7, 0.14` to `0.13.7, 0.14, 0.15`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `SCS` package from `0.7.0` to `0.7.0, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `SCS` package from `0.7.0` to `0.7.0, 0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `SCS` package from `0.7.0` to `0.7.0, 0.8`. This keeps the compat entries for earlier versions. Note: I have not tested your...
Returns r where m = I/2+(r.sigma) if m is 2x2 else error.
Our test coverage dropped below 65%. We should try to increase it to 95%. This also includes verifying the current tests.
This is related to #35. We should find a way to relatively seamlessly incorporate sparse objects. Maybe via a cusotm `ElementaryKet` type?
It would be nice to have support for `DoubleFloats` in the package. It will require a careful check of the types in the library and writing new tests.
https://github.com/ZKSI/QI.jl/blob/53c59ff12e49b69558529275bdd0e974115fae74/attic/src/sparse/base_sparse.jl#L1 Hi there, great work! Could you by any chance allow the use of a custom index type? This makes a lot of sense e.g. for extremely shallow circuits, where...