-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHome.py
24 lines (15 loc) · 1.34 KB
/
Home.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import streamlit as st
# Page Config
st.set_page_config(page_title='Unravel Quantum', page_icon=":cat:", layout='wide')
st.title("UnravelQuantum")
st.write("""
UnravelQuantum is your gateway to the world of quantum computing. Discover and explore quantum algorithms with ease, whether you're a newcomer or an experienced researcher. Dive into interactive tutorials, experiment with quantum circuits, and challenge yourself with quizzes. Join a vibrant community of quantum enthusiasts and embark on a quantum journey like never before.
""")
st.subheader("Discover Quantum Algorithm")
st.write("""
Delve into a comprehensive collection of quantum algorithms meticulously organized from beginner to advanced levels. Each algorithm comes with a wealth of educational resources. Learn about the underlying principles, explore detailed Qiskit Implementation, and or directly run the algorithm without going into the details and code.
""")
st.subheader("Contribute to this project 🚀")
st.write("""
We are welcoming contributors to this project. If you are interested to add demonstration to your favorite quantum algorithm to this project, just open an issue regarding it [here](https://github.com/devilkiller-ag/UnravelQuantum). If you like this project, give us a star on GitHub: [UnravelQuantum](https://github.com/devilkiller-ag/UnravelQuantum).
""")