I hereby claim:
- I am prince-ph0en1x on github.
- I am aritra_sarkar (https://keybase.io/aritra_sarkar) on keybase.
- I have a public key whose fingerprint is 0DC2 804D 0A7C 109D FC21 C861 8999 3210 EDB8 67D4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| from random import random | |
| class QuDit: | |
| nD = 0 # Hilbert Space Dimension | |
| nQ = 0 # Number of Qudits used in simulation | |
| state = [] | |
| # Initialize | |
| def __init__(self, D, Q): |