Next: 47.9 Transforming density matrices Up: 47 MATRIX OPERATIONS Previous: 47.7 Multiplying matrices (MULT)

47.8 Transforming operators (TRAN)

TRAN,result, Op, C

calculates result = C(T)*Op*C. The strings result, C, and Op are the internal names of the matrices. If a backquote (`) is appended to C or Op the corresponding matrix is transposed before the operation. Thus,

TRAN,result, Op, C`

computes result = C*Op*C(T).



molpro@molpro.net
Oct 10, 2007