Sample page

This is just a sample notebook to showcase the rendering of Jupyter notebooks in the documentation.

from qek.main import main

msg = main()
print(msg)
Welcome to Quantum Evolution Kernel!