qiskit-advocate / qamp-fall-21

Qiskit advocate mentorship program (QAMP) fall 21 cohort (Sep - Dec 2021)
30 stars 6 forks source link

Update qiskit-experiments tutorials #44

Open coruscating opened 2 years ago

coruscating commented 2 years ago

Description

Qiskit-experiments is a new software package for doing qubit calibrations and experiments through Qiskit. You can see the current tutorials at https://qiskit.org/documentation/experiments/tutorials/index.html

We'd like to rewrite these tutorials as a step-by-step progression through an overview of basic features, running a simple experiment and saving the results, creating a new experiment, then advanced topics.

Mentor/s

I will be the mentor.

Type of participant

Someone passionate about technical writing who can understand, run, and test Python code.

Number of participants

1

Deliverable

A pull request of the updated tutorials.

bicycle315 commented 2 years ago

Hi, I'm interested in this topic.

iotaisolutions commented 2 years ago

@coruscating I am interested

HuangJunye commented 2 years ago

@jaleipekoglu @spencerking Can you please comment in the issue so that I can assign you?

jaleipekoglu commented 2 years ago

Hi, I'm interested in this topic. @HuangJunye

spencerking commented 2 years ago

@HuangJunye I apologize for the delay

bicycle315 commented 2 years ago

Qiskit_Template.pptx

HuangJunye commented 2 years ago

@bicycle315 Thanks for uploading your presentation! Can you please convert it to pdf format and rename it "#44 Update qiskit-experiments tutorials.pdf"? That would help me a lot. Thank you!

HuangJunye commented 2 years ago

@spencerking @jaleipekoglu If you are presenting individually, can you please also upload your presentations by the end of today? Thank you!

jaleipekoglu commented 2 years ago

@HuangJunye here is mine: #44 Update qiskit-experiment tutorials.pptx

spencerking commented 2 years ago

@HuangJunye I am not able to attend either session so Jale is going to be providing my updates.

HuangJunye commented 2 years ago

@jaleipekoglu Thanks for uploading the presentation. Can you please upload a pdf version? That would help me a lot. Thank you.

bicycle315 commented 2 years ago

Qiskit_Template_pdf.pdf

44 Update qiskit-experiments tutorials.pdf

jaleipekoglu commented 2 years ago

@jaleipekoglu Thanks for uploading the presentation. Can you please upload a pdf version? That would help me a lot. Thank you.

#44 Update qiskit-experiment tutorials.pdf @HuangJunye Sorry! Here is the PDF version.

jaleipekoglu commented 2 years ago

Checkpoint 2 Update: As a reminder, I am working on refactoring calibration experiment tutorial.

Since Checkpoint 1 (Oct 7, 2021),

jaleipekoglu commented 2 years ago

Checkpoint 2 Update Screenshots:

Screen Shot 2021-11-11 at 12 15 11 PM Screen Shot 2021-11-11 at 12 14 15 PM
spencerking commented 2 years ago

Checkpoint 2 Update

Since the first checkpoint I have submitted two pull requests, one for refactoring an existing tutorial and another for the initial draft of a new tutorial. The refactor was for the cloud services tutorial and has been primarily just been a conversion of the existing Jupyter notebook into the reStructuredText format that will be used moving forward. The new tutorial shows how to subclass existing experiments to create new experiments. It is a little short at the moment, but additional examples may be added to it in the future.

I don't have anything to share for a visual reference to the project since all of my work so far has been reading about experiments and writing text.

bicycle315 commented 2 years ago

Checkpoint 2 Update At first checkpoint, I made a composite experiment using ParallelExperiment about characterizing multi qubits(T1, T2, frequencies).

bicycle315 commented 2 years ago

[Uploading 9b23fb64483062d80afb4d86579cbfec.pdf…]()

bicycle315 commented 2 years ago

JWKim.pdf.pdf

jaleipekoglu commented 2 years ago

#44 Update qiskit-experiment tutorials-final - Jale Ipekoglu.pdf

jaleipekoglu commented 2 years ago

Here is my related PR for the calibration tutorial: https://github.com/Qiskit/qiskit-experiments/pull/499

HuangJunye commented 2 years ago

@jaleipekoglu Thanks for linking the PR here. @spencerking @bicycle315 Have you submitted your PRs for the project? Can you please provide the links here?

HuangJunye commented 2 years ago

I found this PR: https://github.com/Qiskit/qiskit-experiments/pull/511 by @bicycle315 .

bicycle315 commented 2 years ago

@HuangJunye There's a problem related to using real backend in the tutorial. Im still waiting for the pr to be merged