<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **Qiskit Terra version**: latest - **Python version**: - **Operating system**: ### What is the current behavior? This circuit  has becomes  after transpilation (levels 1,2,3) on a backend with reset support. ```python print(backend.configuration().basis_gates) ['id', 'rz', 'sx', 'x', 'cx', 'ecr', 'reset'] ``` This means that I do not get correct answers using `init_qubits=False`. ### Steps to reproduce the problem ### What is the expected behavior? ### Suggested solutions