Skip to content

Commit

Permalink
fix import Rxx, Rxy, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
mailhexu committed Nov 17, 2023
1 parent d6511e5 commit 5c9b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TB2J/rotate_atoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import copy
from ase.io import read, write
import numpy as np
from TB2J.io_merge import Rxx, Rxy, Rxz, Ryx, Ryy, Ryz, Rzx, Rzy, Rzz
from TB2J.tensor_rotate import Rxx, Rxy, Rxz, Ryx, Ryy, Ryz, Rzx, Rzy, Rzz


def rotate_atom_xyz(atoms):
Expand Down

0 comments on commit 5c9b278

Please sign in to comment.