Release Notes¶
0.2.1¶
Bug Fixes¶
Fixed issue where input circuits defined on an incomplete Clifford basis gate set would fail to transform back into their original basis after check picking. Now, instead of failing, the checked circuit will be returned in the internal Clifford basis.
Fixed issues with circuits containing wires with 2-qubit-depth of 1.
0.2.0¶
New Features¶
Added new
qiskit_paulice.layout.get_check_qubits()function, which provides a straightforward way to find target/ancilla qubit pairs.
0.1.1¶
Security Issues¶
Bumped the required pyo3 version due to known issues in earlier versions.