Defining standard qubit gates for qutritsWhy is the decomposition of a qubit-qutrit Hamiltonian in terms of Pauli and Gell-Mann matrices not unique?How to apply single and two qubit gates to 2 qubits multiple times?The general form of unitary operations on a single qubitQutrit TeleportationWhat is the matrix for the operator that implements a function to tell the parity of its argument?Matrix representation and CX gateHow does quantum function parallelism work?What's the point of quantum gates being 'continuous'?How do you implement the gates for Grover's algorithm for more than 4 elements?Making a maximally mixed 2-qubit state in the IBM Q
Why doesn't Dany protect her dragons better?
Why are thrust reversers not used down to taxi speeds?
A♭ major 9th chord in Bach is unexpectedly dissonant/jazzy
What will Doctor Strange protect now?
Creating Stored Procedure in local db that references tables in linked server
How to explain intravenous drug abuse to a 6-year-old?
Why is the episode called "The Last of the Starks"?
Did Ham the Chimp follow commands, or did he just randomly push levers?
Do oversize pulley wheels increase derailleur capacity?
Align a table column at a specific symbol
Existence of a weight of a representation in the fundamental Weyl chamber
Magical Modulo Squares
Placing rectangle box above tikz figure?
Opposite party turned away from voting when ballot is all opposing party
How can I test a shell script in a "safe environment" to avoid harm to my computer?
Why doesn't increasing the temperature of something like wood or paper set them on fire?
logo selection for poster presentation
Wiper fluid only squirts out for a second - Hyundai Accent 2006
why it is 2>&1 and not 2>>&1 to append to a log file
How could a civilization detect tachyons?
Are wands in any sort of book going to be too much like Harry Potter?
Partition error (Fdisk/Parted)
While drilling into kitchen wall, hit a wire - any advice?
Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?
Defining standard qubit gates for qutrits
Why is the decomposition of a qubit-qutrit Hamiltonian in terms of Pauli and Gell-Mann matrices not unique?How to apply single and two qubit gates to 2 qubits multiple times?The general form of unitary operations on a single qubitQutrit TeleportationWhat is the matrix for the operator that implements a function to tell the parity of its argument?Matrix representation and CX gateHow does quantum function parallelism work?What's the point of quantum gates being 'continuous'?How do you implement the gates for Grover's algorithm for more than 4 elements?Making a maximally mixed 2-qubit state in the IBM Q
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I am actually working on quantum computing with qutrits. I am trying to define standard qubit gates for qutrits. The CNOT gate for qubits is defined as follows: $$|x,yrangle to |x,y+x bmod 2rangle.$$
So the matrix is $$mathrmUCN =
beginpmatrix
1 & 0 & 0 & 0\
0 & 1 & 0 & 0\
0 & 0 & 0 & 1\
0 & 0 & 1 & 0
endpmatrix.$$
For the definition of the same type of gate for qutrit I am left with two choices:
$$|x,yrangle to |x,y+x bmod 3rangle$$
$$|x,yrangle to |x,y+2x bmod 3rangle$$
Does anyone know if one of the two is more common or more usually defined?
PS: I know that applying one two times is equivalent to apply the other one time.
quantum-gate qutrit
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I am actually working on quantum computing with qutrits. I am trying to define standard qubit gates for qutrits. The CNOT gate for qubits is defined as follows: $$|x,yrangle to |x,y+x bmod 2rangle.$$
So the matrix is $$mathrmUCN =
beginpmatrix
1 & 0 & 0 & 0\
0 & 1 & 0 & 0\
0 & 0 & 0 & 1\
0 & 0 & 1 & 0
endpmatrix.$$
For the definition of the same type of gate for qutrit I am left with two choices:
$$|x,yrangle to |x,y+x bmod 3rangle$$
$$|x,yrangle to |x,y+2x bmod 3rangle$$
Does anyone know if one of the two is more common or more usually defined?
PS: I know that applying one two times is equivalent to apply the other one time.
quantum-gate qutrit
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
Hi, Marco. Welcome to Quantum Computing SE! It is preferable that you use MathJax to typeset your posts. Review How to write a good question?. I've edited the question on your behalf.
$endgroup$
– Sanchayan Dutta♦
3 hours ago
$begingroup$
Hi Sanchayan, thanks a lot for the edit and the advice. I will make sure that I write a good question next time.
$endgroup$
– Marco Falso
3 hours ago
add a comment |
$begingroup$
I am actually working on quantum computing with qutrits. I am trying to define standard qubit gates for qutrits. The CNOT gate for qubits is defined as follows: $$|x,yrangle to |x,y+x bmod 2rangle.$$
So the matrix is $$mathrmUCN =
beginpmatrix
1 & 0 & 0 & 0\
0 & 1 & 0 & 0\
0 & 0 & 0 & 1\
0 & 0 & 1 & 0
endpmatrix.$$
For the definition of the same type of gate for qutrit I am left with two choices:
$$|x,yrangle to |x,y+x bmod 3rangle$$
$$|x,yrangle to |x,y+2x bmod 3rangle$$
Does anyone know if one of the two is more common or more usually defined?
PS: I know that applying one two times is equivalent to apply the other one time.
quantum-gate qutrit
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I am actually working on quantum computing with qutrits. I am trying to define standard qubit gates for qutrits. The CNOT gate for qubits is defined as follows: $$|x,yrangle to |x,y+x bmod 2rangle.$$
So the matrix is $$mathrmUCN =
beginpmatrix
1 & 0 & 0 & 0\
0 & 1 & 0 & 0\
0 & 0 & 0 & 1\
0 & 0 & 1 & 0
endpmatrix.$$
For the definition of the same type of gate for qutrit I am left with two choices:
$$|x,yrangle to |x,y+x bmod 3rangle$$
$$|x,yrangle to |x,y+2x bmod 3rangle$$
Does anyone know if one of the two is more common or more usually defined?
PS: I know that applying one two times is equivalent to apply the other one time.
quantum-gate qutrit
quantum-gate qutrit
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 4 hours ago
Sanchayan Dutta♦
7,03341557
7,03341557
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 6 hours ago
Marco FalsoMarco Falso
184
184
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Marco Falso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
Hi, Marco. Welcome to Quantum Computing SE! It is preferable that you use MathJax to typeset your posts. Review How to write a good question?. I've edited the question on your behalf.
$endgroup$
– Sanchayan Dutta♦
3 hours ago
$begingroup$
Hi Sanchayan, thanks a lot for the edit and the advice. I will make sure that I write a good question next time.
$endgroup$
– Marco Falso
3 hours ago
add a comment |
$begingroup$
Hi, Marco. Welcome to Quantum Computing SE! It is preferable that you use MathJax to typeset your posts. Review How to write a good question?. I've edited the question on your behalf.
$endgroup$
– Sanchayan Dutta♦
3 hours ago
$begingroup$
Hi Sanchayan, thanks a lot for the edit and the advice. I will make sure that I write a good question next time.
$endgroup$
– Marco Falso
3 hours ago
$begingroup$
Hi, Marco. Welcome to Quantum Computing SE! It is preferable that you use MathJax to typeset your posts. Review How to write a good question?. I've edited the question on your behalf.
$endgroup$
– Sanchayan Dutta♦
3 hours ago
$begingroup$
Hi, Marco. Welcome to Quantum Computing SE! It is preferable that you use MathJax to typeset your posts. Review How to write a good question?. I've edited the question on your behalf.
$endgroup$
– Sanchayan Dutta♦
3 hours ago
$begingroup$
Hi Sanchayan, thanks a lot for the edit and the advice. I will make sure that I write a good question next time.
$endgroup$
– Marco Falso
3 hours ago
$begingroup$
Hi Sanchayan, thanks a lot for the edit and the advice. I will make sure that I write a good question next time.
$endgroup$
– Marco Falso
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your first definition,
$$|x,yrangle to |x,y+x bmod 3rangle$$
is both more common and, IMO, easier to use. Especially as you point out that the second definition can be simulated by repeated application of the first. You can see the authors have used this version of the qutrit CNOT in
Construction of two qutrit entanglement by using magnetic resonance selective pulse sequences (Çorbaci et al., 2016) and in
Controlled Not (Cnot) Gate For Two Qutrit Systems, (KOCAKOÇ & TAPRAMAZ, 2018).
Additionally, you may want to consider the context of your qutrit gates. For example, section 2 of https://arxiv.org/pdf/1105.5485.pdf first defines three versions of the qutrit X gate and then discusses what a controlled X would mean in these cases.
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
Thanks a lot for the articles. None of them uses the Hadamard gate I am using but at least I have some articles to relate to about computation with qutrits. I am convinced that X gate and Hadamard gate must change all the states and not be only extensions of the two dimensional ones.
$endgroup$
– Marco Falso
2 hours ago
add a comment |
Your Answer
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',
autoActivateHeartbeat: false,
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
);
);
Marco Falso is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fquantumcomputing.stackexchange.com%2fquestions%2f6087%2fdefining-standard-qubit-gates-for-qutrits%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your first definition,
$$|x,yrangle to |x,y+x bmod 3rangle$$
is both more common and, IMO, easier to use. Especially as you point out that the second definition can be simulated by repeated application of the first. You can see the authors have used this version of the qutrit CNOT in
Construction of two qutrit entanglement by using magnetic resonance selective pulse sequences (Çorbaci et al., 2016) and in
Controlled Not (Cnot) Gate For Two Qutrit Systems, (KOCAKOÇ & TAPRAMAZ, 2018).
Additionally, you may want to consider the context of your qutrit gates. For example, section 2 of https://arxiv.org/pdf/1105.5485.pdf first defines three versions of the qutrit X gate and then discusses what a controlled X would mean in these cases.
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
Thanks a lot for the articles. None of them uses the Hadamard gate I am using but at least I have some articles to relate to about computation with qutrits. I am convinced that X gate and Hadamard gate must change all the states and not be only extensions of the two dimensional ones.
$endgroup$
– Marco Falso
2 hours ago
add a comment |
$begingroup$
Your first definition,
$$|x,yrangle to |x,y+x bmod 3rangle$$
is both more common and, IMO, easier to use. Especially as you point out that the second definition can be simulated by repeated application of the first. You can see the authors have used this version of the qutrit CNOT in
Construction of two qutrit entanglement by using magnetic resonance selective pulse sequences (Çorbaci et al., 2016) and in
Controlled Not (Cnot) Gate For Two Qutrit Systems, (KOCAKOÇ & TAPRAMAZ, 2018).
Additionally, you may want to consider the context of your qutrit gates. For example, section 2 of https://arxiv.org/pdf/1105.5485.pdf first defines three versions of the qutrit X gate and then discusses what a controlled X would mean in these cases.
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
Thanks a lot for the articles. None of them uses the Hadamard gate I am using but at least I have some articles to relate to about computation with qutrits. I am convinced that X gate and Hadamard gate must change all the states and not be only extensions of the two dimensional ones.
$endgroup$
– Marco Falso
2 hours ago
add a comment |
$begingroup$
Your first definition,
$$|x,yrangle to |x,y+x bmod 3rangle$$
is both more common and, IMO, easier to use. Especially as you point out that the second definition can be simulated by repeated application of the first. You can see the authors have used this version of the qutrit CNOT in
Construction of two qutrit entanglement by using magnetic resonance selective pulse sequences (Çorbaci et al., 2016) and in
Controlled Not (Cnot) Gate For Two Qutrit Systems, (KOCAKOÇ & TAPRAMAZ, 2018).
Additionally, you may want to consider the context of your qutrit gates. For example, section 2 of https://arxiv.org/pdf/1105.5485.pdf first defines three versions of the qutrit X gate and then discusses what a controlled X would mean in these cases.
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
Your first definition,
$$|x,yrangle to |x,y+x bmod 3rangle$$
is both more common and, IMO, easier to use. Especially as you point out that the second definition can be simulated by repeated application of the first. You can see the authors have used this version of the qutrit CNOT in
Construction of two qutrit entanglement by using magnetic resonance selective pulse sequences (Çorbaci et al., 2016) and in
Controlled Not (Cnot) Gate For Two Qutrit Systems, (KOCAKOÇ & TAPRAMAZ, 2018).
Additionally, you may want to consider the context of your qutrit gates. For example, section 2 of https://arxiv.org/pdf/1105.5485.pdf first defines three versions of the qutrit X gate and then discusses what a controlled X would mean in these cases.
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 1 hour ago
Sanchayan Dutta♦
7,03341557
7,03341557
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 3 hours ago
Noah DavisNoah Davis
462
462
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Noah Davis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
Thanks a lot for the articles. None of them uses the Hadamard gate I am using but at least I have some articles to relate to about computation with qutrits. I am convinced that X gate and Hadamard gate must change all the states and not be only extensions of the two dimensional ones.
$endgroup$
– Marco Falso
2 hours ago
add a comment |
$begingroup$
Thanks a lot for the articles. None of them uses the Hadamard gate I am using but at least I have some articles to relate to about computation with qutrits. I am convinced that X gate and Hadamard gate must change all the states and not be only extensions of the two dimensional ones.
$endgroup$
– Marco Falso
2 hours ago
$begingroup$
Thanks a lot for the articles. None of them uses the Hadamard gate I am using but at least I have some articles to relate to about computation with qutrits. I am convinced that X gate and Hadamard gate must change all the states and not be only extensions of the two dimensional ones.
$endgroup$
– Marco Falso
2 hours ago
$begingroup$
Thanks a lot for the articles. None of them uses the Hadamard gate I am using but at least I have some articles to relate to about computation with qutrits. I am convinced that X gate and Hadamard gate must change all the states and not be only extensions of the two dimensional ones.
$endgroup$
– Marco Falso
2 hours ago
add a comment |
Marco Falso is a new contributor. Be nice, and check out our Code of Conduct.
Marco Falso is a new contributor. Be nice, and check out our Code of Conduct.
Marco Falso is a new contributor. Be nice, and check out our Code of Conduct.
Marco Falso is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Quantum Computing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fquantumcomputing.stackexchange.com%2fquestions%2f6087%2fdefining-standard-qubit-gates-for-qutrits%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
Hi, Marco. Welcome to Quantum Computing SE! It is preferable that you use MathJax to typeset your posts. Review How to write a good question?. I've edited the question on your behalf.
$endgroup$
– Sanchayan Dutta♦
3 hours ago
$begingroup$
Hi Sanchayan, thanks a lot for the edit and the advice. I will make sure that I write a good question next time.
$endgroup$
– Marco Falso
3 hours ago