Effacer les filtres
Effacer les filtres

How can write in MATLAB the following expression?

1 vue (au cours des 30 derniers jours)
Zar
Zar le 8 Jan 2023
|0>=1
0
0
|1>= 0
1
0
  1 commentaire
Jan
Jan le 8 Jan 2023
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 .

Connectez-vous pour commenter.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Quantum Mechanics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by