matt-lourens / hierarqcal

Generate hierarchical quantum circuits for Neural Architecture Search.
https://matt-lourens.github.io/hierarqcal/
BSD 3-Clause "New" or "Revised" License
41 stars 15 forks source link

Update qiskit_circuits.py #60

Closed AishSweety closed 1 day ago

AishSweety commented 1 week ago

the cnot function has been replaced by cx to be compatible with latest version of qiskit

matt-lourens commented 1 day ago

Hey @AishSweety, thanks for catching this!