Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 systems

The 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.