#include <qgprog.h>
Public Attributes | |
| int | type |
| Instruction type. | |
| QubitList | qubits |
| List of qubits the instruction affects. | |
| QGate * | gate |
| The gate the instruction applies to the given qubits, if any; NULL otherwise. | |
| int | extra |
| Used to store extra data, if needed. | |
| bool | flag |
| A flag that can be used if needed. | |
Definition at line 64 of file qgprog.h.
1.3.5