EntangledQuery
  • Threads
  • Categories
  • Users
  • Seminar
  • forum
  • group
  • theaters
  • search
  1. Threads
  2. Qiskit
chevron_left Qiskit

Removing Qubits from a Quantum Circuit in Qiskit

  • forum 0 replies
  • last reply by Randomizer March 20, 2022
  • Last
  • link
    Randomizer
    Members 9 posts
    March 20, 2022, 9:26 a.m. March 20, 2022, 9:26 a.m.
    link

    How to qubits/cbits from a circuit? For example, for a quantum circuit

    qc = QuantumCircuit(2, 1)
    qc.x(0)
    

    How to remove $q_1$ and $c$ and get a single-qubit circuit consisting of only $q_0$?

There are no more posts in this thread.

  • EntangledQuery