-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilizer simulation example utilizing stim backend #211
Comments
Hi @refraction-ray, Nice to meet you. I am Rishabh Singh, and I have been learning about quantum computing since 2020.
|
@anonymousr007 , great, feel free to open a PR for this issue. Should you encounter any further questions or need assistance while working on it, please don't hesitate to reach out. We're here to help and look forward to your contributions. |
Hi @refraction-ray I got the stabilizer example to work now I will be covering the points in the PR Issue |
@refraction-ray I got the stabilizer example to work with mid circuit measurements |
@refraction-ray is their a way to plot in stim |
https://quantumcomputing.stackexchange.com/questions/25734/how-can-i-visualize-a-stim-circuit |
@refraction-ray I am getting stuck here --------------- |
@refraction-ray this issue is done now just stuck at the 4 point it is really hard to get that function to work |
@refraction-ray finally the code works after modification I will make a PR |
@refraction-ray can I get some feedback |
@AbdullahKazi500 , you can open an PR so that I can review the script if you have already got the example work and the result entanglement is checked to be correct |
@refraction-ray Added |
Hi, I would also like to work on this issue. |
Task description
Add an example python script
stabilizer_stim_sim.py
in/examples
which showcases stabilizer circuit simulation using tc interface with stim backend.Implementation
The script includes:
c._qir
andc._extra_qir
, usingc.measure_instruction
to get the mid circuit measurement recorded in extra_qir and usingc.mid_measurement
for the real functionality)References:
The text was updated successfully, but these errors were encountered: