Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qojulia/QuantumOptics.jl
Library for the numerical simulation of closed as well as open quantum systems.
https://github.com/qojulia/QuantumOptics.jl
julia quantum quantum-mechanics quantum-optics quantum-toolbox
Last synced: 3 months ago
JSON representation
Library for the numerical simulation of closed as well as open quantum systems.
- Host: GitHub
- URL: https://github.com/qojulia/QuantumOptics.jl
- Owner: qojulia
- License: other
- Created: 2016-03-16T22:05:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T12:50:04.000Z (4 months ago)
- Last Synced: 2024-07-26T09:57:41.519Z (4 months ago)
- Topics: julia, quantum, quantum-mechanics, quantum-optics, quantum-toolbox
- Language: Julia
- Homepage: http://qojulia.org
- Size: 4.92 MB
- Stars: 521
- Watchers: 26
- Forks: 101
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
- awesome-physics - QuantumOptics.jl - Library for the numerical simulation of closed as well as open quantum systems (Quantum Physics / Sound)
README
#
[![Chat on Gitter][gitter-img]][gitter-url] ![Build_state](https://github.com/qojulia/QuantumOptics.jl/workflows/CI/badge.svg) [![Stable documentation][docs-img]][docs-url]
**QuantumOptics.jl** is a numerical framework written in [Julia] that makes it easy to simulate various kinds of quantum systems. It is inspired by the [Quantum Optics Toolbox] for MATLAB and the Python framework [QuTiP].
More information, documentation and examples can be found on our website http://qojulia.org.
**Latest release:**
* Version: [![Latest version tag][version-img]][version-url]
* Test coverage:
[![Test coverage status on codecov][codecov-img]][codecov-url]### Project structure
The source content associated with **QuantumOptics.jl** is distributed over several repositories under the [qojulia] organization on github:
* The main code: https://github.com/qojulia/QuantumOptics.jl
* Documentation: https://github.com/qojulia/QuantumOptics.jl-documentation
* Examples: https://github.com/qojulia/QuantumOptics.jl-examples
* Benchmarks: https://github.com/qojulia/QuantumOptics.jl-benchmarks
* Website: https://github.com/qojulia/QuantumOptics.jl-website### Questions & Contributions
If you have any questions or need help, hop on our [gitter channel](https://gitter.im/QuantumOptics-jl/Lobby?source=orgpage) and ask away. Also, contributions of any kind are always welcome! Be it as ideas for new features, bug reports or, our favorite case, sending pull requests.
### Citing
If you like **QuantumOptics.jl**, we would appreciate it if you starred the repository in order to help us increase its visibility. Furthermore, if you find the framework useful in your research, we would be grateful if you could cite our [publication](https://www.sciencedirect.com/science/article/pii/S0010465518300328) using the following bibtex entry:
```bib
@article{kramer2018quantumoptics,
title={QuantumOptics. jl: A Julia framework for simulating open quantum systems},
author={Kr{\"a}mer, Sebastian and Plankensteiner, David and Ostermann, Laurin and Ritsch, Helmut},
journal={Computer Physics Communications},
volume={227},
pages={109--116},
year={2018},
publisher={Elsevier}
}
```[Julia]: http://julialang.org
[qojulia]: https://github.com/qojulia
[Quantum Optics Toolbox]: http://qo.phy.auckland.ac.nz/toolbox
[QuTiP]: http://qutip.org[codecov-url]: https://codecov.io/gh/qojulia/QuantumOptics.jl
[codecov-img]: https://codecov.io/gh/qojulia/QuantumOptics.jl/branch/master/graph/badge.svg[gitter-url]: https://gitter.im/QuantumOptics-jl/Lobby
[gitter-img]: https://img.shields.io/gitter/room/nwjs/nw.js.svg[docs-url]: https://docs.qojulia.org/
[docs-img]: https://img.shields.io/badge/docs-stable-blue.svg[version-url]: https://github.com/qojulia/QuantumOptics.jl/releases
[version-img]: https://img.shields.io/github/release/qojulia/QuantumOptics.jl.svg