Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.8K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Change to PauliY basis seems to produce incorrect amplitudes

Posted 2 years ago
Attachments:
POSTED BY: Michael Ulrey
2 Replies
POSTED BY: Michael Ulrey

Hi Michael, this is similar to what we discussed in another post. When using QuantumState[arg1,arg2], if arg1 is already a quantum state object, the code means transform it into a new basis which is arg2 So if you want to transform plus and minus states into Pauli-Y basis, you should do this:

QuantumState[QuantumState["Plus"], "PauliY"]

which is not the same as QuantumState["Plus", "PauliY"]

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