qsimulatR | R Documentation |
A simulator for a quantum computer
A quantum computer simulator framework. General single qubit gates and general controlled single qubit gates can be easily defined. For convenience, it currently directly provides most common gates (X, Y, Z, H, Z, S, T, Rx, Ry, Rz, CNOT, SWAP, toffoli or CCNOT, CSWAP). 'qsimulatR' supports plotting of circuits and is able to export circuits into IBM's 'Qiskit' python package, which can be run on IBM's real quantum hardware. 'qsimulatR' currently works for up to 24 qubits (a virtual restriction, which can be lifted).
Johann Ostemeyer, Carsten Urbach, urbach@hiskp.uni-bonn.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.