MarcSerraPeralta / surface-sim

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

Add `get_circuit_distance` in `util` #20

Closed MarcSerraPeralta closed 2 months ago

MarcSerraPeralta commented 2 months ago

This is a wrapper for the stim.Circuit.shortest_error_sat_problem that solves the SAT problem and directly returns the circuit distance.

MarcSerraPeralta commented 2 months ago

Missing tests...