Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qc-assert

Pytest-friendly unit test helpers for Qiskit quantum circuits — designed for CI (GitHub Actions) and regression testing.

tests


Why this exists

Quantum code breaks in sneaky ways:

  • SDK upgrades change behavior
  • circuits drift from “correct” distributions
  • notebook experiments don’t translate to production quality

qc-assert gives you small, focused assertions so you can:

  • catch regressions early (before hardware runs)
  • test probabilistic outputs with tolerances
  • validate entanglement patterns (Bell/GHZ) reliably
  • run everything in standard CI with pytest

Install (dev)

pip install -e .
pip install pytest

About

Pytest-friendly unit test helpers for Qiskit quantum circuits

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages