Skip to content

Instantly share code, notes, and snippets.

View bastikr's full-sized avatar

Sebastian Krämer bastikr

  • University of Innsbruck
  • Innsbruck
View GitHub Profile
@bastikr
bastikr / coherentstates.jl
Created April 11, 2017 15:42
Compare timeevolution of coherent states created with analytic method and displacement method
using QuantumOptics
using PyPlot
# Parameters
const ω = 1.89 # Frequency of driving laser
const ωc = 2.13 # Cavity frequency
const η = 0.76 # Pump strength
const κ = 0.34 # Decay rate
const δc = ωc - ω # Detuning
const T = [0, 10]