DickeModel.jl

A toolkit for the quantum and classical Dicke model in Julia.
Author saulpila
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
June 2021

DickeModel.jl

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.

Installation

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:

Documentation and examples