Skip to content
Discussion options

You must be logged in to vote

Hi @EthanMakaresz ,

When using VASP the rotation matrices in the hdf5 archive (dft_input/rot_mat) are generated from what you specify as TRANSFORM or using TRANSFILE in the plo.cfg file. Unfortunately the VASP interface has no way to do this automatically, so you have to do something like TRANSFILE = t2g.dat and then t2g.dat looks like:

# site 0
0.0 -0.70710678118 0.0 0.70710678118 0.0
0.0 0.70710678118 0.0 0.70710678118 0.0
0.0 0.0 0.0 0.0 1.0

# site 1
0.0 -0.70710678118 0.0 0.70710678118 0.0
0.0 0.70710678118 0.0 0.70710678118 0.0
0.0 0.0 0.0 0.0 -1.0

# site 2
0.0 -0.70710678118 0.0 0.70710678118 0.0
0.0 0.70710678118 0.0 0.70710678118 0.0
0.0 0.0 0.0 0.0 1.0

# site 3
0.0 -0.7071067…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@EthanMakaresz
Comment options

@the-hampel
Comment options

Answer selected by EthanMakaresz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants