From 6bb32c43bccbba47d0a5cb34876bd060e088a507 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 13 Jun 2020 20:58:17 +0000 Subject: yquant (13jun20) git-svn-id: svn://tug.org/texlive/trunk@55537 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/yquant/test6.qasm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/yquant/test6.qasm (limited to 'Master/texmf-dist/doc/latex/yquant/test6.qasm') diff --git a/Master/texmf-dist/doc/latex/yquant/test6.qasm b/Master/texmf-dist/doc/latex/yquant/test6.qasm new file mode 100644 index 00000000000..88d48c87aba --- /dev/null +++ b/Master/texmf-dist/doc/latex/yquant/test6.qasm @@ -0,0 +1,20 @@ +# +# File: test6.qasm +# Date: 22-Mar-04 +# Author: I. Chuang +# +# Sample qasm input file - demonstrate +# multiple-qubit controlled single-q-gates + + def c-U,3,'U' + + qubit j0 + qubit j1 + qubit j2 + qubit j3 + + toffoli j0,j1,j2 + X j0 + c-U j2,j3,j0,j1 + H j2 + measure j3 -- cgit v1.2.3