summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/yquant/test3.qasm
blob: 01c82477414b89a7097c9589351079c0e46f15b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 
# File:   test3.qasm
# Date:   22-Mar-04
# Author: I. Chuang <ichuang@mit.edu>
#
# Sample qasm input file - swap circuit
#
        qubit 	q0
        qubit 	q1

	cnot	q0,q1
	cnot	q1,q0
	cnot	q0,q1