Skip to content

Commit 9e07ff5

Browse files
committed
Added links to resources for CVX on Mac. Fixed a small type on a debugInfo tag.
1 parent 2806cd7 commit 9e07ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BasicProtocols/BasicBB84Alice2DFinite/BasicBB84Alice2DFiniteKeyRateFunc.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213

214214

215215

216-
debugInfo.storeInfo("renEnt",relEnt);
216+
debugInfo.storeInfo("relEnt",relEnt);
217217

218218
end
219219

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Our software requires *at least version 2020b* for full functionality, but insta
4040

4141
Our software has the following dependencies for its default settings:
4242

43-
- [CVX](https://cvxr.com/cvx/download/) v2.2, a library for solving convex optimization problems in MATLAB.
43+
- [CVX](https://cvxr.com/cvx/download/) v2.2, a library for solving convex optimization problems in MATLAB. For those having trouble running CVX on MacOS, please check CVX's offical forms for help. We recommend reading [this](https://ask.cvxr.com/t/gurobi-mexmaci64-cannot-be-opened-because-the-developer-cannot-be-verified/6755) and [this](https://ask.cvxr.com/t/announcement-cvx-for-apple-silicon/12280) to start.
4444
- [QETLAB](https://github.com/nathanieljohnston/QETLAB) *above* v0.9, a MATLAB toolbox for operations involving quantum channels and entanglement. Note that you cannot use the version from their website as it has a bugs associated with implementing Choi matrices. *You must use their latest copy on Github*. At the time of writing, this means downloading their code with the green "code" button and *not* the v0.9 release.
4545
- [ZGNQKD](https://www.math.uwaterloo.ca/~hwolkowi/henry/reports/ZGNQKDmainsolverUSEDforPUBLCNJuly31/) solver (optional), an alternative to our Frank-Wolfe solver for quantum relative entropy. Currently, it only supports equality constraints. Download the zip and the "Solver" folder and sub-folders to your path.
4646
- [MOSEK](https://www.mosek.com/) (optional), a more advanced semidefinite programming (SDP) solver than the default (SDPT3) used in CVX. Note that the MOSEK solver can be downloaded together with CVX, but requires a separate license to use. See [this page](https://cvxr.com/cvx/doc/mosek.html) for more information.

0 commit comments

Comments
 (0)