Skip to content

Commit

Permalink
plot all stokes
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Oct 8, 2024
1 parent c61c491 commit 674fa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/models/plot-vector-tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

H_re /= torch.amax(torch.abs(H_re))

s_labels = [0, 1, 2]
s_labels = [0, 1, 2, 3]
s = util.pauli()[s_labels] # select s0, s1, and s2 (drop s3)
Y = util.gellmann()[[0, 4, 8]]
# select phase f00 and transverse linear isotropic terms 2-2, and f22
Expand Down

0 comments on commit 674fa40

Please sign in to comment.