NOTA	import numpy as np
NOTA	from qiskit import QuantumCircuit
NOTA	from qiskit import ClassicalRegister, QuantumRegister
NOTA	from qiskit import execute
NOTA	
NOTA	
NOTA	q = QuantumRegister(5, 'q')
NOTA	ckt = QuantumCircuit(q)
NOTA	
|   H   |   |   |   
|   |   X   |   |   
|   |   Y   |   |   
|   |   Z   |   |   
|   Rx  |   |   |   
|   Ry  |   |   |   
|   Rz  |   |   |   
R   |   |   |   |   
NOTA	0->1 allowed by c_to_tars
|   |   |   X---@   
NOTA	1->0 not allowed by c_to_tars
NOTA	SIGX  AT  0  IF  1T
NOTA	not allowed in strict mode
|   |   @P  |   |   
|   |   @P--+---@   
|   |   <---+--->   
