qir-alliance / pyqir

PyQIR is a set of APIs for generating, parsing, and evaluating Quantum Intermediate Representation (QIR).
https://qir-alliance.github.io/pyqir
MIT License
54 stars 24 forks source link

Add ccx gate #230

Closed LaurentAjdnik closed 1 year ago

LaurentAjdnik commented 1 year ago

CCX gate declared elsewhere but not in _basicqis.py, resulting in AttributeError: 'builtins.BasicQisBuilder' object has no attribute 'ccx'.