#done with qiskit library for python qc = QuamtumCirciut(8) #8 is the number of qubits qc.measure_all() qc.draw()