How can write in MATLAB the following expression?

1 次查看(过去 30 天)
|0>=1
0
0
|1>= 0
1
0
  1 个评论
Jan
Jan 2023-1-8
Without any explanations the readers have to guess, what this should mean. This is not a useful way to ask a question. Please read: How to ask a good question .

请先登录,再进行评论。

采纳的回答

Alan Stevens
Alan Stevens 2023-1-8
Try
ket0 = [1; 0; 0]
ket1 = [0; 1; 0]

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Quantum Mechanics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by