This small release improves/fixes the internal equivalence checking flow logic for inferring a final result from the results of all individual checkers (fixes 240).
It also features more useful logging messages in some corner cases and issues a warning if the compilation flow verification scheme is used, but the circuits under consideration contain no measurements.
What's Changed
* πΈ Warning for missing measurements by burgholzer in https://github.com/cda-tum/qcec/pull/239
* π‘β»οΈ Improve corner-case logic for infering check result by burgholzer in https://github.com/cda-tum/qcec/pull/241
**Full Changelog**: https://github.com/cda-tum/qcec/compare/v2.2.0...v2.2.1