You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you very much for this package. I have a question regarding the reorientation of the hcp lattice. Your documentation here states that the (HKIL) vectors of the hcp convention are not supported.
But since they are redundant anyways, I was wandering if it is possible to rotate a hcp lattice with the reduced set, i.e. (HKIL) -> (HKL), since I = -(H+K). Some other packages, like the atomic simulation environment do that. They rotate a structure regardless of the underlying symmetry.
If you are using the master version from Gitlab (I assume you do since you're writing in here), then it does support [hkil] notation, both in the mode "--create", and when using the option "-orient".
It is possible to orient hcp lattices directly in the mode "--create", for example:
See the tutorial related to that: [http://atomsk.univ-lille1.fr/tutorial_orient.php]
Then, the option "-orient" requires you to provide the initial crystal orientation, and the final orientation. In your first example you only provide one orientation, so some information is missing (I should modify the code so that it complains about that).
If you know the angle of rotation, you can also use the option "-rotate" instead.
Hi,
thank you very much for this package. I have a question regarding the reorientation of the hcp lattice. Your documentation here states that the (HKIL) vectors of the hcp convention are not supported.
But since they are redundant anyways, I was wandering if it is possible to rotate a hcp lattice with the reduced set, i.e. (HKIL) -> (HKL), since I = -(H+K). Some other packages, like the atomic simulation environment do that. They rotate a structure regardless of the underlying symmetry.
My command is the following:
But nothing is rotated
Even making it in two steps, does not result in a rotation:
What I basically want is to rotate the crystal around the x-axis ~27 degrees and the mirror it.
The error message reads:
and I don't know what do do with that.
Thanks,
Markus
Edit: I just wanted to add that I want to create a hcp twin boundary. Maybe there is an easier way, but it is not obvious to me.
The text was updated successfully, but these errors were encountered: