#
# File:   test1.qasm
# Date:   22-Mar-04
# Author: I. Chuang <[email protected]>
#
# Sample qasm input file - EPR creation
#
       qubit   q0
       qubit   q1

       h       q0      # create EPR pair
       cnot    q0,q1