Skip to content

Generated list of angles/axes of BCC variant pairs not unique for K-S OR #251

Discussion options

You must be logged in to vote

Hi Michel,

this is a long question. Some remarks not covering all:

  1. You did not specify what rx and ry is. I assumed rx = ry = 1
  2. to get the misorientations of variant 1 to all other variants do do not need to compute orientations. The following code gives the same output as your code
r = inv(iks(1)) .* iks
  1. You get the output of the paper if you do
r = iks(1) .* inv(iks)

Although the result seems to be correct, it is not the correct way of computing the angles between the variants. What you did in 2) was the correct way. This indicates that the variants iks have not been defined correctly.

  1. the plotPDF command indeed shows only two different orientations. You have seen this also with
u…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ralfHielscher
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #251 on October 14, 2020 07:43.