// circuit input file // name:full adder // number of qbits in circuit *numqbits* 4 // number of operations in circuit *numops* 5 // format: operation key word / number of bits operated on / them bits *3 bit cnot* 3 0,1,3 *2 bit cnot* 2 1,3 *3 bit cnot* 3 0,1,2 *2 bit cnot* 2 1,2 *measure* 4 0,1,2,3 !end // for termination