https://github.com/secretshardul/qosf-task
https://github.com/secretshardul/qosf-task
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secretshardul/qosf-task
- Owner: secretshardul
- Created: 2021-02-16T08:29:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T08:29:44.000Z (over 5 years ago)
- Last Synced: 2025-12-30T08:56:53.593Z (7 months ago)
- Language: Jupyter Notebook
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task 3
[**Task 3 code**](./task3.ipynb)
A program to simulate quantum circuits in Python. It lets you:
1. Create a quantum circuit in ground state
2. Generate operation matrices from `X`, `H` and `CX` quantum gates
3. Apply operations on the ciruit and get resultant state
4. Measure the final circuit state
## Bonus tasks
Both bonus tasks have been implemented:
1. Parametric gates
2. Global params
To run these, look at the driver code and uncomment the appropriate parts.