A toolkit for the quantum and classical Dicke model in Julia.
This package contains numerical methods that allow to efficiently compute properties of the quantum and classical Dicke model, a fundamental model in quantum optics describing atoms interacting with light.
To install the package, use the following command inside the Julia REPL:
using Pkg
Pkg.add("DickeModel")
To load the package, run
using DickeModel
For usage, see: