Difference between revisions of "Quantum Computations Online"
From Qugate
Line 3: | Line 3: | ||
function(x) { return Math.pow(7,x)%8; }, 'f'), H(2), C(1,R(1,2)), C(0, R(2,2)), H(1), C(0, R(1,1)), H(0), | function(x) { return Math.pow(7,x)%8; }, 'f'), H(2), C(1,R(1,2)), C(0, R(2,2)), H(1), C(0, R(1,1)), H(0), | ||
M(3), M(4), M(5), Sw(0,2) ] | M(3), M(4), M(5), Sw(0,2) ] | ||
− | |||
</qu> | </qu> | ||
+ | |||
+ | |||
+ | jQ is a simple javascript qunatum computer simulator. It may serve as an educational help, especially an interactive illustration of some basic quantum circuits. jQ may be embedded in any webpage. For details see manual. | ||
* [[JQ_Manual|jQ Manual]] | * [[JQ_Manual|jQ Manual]] |
Revision as of 21:03, 24 May 2013
jQ is a simple javascript qunatum computer simulator. It may serve as an educational help, especially an interactive illustration of some basic quantum circuits. jQ may be embedded in any webpage. For details see manual.