Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rotation of the crystal lattice

 Both in test_lattice and make_lookup_table methods crystal lattice in reciprocal space is rotated around Z and Y axes by 

Code Block
            xrot1, yrot1 = rotation(x, y, omega_deg)
            xrot2, zrot2 = rotation(xrot1, z, beta_deg)

...