Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saulpila/dickemodel.jl
- Owner: saulpila
- License: mit
- Created: 2021-06-26T19:39:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T00:18:40.000Z (over 3 years ago)
- Last Synced: 2024-10-10T11:43:58.903Z (3 months ago)
- Topics: julia, quantum, quantum-computing
- Language: Julia
- Homepage: https://saulpila.github.io/DickeModel.jl/dev/
- Size: 37 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)