Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed Jun 27, 2024
1 parent 8f2f5e5 commit f33b47a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

Toolbox for quantum information, nonlocality, and entanglement.

Still under heavy development, use at your own risk.
Highlights are the functions `mub` and `sic_povm`, that produce respectively MUBs and SIC-POVMs with arbitrary precision, `local_bound` that uses a parallelized algorithm to compute the local bound of a Bell inequality, and `partial_trace` and `partial_transpose`, that compute the partial trace and partial transpose in a way that can be used for optimization with [JuMP](https://jump.dev/JuMP.jl/stable/). Also worth mentioning are the functions to produce uniformly-distributed random states, unitaries, and POVMs: `random_state`, `random_unitary`, `random_povm`. And the eponymous `ket`, of course.

For the full list of functions see the [documentation](https://araujoms.github.io/Ket.jl/dev/api/).

0 comments on commit f33b47a

Please sign in to comment.