jwoehr / qisjob

Qiskit Job Control
Other
32 stars 4 forks source link

Added Display Command #28

Closed dubeyPraY closed 1 year ago

dubeyPraY commented 1 year ago

Added display command to print untranspiled circuits.

jwoehr commented 1 year ago

Another thought: the workflow of making pull requests works better if your own fork of QisJob keeps its main branch sync'ed with QisJob main. To do your development, you should branch first, push that branch to your fork on GitHub, and create your pull request from the branch instead of from your fork's main.

jwoehr commented 1 year ago

Otherwise, nice work, @dubeyPraY ! Thank you. Fix the description of that one command-line option and I'll merge this.

dubeyPraY commented 1 year ago

Sir, I have updated the readme file.