Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saulpila/dickemodel.jl

A toolkit for the quantum and classical Dicke model in Julia.
https://github.com/saulpila/dickemodel.jl

julia quantum quantum-computing

Last synced: 3 months ago
JSON representation

A toolkit for the quantum and classical Dicke model in Julia.

Awesome Lists containing this project

README

        

# 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](https://en.wikipedia.org/wiki/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:
```julia
using Pkg
Pkg.add("DickeModel")
```

To load the package, run
```julia
using DickeModel
```

For usage, see:
### [Documentation and examples](https://saulpila.github.io/DickeModel.jl/dev/)