Build the logical implementation of a given circuit.
What's Changed
- Change naming of detector frames by @MarcSerraPeralta in #152
- Resetting num rounds and generators of anc detectors when (de)activated by @MarcSerraPeralta in #153
- Yield TICK blocks instead of same-operation blocks by @MarcSerraPeralta in #154
- Solve bug from
stim.Circuit.pop
by @MarcSerraPeralta in #158 - Solve bug with
llvmlite
by @MarcSerraPeralta in #159 - Revert to original action config by @MarcSerraPeralta in #160
- Revert to previous action config by @MarcSerraPeralta in #161
- Add manual CI action by @MarcSerraPeralta in #163
- Solve bug in manual CI actions by @MarcSerraPeralta in #164
- Use
requirements_dev.txt
in manual CI action by @MarcSerraPeralta in #165 - Update
manual_ci_pipeline.yaml
by @MarcSerraPeralta in #166 - Update
manual_ci_pipeline.yaml
by @MarcSerraPeralta in #167 - Use
requirements_dev.txt
in CI by @MarcSerraPeralta in #168 - Add decorators for the circuit-block functions by @MarcSerraPeralta in #169
- Add individual log operations for each meas and reset basis and state by @MarcSerraPeralta in #170
- Add
merge_ops
and solve bug inmerge_circuits
by @MarcSerraPeralta in #173 - Improve handling of the TICKs by @MarcSerraPeralta in #174
- Change log gates naming to include "fold-transversal" by @MarcSerraPeralta in #175
- Add
unrot_surface_codes
by @MarcSerraPeralta in #176 - Improve speed of
set_trans_cnot
by @MarcSerraPeralta in #178 - Add option to generate experiments from arbitrary circuits by @MarcSerraPeralta in #180
- Solve bug in
experiment_from_schedule
by @MarcSerraPeralta in #181 - Solve bug in
merge_tick_blocks
and add test by @MarcSerraPeralta in #183 - Solve bug in
merge_ops
and change gate labels by @MarcSerraPeralta in #185 - Remove NW, NE, SW, SE to be automatically stored in
Layout
by @MarcSerraPeralta in #186 - Make
Model.idle
return "I" instruction by @MarcSerraPeralta in #187 - Solve bug when adding idling noise in logical operations by @MarcSerraPeralta in #189
- Add
gauge_detectors
option toexperiment_from_schedule
by @MarcSerraPeralta in #192 - Add schematic about the
arbitrary_experiment
module by @MarcSerraPeralta in #194 - Add more tests for
arbitrary_experiment
by @MarcSerraPeralta in #195 - Update to version
0.5.0
by @MarcSerraPeralta in #196
Full Changelog: v0.4.1...v0.5.0