diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-13 20:58:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-13 20:58:17 +0000 |
commit | 6bb32c43bccbba47d0a5cb34876bd060e088a507 (patch) | |
tree | d4b56c3eaf665699d6b680b3ba8e8c75d37ef3d5 /Master/texmf-dist/doc/latex/yquant/test2.qasm | |
parent | 01d0d819f585f3b7f88e544cec22201385db44ea (diff) |
yquant (13jun20)
git-svn-id: svn://tug.org/texlive/trunk@55537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/yquant/test2.qasm')
-rw-r--r-- | Master/texmf-dist/doc/latex/yquant/test2.qasm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/yquant/test2.qasm b/Master/texmf-dist/doc/latex/yquant/test2.qasm new file mode 100644 index 00000000000..9b8ae9af102 --- /dev/null +++ b/Master/texmf-dist/doc/latex/yquant/test2.qasm @@ -0,0 +1,20 @@ +# +# File: test2.qasm +# Date: 29-Mar-04 +# Author: I. Chuang <ichuang@mit.edu> +# +# Sample qasm input file - simple teleportation circuit +# + qubit q0 + qubit q1 + qubit q2 + + h q1 # create EPR pair + cnot q1,q2 + cnot q0,q1 # Bell basis measurement + h q0 + nop q1 + measure q0 + measure q1 + c-x q1,q2 # correction step + c-z q0,q2 |