harshangrjn / QuantumCircuitOpt.jl

A Julia/JuMP Package for Optimal Quantum Circuit Design
Other
56 stars 15 forks source link

Naming convention for elementary gates #13

Closed harshangrjn closed 3 years ago

harshangrjn commented 3 years ago

Using underscore consistently with gate names separated by the qubits on which the gates are located. For example, "H1" becomes "H_1", consistent with "cnot_12" etc. @lockwo