This repository contains the code used to generate the figures in the paper about QuantumToolbox.jl package.
The website is built using Quarto. The steps to build the website are:
- Install the Python virtual environment (only once):
python3 -m venv pyenv
- Activate the Python virtual environment and install the dependencies:
source pyenv/bin/activate && pip install -r requirements.txt
- Load the environment variables:
set -a && source _environment && set +a
- Run Quarto:
all-render
orall-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.