Message Boards Message Boards

0
|
1699 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

How do I make a tensor product operator for like the stabilizers?

Posted 9 months ago

I want to make the projection operator of 5-qubit code with the stabilizers. But QuantumTensorProduct[X,Z,Z,X,I] shows error(I have defined the X,Z,I operators beforehand). How can I make an operator that will act on 5-qubits?

Or do I need to use QuantumCircuitOperator and how?

Attachment

Attachments:
POSTED BY: Fahim Bin Selim
3 Replies
PauliStabilizer["5QubitCode"]

PauliStabilizer is still undocumented, though some explanation here: https://www.youtube.com/live/uusAKZrjDOY?si=YGl5tuqlaNzz807N&t=2109

POSTED BY: Mads Bahrami
QuantumOperator["XZZXI"]

or

QuantumTensorProduct[QuantumOperator /@ {"X", "Z", "Z", "X", "I"}]

You can find more info here on this topic: https://community.wolfram.com/groups/-/m/t/2729441

POSTED BY: Mads Bahrami

Thank you very much!

POSTED BY: Fahim Bin Selim
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract