This website serves as a comprehensive guide to the installation and usage of the HyperCells and HyperBloch packages, providing tutorials with detailed explanations ranging from simple examples to more advanced applications.
The website is online here: https://www.hypercells.net.
Main author and developer:
Marcelo Looser
Coauthors:
Patrick M. Lenggenhager (https://patrick-lenggenhager.github.io, plengg@pks.mpg.de)
Tomáš Bzdušek (tomas.bzdusek@uzh.ch)
- Install Python.
- Set up the environment, e.g., using
venv
:
python -m venv env
source env/bin/activate
pip install --upgrade pip
- Install the necessary Python packages
pip install -r requirements.txt
- Install make.
- Build HTML
make html
- Start a webserver in the directory
build/html
, e.g., in VSCode use the LiveServer extension.
To report issues, please use the issue tracker at https://github.com/HyperCells/HyperCells.github.io/issues.
See the attached LICENSE for details.
© 2024 Marcelo Looser, Patrick M. Lenggenhager, Tomáš Bzdušek