https://github.com/made2591/quantum
Some first exercises using OPENQASM 2.0.
https://github.com/made2591/quantum
entagl qasm quantum-computing quantum-field-theory quantum-mechanics quantum-programming-language
Last synced: 4 months ago
JSON representation
Some first exercises using OPENQASM 2.0.
- Host: GitHub
- URL: https://github.com/made2591/quantum
- Owner: made2591
- License: mit
- Created: 2017-07-25T20:29:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T14:39:17.000Z (over 7 years ago)
- Last Synced: 2025-01-13T10:50:13.846Z (5 months ago)
- Topics: entagl, qasm, quantum-computing, quantum-field-theory, quantum-mechanics, quantum-programming-language
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Quantum Experiment
This repo contains a series of experiment over the IBM Q platfom: they are written following the OpenQASM 2.0 specification.
### List of experiment
The following experiments run over both simulated and real quantum computer exposed by IBM Q.#### Simulated Environment
The following experiments run over a simulated environment made of 1 qubit quantum register e 1 bit classical register (to save the result of measurement).- __exp_001__: this experiment let you try the ```X``` gate (Pauli transform), the equivalent of ```NOT``` gate over a single classical bit;
- __exp_002__: this experiment let you try the ```Y``` gate (Pauli transform);
- __exp_003__: this experiment let you try the ```Z``` gate (Pauli transform);
- __exp_004__: this experiment let you try the ```H``` Hadamard gate, an important gate the create the superposition;#### Real Environment