What circuit or operation corresponds to the tensor product?











up vote
2
down vote

favorite












What Clifford gate circuit operating on states $|psi_1rangle$ and $|psi_2rangle$ prepares the state $|Psirangle=|psi_1rangle otimes |psi_2rangle$ ?










share|improve this question




























    up vote
    2
    down vote

    favorite












    What Clifford gate circuit operating on states $|psi_1rangle$ and $|psi_2rangle$ prepares the state $|Psirangle=|psi_1rangle otimes |psi_2rangle$ ?










    share|improve this question


























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      What Clifford gate circuit operating on states $|psi_1rangle$ and $|psi_2rangle$ prepares the state $|Psirangle=|psi_1rangle otimes |psi_2rangle$ ?










      share|improve this question















      What Clifford gate circuit operating on states $|psi_1rangle$ and $|psi_2rangle$ prepares the state $|Psirangle=|psi_1rangle otimes |psi_2rangle$ ?







      quantum-gate circuit-model tensor-product






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      Blue

      5,60011249




      5,60011249










      asked 2 days ago









      Malcolm Regan

      1006




      1006






















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          6
          down vote



          accepted










          I think that you misunderstood the concept of tensor product here. There is no need of a Clifford gate in order to have a multi-qubit system. The fact that a multi-qubit system is described by the tensor produt of their state vectors comes from the fourth postulate of quantum mechanics, refer to the $94^{th}$ page of Nielsen and Chuang to see the formulation of this postulate.



          Consequently, what I mean here is that if you have two qubits represented by state vectors $|psi_1rangle$ and $|psi_2rangle$, the tensor product is the mathematical operation that describes the composite state of the 2-qubit sytem $|Psirangle$. This something known by postulates, and so there is no need to use any Clifford gate to obtain that.



          Clifford gates for example could be used if you have state $|Psirangle=|psi_1rangleotimes |psi_2rangle$ and you want to obtain another state $|Psi'rangle$, then the transformation would be given by some Clifford group unitary so that $|Psi'rangle=U|Psirangle$. However, in order to calculate such unitary, the initial states should be needed, and so here no more can be said.






          share|improve this answer




























            up vote
            5
            down vote













            There is no circuit operation or Clifford gate! If you have $|psi_1rangle$ and $|psi_2rangle$ entering a circuit, then mathematically we say that:
            $$
            |psi_1rangle otimes |psi_2rangle
            $$



            is entering the circuit.



            This means if you represent the whole circuit as a unitary matrix $U$, it will have a dimension corresponding to the size of $|psi_1rangle otimes |psi_2rangle$, not of $|psi_1rangle$ or $|psi_2rangle$. Your output is literally the matrix-vector product:



            $$
            Uleft(left|psi_1rightrangle otimes |psi_2rangleright),
            $$



            even without using any extra Clifford gates!






            share|improve this answer










            New contributor




            G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              up vote
              2
              down vote













              The tensor product is not a gate, but rather a way for us as humans to model the behavior of a quantum system. Whenever we're using multiple qbits, we can look at them in two ways: in their product state (a complex vector of size $2^n$ for $n$ qbits) or their individual state ($|psi_0rangle otimes ldots otimes |psi_{n-1}rangle$). We can usually switch back and forth between the two representations at will (again, they are two equivalent ways of writing the same quantum state) except for when the qbits become entangled, in which case we cannot factor them back into the individual state (this is roughly the definition of entanglement).



              When you're just learning quantum computing and are writing out matrices & vectors explicitly, you usually use the product state to calculate the action of an operator on the quantum state, then factor the result back into the individual state to see the action of that operator on the individual qbits. So for example, if we want to calculate the action of CNOT on $|10rangle$ with leftmost qbit as control:



              $C|10rangle = C begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 1 \ 0 end{bmatrix} =
              begin{bmatrix}
              1 & 0 & 0 & 0 \
              0 & 1 & 0 & 0 \
              0 & 0 & 0 & 1 \
              0 & 0 & 1 & 0 \
              end{bmatrix}
              begin{bmatrix} 0 \ 0 \ 1 \ 0 end{bmatrix} =
              begin{bmatrix} 0 \ 0 \ 0 \ 1 end{bmatrix} =
              begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 0 \ 1 end{bmatrix}
              = |11rangle$



              So we see that CNOT on $|10rangle$ flipped the rightmost qbit to $|11rangle$ as expected, because the control (leftmost) qbit was $1$.



              Here's an entangled product state which cannot be factored into its individual state:



              $C_{1,0}H_1|00rangle = begin{bmatrix} frac{1}{sqrt{2}} \ 0 \ 0 \ frac{1}{sqrt{2}} end{bmatrix}$



              If you try to factor that out into the tensor product of two qbits, you will see you cannot.






              share|improve this answer




























                up vote
                0
                down vote













                To put another way, the circuit is just



                enter image description here



                As everyone else said, the tensor product is just the way of constructing a composite quantum system from smaller subsystems, and doesn't require gates as such. But ordering is important, $|psi_1rangleotimes|psi_2rangleneq |psi_2rangleotimes|psi_1rangle$, and there is a standard correspondence in quantum circuits between the first item in the tensor product being on the top wire.






                share|improve this answer





















                  Your Answer





                  StackExchange.ifUsing("editor", function () {
                  return StackExchange.using("mathjaxEditing", function () {
                  StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
                  StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
                  });
                  });
                  }, "mathjax-editing");

                  StackExchange.ready(function() {
                  var channelOptions = {
                  tags: "".split(" "),
                  id: "694"
                  };
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function() {
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled) {
                  StackExchange.using("snippets", function() {
                  createEditor();
                  });
                  }
                  else {
                  createEditor();
                  }
                  });

                  function createEditor() {
                  StackExchange.prepareEditor({
                  heartbeatType: 'answer',
                  convertImagesToLinks: false,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: null,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader: {
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  },
                  noCode: true, onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  });


                  }
                  });














                   

                  draft saved


                  draft discarded


















                  StackExchange.ready(
                  function () {
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fquantumcomputing.stackexchange.com%2fquestions%2f4720%2fwhat-circuit-or-operation-corresponds-to-the-tensor-product%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  4 Answers
                  4






                  active

                  oldest

                  votes








                  4 Answers
                  4






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes








                  up vote
                  6
                  down vote



                  accepted










                  I think that you misunderstood the concept of tensor product here. There is no need of a Clifford gate in order to have a multi-qubit system. The fact that a multi-qubit system is described by the tensor produt of their state vectors comes from the fourth postulate of quantum mechanics, refer to the $94^{th}$ page of Nielsen and Chuang to see the formulation of this postulate.



                  Consequently, what I mean here is that if you have two qubits represented by state vectors $|psi_1rangle$ and $|psi_2rangle$, the tensor product is the mathematical operation that describes the composite state of the 2-qubit sytem $|Psirangle$. This something known by postulates, and so there is no need to use any Clifford gate to obtain that.



                  Clifford gates for example could be used if you have state $|Psirangle=|psi_1rangleotimes |psi_2rangle$ and you want to obtain another state $|Psi'rangle$, then the transformation would be given by some Clifford group unitary so that $|Psi'rangle=U|Psirangle$. However, in order to calculate such unitary, the initial states should be needed, and so here no more can be said.






                  share|improve this answer

























                    up vote
                    6
                    down vote



                    accepted










                    I think that you misunderstood the concept of tensor product here. There is no need of a Clifford gate in order to have a multi-qubit system. The fact that a multi-qubit system is described by the tensor produt of their state vectors comes from the fourth postulate of quantum mechanics, refer to the $94^{th}$ page of Nielsen and Chuang to see the formulation of this postulate.



                    Consequently, what I mean here is that if you have two qubits represented by state vectors $|psi_1rangle$ and $|psi_2rangle$, the tensor product is the mathematical operation that describes the composite state of the 2-qubit sytem $|Psirangle$. This something known by postulates, and so there is no need to use any Clifford gate to obtain that.



                    Clifford gates for example could be used if you have state $|Psirangle=|psi_1rangleotimes |psi_2rangle$ and you want to obtain another state $|Psi'rangle$, then the transformation would be given by some Clifford group unitary so that $|Psi'rangle=U|Psirangle$. However, in order to calculate such unitary, the initial states should be needed, and so here no more can be said.






                    share|improve this answer























                      up vote
                      6
                      down vote



                      accepted







                      up vote
                      6
                      down vote



                      accepted






                      I think that you misunderstood the concept of tensor product here. There is no need of a Clifford gate in order to have a multi-qubit system. The fact that a multi-qubit system is described by the tensor produt of their state vectors comes from the fourth postulate of quantum mechanics, refer to the $94^{th}$ page of Nielsen and Chuang to see the formulation of this postulate.



                      Consequently, what I mean here is that if you have two qubits represented by state vectors $|psi_1rangle$ and $|psi_2rangle$, the tensor product is the mathematical operation that describes the composite state of the 2-qubit sytem $|Psirangle$. This something known by postulates, and so there is no need to use any Clifford gate to obtain that.



                      Clifford gates for example could be used if you have state $|Psirangle=|psi_1rangleotimes |psi_2rangle$ and you want to obtain another state $|Psi'rangle$, then the transformation would be given by some Clifford group unitary so that $|Psi'rangle=U|Psirangle$. However, in order to calculate such unitary, the initial states should be needed, and so here no more can be said.






                      share|improve this answer












                      I think that you misunderstood the concept of tensor product here. There is no need of a Clifford gate in order to have a multi-qubit system. The fact that a multi-qubit system is described by the tensor produt of their state vectors comes from the fourth postulate of quantum mechanics, refer to the $94^{th}$ page of Nielsen and Chuang to see the formulation of this postulate.



                      Consequently, what I mean here is that if you have two qubits represented by state vectors $|psi_1rangle$ and $|psi_2rangle$, the tensor product is the mathematical operation that describes the composite state of the 2-qubit sytem $|Psirangle$. This something known by postulates, and so there is no need to use any Clifford gate to obtain that.



                      Clifford gates for example could be used if you have state $|Psirangle=|psi_1rangleotimes |psi_2rangle$ and you want to obtain another state $|Psi'rangle$, then the transformation would be given by some Clifford group unitary so that $|Psi'rangle=U|Psirangle$. However, in order to calculate such unitary, the initial states should be needed, and so here no more can be said.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered 2 days ago









                      Josu Etxezarreta Martinez

                      1,226217




                      1,226217
























                          up vote
                          5
                          down vote













                          There is no circuit operation or Clifford gate! If you have $|psi_1rangle$ and $|psi_2rangle$ entering a circuit, then mathematically we say that:
                          $$
                          |psi_1rangle otimes |psi_2rangle
                          $$



                          is entering the circuit.



                          This means if you represent the whole circuit as a unitary matrix $U$, it will have a dimension corresponding to the size of $|psi_1rangle otimes |psi_2rangle$, not of $|psi_1rangle$ or $|psi_2rangle$. Your output is literally the matrix-vector product:



                          $$
                          Uleft(left|psi_1rightrangle otimes |psi_2rangleright),
                          $$



                          even without using any extra Clifford gates!






                          share|improve this answer










                          New contributor




                          G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






















                            up vote
                            5
                            down vote













                            There is no circuit operation or Clifford gate! If you have $|psi_1rangle$ and $|psi_2rangle$ entering a circuit, then mathematically we say that:
                            $$
                            |psi_1rangle otimes |psi_2rangle
                            $$



                            is entering the circuit.



                            This means if you represent the whole circuit as a unitary matrix $U$, it will have a dimension corresponding to the size of $|psi_1rangle otimes |psi_2rangle$, not of $|psi_1rangle$ or $|psi_2rangle$. Your output is literally the matrix-vector product:



                            $$
                            Uleft(left|psi_1rightrangle otimes |psi_2rangleright),
                            $$



                            even without using any extra Clifford gates!






                            share|improve this answer










                            New contributor




                            G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.




















                              up vote
                              5
                              down vote










                              up vote
                              5
                              down vote









                              There is no circuit operation or Clifford gate! If you have $|psi_1rangle$ and $|psi_2rangle$ entering a circuit, then mathematically we say that:
                              $$
                              |psi_1rangle otimes |psi_2rangle
                              $$



                              is entering the circuit.



                              This means if you represent the whole circuit as a unitary matrix $U$, it will have a dimension corresponding to the size of $|psi_1rangle otimes |psi_2rangle$, not of $|psi_1rangle$ or $|psi_2rangle$. Your output is literally the matrix-vector product:



                              $$
                              Uleft(left|psi_1rightrangle otimes |psi_2rangleright),
                              $$



                              even without using any extra Clifford gates!






                              share|improve this answer










                              New contributor




                              G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.









                              There is no circuit operation or Clifford gate! If you have $|psi_1rangle$ and $|psi_2rangle$ entering a circuit, then mathematically we say that:
                              $$
                              |psi_1rangle otimes |psi_2rangle
                              $$



                              is entering the circuit.



                              This means if you represent the whole circuit as a unitary matrix $U$, it will have a dimension corresponding to the size of $|psi_1rangle otimes |psi_2rangle$, not of $|psi_1rangle$ or $|psi_2rangle$. Your output is literally the matrix-vector product:



                              $$
                              Uleft(left|psi_1rightrangle otimes |psi_2rangleright),
                              $$



                              even without using any extra Clifford gates!







                              share|improve this answer










                              New contributor




                              G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.









                              share|improve this answer



                              share|improve this answer








                              edited yesterday









                              Mithrandir24601

                              2,1661831




                              2,1661831






                              New contributor




                              G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.









                              answered 2 days ago









                              G Fleming

                              714




                              714




                              New contributor




                              G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.





                              New contributor





                              G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.






                              G Fleming is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                              Check out our Code of Conduct.






















                                  up vote
                                  2
                                  down vote













                                  The tensor product is not a gate, but rather a way for us as humans to model the behavior of a quantum system. Whenever we're using multiple qbits, we can look at them in two ways: in their product state (a complex vector of size $2^n$ for $n$ qbits) or their individual state ($|psi_0rangle otimes ldots otimes |psi_{n-1}rangle$). We can usually switch back and forth between the two representations at will (again, they are two equivalent ways of writing the same quantum state) except for when the qbits become entangled, in which case we cannot factor them back into the individual state (this is roughly the definition of entanglement).



                                  When you're just learning quantum computing and are writing out matrices & vectors explicitly, you usually use the product state to calculate the action of an operator on the quantum state, then factor the result back into the individual state to see the action of that operator on the individual qbits. So for example, if we want to calculate the action of CNOT on $|10rangle$ with leftmost qbit as control:



                                  $C|10rangle = C begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 1 \ 0 end{bmatrix} =
                                  begin{bmatrix}
                                  1 & 0 & 0 & 0 \
                                  0 & 1 & 0 & 0 \
                                  0 & 0 & 0 & 1 \
                                  0 & 0 & 1 & 0 \
                                  end{bmatrix}
                                  begin{bmatrix} 0 \ 0 \ 1 \ 0 end{bmatrix} =
                                  begin{bmatrix} 0 \ 0 \ 0 \ 1 end{bmatrix} =
                                  begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 0 \ 1 end{bmatrix}
                                  = |11rangle$



                                  So we see that CNOT on $|10rangle$ flipped the rightmost qbit to $|11rangle$ as expected, because the control (leftmost) qbit was $1$.



                                  Here's an entangled product state which cannot be factored into its individual state:



                                  $C_{1,0}H_1|00rangle = begin{bmatrix} frac{1}{sqrt{2}} \ 0 \ 0 \ frac{1}{sqrt{2}} end{bmatrix}$



                                  If you try to factor that out into the tensor product of two qbits, you will see you cannot.






                                  share|improve this answer

























                                    up vote
                                    2
                                    down vote













                                    The tensor product is not a gate, but rather a way for us as humans to model the behavior of a quantum system. Whenever we're using multiple qbits, we can look at them in two ways: in their product state (a complex vector of size $2^n$ for $n$ qbits) or their individual state ($|psi_0rangle otimes ldots otimes |psi_{n-1}rangle$). We can usually switch back and forth between the two representations at will (again, they are two equivalent ways of writing the same quantum state) except for when the qbits become entangled, in which case we cannot factor them back into the individual state (this is roughly the definition of entanglement).



                                    When you're just learning quantum computing and are writing out matrices & vectors explicitly, you usually use the product state to calculate the action of an operator on the quantum state, then factor the result back into the individual state to see the action of that operator on the individual qbits. So for example, if we want to calculate the action of CNOT on $|10rangle$ with leftmost qbit as control:



                                    $C|10rangle = C begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 1 \ 0 end{bmatrix} =
                                    begin{bmatrix}
                                    1 & 0 & 0 & 0 \
                                    0 & 1 & 0 & 0 \
                                    0 & 0 & 0 & 1 \
                                    0 & 0 & 1 & 0 \
                                    end{bmatrix}
                                    begin{bmatrix} 0 \ 0 \ 1 \ 0 end{bmatrix} =
                                    begin{bmatrix} 0 \ 0 \ 0 \ 1 end{bmatrix} =
                                    begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 0 \ 1 end{bmatrix}
                                    = |11rangle$



                                    So we see that CNOT on $|10rangle$ flipped the rightmost qbit to $|11rangle$ as expected, because the control (leftmost) qbit was $1$.



                                    Here's an entangled product state which cannot be factored into its individual state:



                                    $C_{1,0}H_1|00rangle = begin{bmatrix} frac{1}{sqrt{2}} \ 0 \ 0 \ frac{1}{sqrt{2}} end{bmatrix}$



                                    If you try to factor that out into the tensor product of two qbits, you will see you cannot.






                                    share|improve this answer























                                      up vote
                                      2
                                      down vote










                                      up vote
                                      2
                                      down vote









                                      The tensor product is not a gate, but rather a way for us as humans to model the behavior of a quantum system. Whenever we're using multiple qbits, we can look at them in two ways: in their product state (a complex vector of size $2^n$ for $n$ qbits) or their individual state ($|psi_0rangle otimes ldots otimes |psi_{n-1}rangle$). We can usually switch back and forth between the two representations at will (again, they are two equivalent ways of writing the same quantum state) except for when the qbits become entangled, in which case we cannot factor them back into the individual state (this is roughly the definition of entanglement).



                                      When you're just learning quantum computing and are writing out matrices & vectors explicitly, you usually use the product state to calculate the action of an operator on the quantum state, then factor the result back into the individual state to see the action of that operator on the individual qbits. So for example, if we want to calculate the action of CNOT on $|10rangle$ with leftmost qbit as control:



                                      $C|10rangle = C begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 1 \ 0 end{bmatrix} =
                                      begin{bmatrix}
                                      1 & 0 & 0 & 0 \
                                      0 & 1 & 0 & 0 \
                                      0 & 0 & 0 & 1 \
                                      0 & 0 & 1 & 0 \
                                      end{bmatrix}
                                      begin{bmatrix} 0 \ 0 \ 1 \ 0 end{bmatrix} =
                                      begin{bmatrix} 0 \ 0 \ 0 \ 1 end{bmatrix} =
                                      begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 0 \ 1 end{bmatrix}
                                      = |11rangle$



                                      So we see that CNOT on $|10rangle$ flipped the rightmost qbit to $|11rangle$ as expected, because the control (leftmost) qbit was $1$.



                                      Here's an entangled product state which cannot be factored into its individual state:



                                      $C_{1,0}H_1|00rangle = begin{bmatrix} frac{1}{sqrt{2}} \ 0 \ 0 \ frac{1}{sqrt{2}} end{bmatrix}$



                                      If you try to factor that out into the tensor product of two qbits, you will see you cannot.






                                      share|improve this answer












                                      The tensor product is not a gate, but rather a way for us as humans to model the behavior of a quantum system. Whenever we're using multiple qbits, we can look at them in two ways: in their product state (a complex vector of size $2^n$ for $n$ qbits) or their individual state ($|psi_0rangle otimes ldots otimes |psi_{n-1}rangle$). We can usually switch back and forth between the two representations at will (again, they are two equivalent ways of writing the same quantum state) except for when the qbits become entangled, in which case we cannot factor them back into the individual state (this is roughly the definition of entanglement).



                                      When you're just learning quantum computing and are writing out matrices & vectors explicitly, you usually use the product state to calculate the action of an operator on the quantum state, then factor the result back into the individual state to see the action of that operator on the individual qbits. So for example, if we want to calculate the action of CNOT on $|10rangle$ with leftmost qbit as control:



                                      $C|10rangle = C begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 1 \ 0 end{bmatrix} =
                                      begin{bmatrix}
                                      1 & 0 & 0 & 0 \
                                      0 & 1 & 0 & 0 \
                                      0 & 0 & 0 & 1 \
                                      0 & 0 & 1 & 0 \
                                      end{bmatrix}
                                      begin{bmatrix} 0 \ 0 \ 1 \ 0 end{bmatrix} =
                                      begin{bmatrix} 0 \ 0 \ 0 \ 1 end{bmatrix} =
                                      begin{bmatrix} 0 \ 1 end{bmatrix} otimes begin{bmatrix} 0 \ 1 end{bmatrix}
                                      = |11rangle$



                                      So we see that CNOT on $|10rangle$ flipped the rightmost qbit to $|11rangle$ as expected, because the control (leftmost) qbit was $1$.



                                      Here's an entangled product state which cannot be factored into its individual state:



                                      $C_{1,0}H_1|00rangle = begin{bmatrix} frac{1}{sqrt{2}} \ 0 \ 0 \ frac{1}{sqrt{2}} end{bmatrix}$



                                      If you try to factor that out into the tensor product of two qbits, you will see you cannot.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered 2 days ago









                                      ahelwer

                                      1,008111




                                      1,008111






















                                          up vote
                                          0
                                          down vote













                                          To put another way, the circuit is just



                                          enter image description here



                                          As everyone else said, the tensor product is just the way of constructing a composite quantum system from smaller subsystems, and doesn't require gates as such. But ordering is important, $|psi_1rangleotimes|psi_2rangleneq |psi_2rangleotimes|psi_1rangle$, and there is a standard correspondence in quantum circuits between the first item in the tensor product being on the top wire.






                                          share|improve this answer

























                                            up vote
                                            0
                                            down vote













                                            To put another way, the circuit is just



                                            enter image description here



                                            As everyone else said, the tensor product is just the way of constructing a composite quantum system from smaller subsystems, and doesn't require gates as such. But ordering is important, $|psi_1rangleotimes|psi_2rangleneq |psi_2rangleotimes|psi_1rangle$, and there is a standard correspondence in quantum circuits between the first item in the tensor product being on the top wire.






                                            share|improve this answer























                                              up vote
                                              0
                                              down vote










                                              up vote
                                              0
                                              down vote









                                              To put another way, the circuit is just



                                              enter image description here



                                              As everyone else said, the tensor product is just the way of constructing a composite quantum system from smaller subsystems, and doesn't require gates as such. But ordering is important, $|psi_1rangleotimes|psi_2rangleneq |psi_2rangleotimes|psi_1rangle$, and there is a standard correspondence in quantum circuits between the first item in the tensor product being on the top wire.






                                              share|improve this answer












                                              To put another way, the circuit is just



                                              enter image description here



                                              As everyone else said, the tensor product is just the way of constructing a composite quantum system from smaller subsystems, and doesn't require gates as such. But ordering is important, $|psi_1rangleotimes|psi_2rangleneq |psi_2rangleotimes|psi_1rangle$, and there is a standard correspondence in quantum circuits between the first item in the tensor product being on the top wire.







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered yesterday









                                              DaftWullie

                                              10.5k1534




                                              10.5k1534






























                                                   

                                                  draft saved


                                                  draft discarded



















































                                                   


                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function () {
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fquantumcomputing.stackexchange.com%2fquestions%2f4720%2fwhat-circuit-or-operation-corresponds-to-the-tensor-product%23new-answer', 'question_page');
                                                  }
                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  サソリ

                                                  広島県道265号伴広島線

                                                  Setup Asymptote in Texstudio