simulation tools for QCIS
Project description
A simulator for QCIS.
from qcis_sim import run
qcis_str = """
H Q22
H Q27
X Q27
Y Q27
Z Q27
S Q27
SD Q27
T Q27
TD Q27
CZ Q27 Q22
B Q1 Q4
I Q1 0.1
RX Q22 0.2
RY Q22 0.2
RZ Q10 0.2
M Q22
M Q27
"""
print(run(qcis_str, shots=100, topo=True))
# topo: topological check
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
qcis_sim-0.1.0-py3-none-any.whl
(12.0 kB
view hashes)