This project demonstrates how to set up a Quantum Computing development environment using Docker and Jupyter Notebooks.
Make sure you have the following installed before starting:
- Docker
- Git (if cloning the repository)
Clone the repository:
git clone <repository-url>
cd <repository-directory>
Build the Docker image:
docker build -t qjupyter .
Run the Docker container using Docker:
docker run -p 8888:8888 qjupyter .
Access Jupyter Notebook:
Open your web browser and go to http://localhost:8888. You should see the Jupyter interface.
Use the provided notebooks to explore Quantum Computing algorithms, simulations, or run experiments.
Modify or create new notebooks based on your Quantum Computing research or development needs.
If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.