MarcSerraPeralta / surface-sim

Repository for simulations of surface code experiments
MIT License
0 stars 1 forks source link

`rot_surface_code_xzzx.qec_round` has a pipelined schedule #98

Closed MarcSerraPeralta closed 2 days ago

MarcSerraPeralta commented 4 days ago

The surface_sim.circuit_blocks.rot_surface_code_xzzx.qec_round runs a pipeline schedule, very similar to the surface_sim.circuit_blocks.rot_surface_code_css_pipelined.qec_round without some Hadamard gates. However, the "pipeline" is not reported in the name of the file. I believe both the parallel and the pipelined versions for the XZZX code should be in the repo (it is basically like the rot_surface_code_css but with some different Hadamard gates), with proper labels.