Possible bug: non-cubic definitions

30 views
Skip to first unread message

Lil Read

unread,
Apr 12, 2017, 5:31:55 AM4/12/17
to MTEX
Dear Ralf,

I have been working with calcite with the crystal symmetry (-3m1). This uses the four-number notation of Miller indices. It follows that for this crystal symmetry (hkil) direction is equivalent to (khil), for example. However, when I use such identities, for example in my twinning, and project these to the fundamental region, these do not project to the same point in the fundamental region. i.e. (1 0 -1 4) does not project to the same point as (0 1 -1 4).  See the attached figure.

CS = {...

  'notIndexed',...

  crystalSymmetry('-3m1', [4.99 4.99 17.061], 'X||a', 'Z||c*', 'mineral', 'Calcite')};

twinning012 = orientation('axis',Miller(0,1,-1,2,CS{2}),'uvw','angle',180*degree,CS{2},CS{2});

twinning102 = orientation('axis',Miller(1,0,-1,2,CS{2}),'uvw','angle',180*degree,CS{2},CS{2});
figure
plot(twinning012.project2FundamentalRegion('antipodal'),'MarkerColor','m','MarkerSize',20)
hold on

plot(twinning102.project2FundamentalRegion('antipodal'),'MarkerColor','y','MarkerSize',20)


Have I misunderstood something in the code or definitions or is this a bug?

Best wishes,

Lil




Possible_bug_non_cubic_directions.jpg

ruediger Kilian

unread,
Apr 12, 2017, 9:38:24 AM4/12/17
to mtex...@googlegroups.com
Hi Lil,
for ‘-3m’ there are 6 equivalent Millers for <10-12> and the are not identical to the the <01-12>. You can use the ‘==‘ to check for crystallographically equivalent directions.
More notably, I think you have a bracket wrong and accordingly your twin definition. I guess you’d like to specify Miller(0,1,-1,2,CS{2},'uvw’) not ,Miller(0,1,-1,2,CS{2}), that makes a difference.
Cheers,
Rüdiger
> --
> If you want to reduce the number of emails you get through this forum login to https://groups.google.com/forum/?fromgroups=#!forum/mtexmail, click "My membership" and select "Don't send me email updates". You can still get emails on selected topics by staring them.
> ---
> You received this message because you are subscribed to the Google Groups "MTEX" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to mtexmail+u...@googlegroups.com.
> Visit this group at https://groups.google.com/group/mtexmail.
> For more options, visit https://groups.google.com/d/optout.
> <Possible_bug_non_cubic_directions.jpg>

Reply all
Reply to author
Forward
0 new messages