Loading [MathJax]/jax/output/CommonHTML/jax.js

Qxx

The xx component of Q is defined as: Qxx=3x2/r21. The equivalent operator in Quanty is created by:

Example.Quanty
OppQxx = NewOperator("Qxx", NF, IndexUp, IndexDn)

The operator could also be defined by:

Example.Quanty
Akm={{2,-2,sqrt(1.5)},{2, 2,sqrt(1.5)},{2,0,-1}}
OppQxx=NewOperator("CF",NF,indexup,indexdn,Akm)

Table of contents

Print/export