Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/younisshah/quantum
Implementation of some simple classical and quantum systems
https://github.com/younisshah/quantum
Last synced: 6 days ago
JSON representation
Implementation of some simple classical and quantum systems
- Host: GitHub
- URL: https://github.com/younisshah/quantum
- Owner: younisshah
- License: gpl-2.0
- Created: 2015-01-16T12:50:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T13:37:52.000Z (about 10 years ago)
- Last Synced: 2023-02-27T19:08:14.862Z (almost 2 years ago)
- Language: Julia
- Size: 367 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantum Computing with Julia
![alt tag](http://physicsforme.files.wordpress.com/2012/11/schrodonger_cat.jpg)
#### Implementation of some simple classical and quantum systemsThe simulation are implementations of the Programming drills from the book Quantum Computing for Computer Scientists,
by Noson S. Yanofsky and Mirco A. Mannucci. The programs are written in Julia programming language. The simulations demostrate the state vectors and the time evolution (dynamics) of some simple classical and quantum systems. All the systems are modelled as graphs which in turn are modelled as matrices. The time evolution corresponds to matrix multiplication of the dynamics matrix and the state vector. Many things have been assumed for simplyfing the simulations.