To install qiskit, see my unofficial instruction.
Copy Qconfig.py.template
to Qconfig.py
and fill token or set the environment variable.
To use qconsole, it is necessary to fill config['qconsole']
as well.
-
run_qasm.py
Run a qasm and check the result.
-
draw_qasm.py
Draw a circuit to pdf, svg or png file.
-
qasm2qobj.py
Convert a OpenQASM file to QObj file.