Toolset for executing quantum jobs on Qubernetes.
Install the for project folder:
pip install q8sSumbit a job to the Qubernetes cluster:
q8sctl execute app.py --kubeconfig /path/to/kubeconfigFor more options, run:
q8sctl execute --helpInstall the q8s-kernel:
q8sctl jupyter --installStart the jupyter notebook server:
jupyter notebookor the jupyter lab server:
jupyter labSelect the Q8s kernel when creating a new notebook.
The development environment requires the following tools to be installed:
Install the project in editable mode:
pip install -e .If the project is installed in a virtual environment, the q8s-kernel can be installed by running the following command:
q8sctl jupyter --install