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

	h	q0	# create EPR pair
	cnot	q0,q1