An open API service indexing awesome lists of open source software.

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.

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.