From d10122946b1cc4b7940ec5f270186ec054a4d4fc Mon Sep 17 00:00:00 2001 From: adomasbaliuka <52975890+adomasbaliuka@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:33:35 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..434f255 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# OpticalBlochEqDemo-plutonb-jl +Demo of [optical bloch equations](https://en.wikipedia.org/wiki/Maxwell%E2%80%93Bloch_equations) (based on QuantumOptics.jl) + +Based on https://docs.qojulia.org/examples/atom-dephasing/ + +With slight changes in conventions, simplifications and **sliders to change parameters** in a Pluto notebook. Also no explanations here! + +## [View full notebook contents on this website!](https://adomasbaliuka.github.io/OpticalBlochEqDemo-plutonb-jl/) +(You Have to download and install Julia to modify it)