From 6555b3f055dd30bf38542a81fc4afff7af2832f4 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 20 Nov 2024 21:40:36 -0500 Subject: renamed and updated README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed44a8c --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +This is matlab implementation of some function +from python package [Strawberry Fields](https://strawberryfields.ai/) + +They are handy for quantum optics mode calculations. + +Them most notable functions are +- williamson: Williamson decomposition +- bloch_messiah: Bloch Messiah decomposition +- xpxp_to_xxpp: reordering covariance matrix +- xxpp_to_xpxp: reordering covariance matrix + +There are also supporting functions: +- takagi: Takagi decomposition +- polardecomp: polar decomposition +- sympmat: creates symplectic form matrix + + +The initial conversion was done with Perplexity AI on 2024/11/19, but +it required a human intervention for some of the code. + + -- cgit v1.2.3