https://github.com/albertomercurio/quantumtoolbox.jl-paper-figures
Repository containing the code used to generate the figures in the QuantumToolbox.jl paper.
https://github.com/albertomercurio/quantumtoolbox.jl-paper-figures
open-quantum-systems quantum quantum-optics quantum-physics qutip
Last synced: 11 months ago
JSON representation
Repository containing the code used to generate the figures in the QuantumToolbox.jl paper.
- Host: GitHub
- URL: https://github.com/albertomercurio/quantumtoolbox.jl-paper-figures
- Owner: albertomercurio
- License: mit
- Created: 2024-11-19T14:43:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T22:03:33.000Z (about 1 year ago)
- Last Synced: 2025-04-29T22:34:00.409Z (about 1 year ago)
- Topics: open-quantum-systems, quantum, quantum-optics, quantum-physics, qutip
- Language: Julia
- Homepage:
- Size: 2.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuantumToolbox.jl Paper Figures
This repository contains the code used to generate the figures in the paper about [QuantumToolbox.jl](https://github.com/qutip/QuantumToolbox.jl) package.
## How to build the Website
The website is built using [Quarto](https://quarto.org). The steps to build the website are:
1. Install a python environment and install the dependencies with `pip install -r requirements.txt`.
2. Load the environment variables: `set -a && source _environment && set +a`
3. Run Quarto: `all-render` or `all-publish`
> [!NOTE]
> All the following commands should be run under the root folder of this repository: `/path/to/QuantumToolbox.jl-Paper-Figures/`
You can even just render the website locally by running `quarto render` and open the `index.html` file in your browser.