Files overview & Hello world
In the line `q1.cnot(q2)` where `q1` and `q2` are Qubit objects, `q1` is the target qubit and `q2` is the control qubit for this CNOT gate. True or False?
False. For all NetQASM SDK controlled two qubit gates, the first qubit is the control qubit and the second qubit the target.