In Qiskit the instruction to add two quantum circuits
qc1 + qc2
produces the following error
"unsupported operand type(s) for +: 'QuantumCircuit' and 'QuantumCircuit'"
I'm guessing my library must be missing something but as I'm new to Qiskit and Python I'm not sure what?
I was expecting qc2 to be appended to qc1.