Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qojulia/quantumoptics.jl-examples
Examples for QuantumOptics.jl
https://github.com/qojulia/quantumoptics.jl-examples
julia jupyter-notebook quantum quantum-mechanics quantum-optics
Last synced: 3 days ago
JSON representation
Examples for QuantumOptics.jl
- Host: GitHub
- URL: https://github.com/qojulia/quantumoptics.jl-examples
- Owner: qojulia
- Created: 2017-04-17T19:22:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T17:52:42.000Z (11 months ago)
- Last Synced: 2024-06-11T19:33:33.990Z (7 months ago)
- Topics: julia, jupyter-notebook, quantum, quantum-mechanics, quantum-optics
- Language: Jupyter Notebook
- Homepage: http://qojulia.org
- Size: 727 KB
- Stars: 28
- Watchers: 8
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuantumOptics.jl examples
The examples are created as [jupyter notebook](http://jupyter.org/) and converted to markdown with [nbconvert](https://github.com/jupyter/nbconvert).
## Directory layout
When building the documentation the only requirement is that the examples, the documentation and the website are in the same directory:
|
|--> ./QuantumOptics.jl-examples
|--> ./QuantumOptics.jl-documentation
|--> ./QuantumOptics.jl-website## Software requirements
* [nbconvert](https://github.com/jupyter/nbconvert)
## Build process
* Make sure the correct version of **QuantumOptics.jl** is in the Julia searchpath.
* Run `julia make.jl`. This will execute the examples and store the markdown output and the generated images in the markdown folder. These files are then copied to `QuantumOptics.jl-documentation/src/examples`.