Next: 36.9 Transforming density matrices Up: 36 MATRIX OPERATIONS Previous: 36.7 Multiplying matrices (MULT)

36.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).



P.J. Knowles and H.-J. Werner
molpro@tc.bham.ac.uk
Jan 15, 2002