quantum-compiler / quartz

The Quartz Quantum Compiler
Apache License 2.0
76 stars 19 forks source link

[gate] Add warnings when the base get_matrix() is called #155

Closed xumingkuan closed 8 months ago

xumingkuan commented 8 months ago

This PR can help with debugging when Gate objects are mistakenly instantiated.

Also makes Gate::is_toffoli_gate() more systematic.