Skip to content

lostermann/QuantumOptics.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantumOptics.jl

QuantumOptics.jl is a numerical framework written in Julia that makes it easy to simulate various kinds of quantum systems. It is similar to the Quantum Optics Toolbox for MATLAB and its Python equivalent QuTiP.

Travis build status

Test coverage status

Windows build status

Example

using QuantumOptics

b = SpinBasis(1//2)
H = sigmap(b) + sigmam(b)
psi0 = spindown(b)

T = [0:0.1:1;]
tout, psit = timeevolution.schroedinger(T, psi0, H)

More involved examples created using jupyter notebooks can be found at

https://bastikr.github.io/QuantumOptics.jl/examples.html

Documentation

The documentation written with Sphinx using the Sphinx-Julia plugin is available at

https://bastikr.github.io/QuantumOptics.jl/

About

Quantum optics toolbox for Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 61.1%
  • Jupyter Notebook 36.0%
  • Mathematica 2.9%