def create_empty_circuit()

in qumat/qiskit_backend.py [0:0]


def create_empty_circuit(num_qubits):
    return qiskit.QuantumCircuit(num_qubits)