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
constdouble& x = direct? atoms[it].taud[ia].x: atoms[it].tau[ia].x;
33
32
constdouble& y = direct? atoms[it].taud[ia].y: atoms[it].tau[ia].y;
34
33
constdouble& z = direct? atoms[it].taud[ia].z: atoms[it].tau[ia].z;
35
-
table += FmtCore::format("%5s%-s%-5d%20.10f%20.10f%20.10f%8.4f%20.10f%20.10f%20.10f\n", // I dont know why there must be a redundant "tau[c|d]_" in the output. So ugly, it should be removed!
0 commit comments