https://github.com/albertomercurio/quantumtoolbox.jl-paper-figures
Lectures on numerical simulation of Quantum Physics and Quantum Optics
https://github.com/albertomercurio/quantumtoolbox.jl-paper-figures
open-quantum-systems quantum quantum-optics quantum-physics qutip
Last synced: 2 months ago
JSON representation
Lectures on numerical simulation of Quantum Physics and Quantum Optics
- Host: GitHub
- URL: https://github.com/albertomercurio/quantumtoolbox.jl-paper-figures
- Owner: albertomercurio
- License: mit
- Created: 2024-11-19T14:43:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T20:37:15.000Z (2 months ago)
- Last Synced: 2025-02-17T21:31:52.177Z (2 months ago)
- Topics: open-quantum-systems, quantum, quantum-optics, quantum-physics, qutip
- Language: Julia
- Homepage: https://albertomercurio.github.io/Lectures
- Size: 1.46 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 the Python virtual environment (only once): `python3 -m venv pyenv`
2. Activate the Python virtual environment and install the dependencies: `source pyenv/bin/activate && pip install -r requirements.txt`
3. Load the environment variables: `set -a && source _environment && set +a`
4. 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.