<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.quanty.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.quanty.org/feed.php">
        <title>Quanty - documentation:standard_operators:charge_quadrupole</title>
        <description></description>
        <link>https://www.quanty.org/</link>
        <image rdf:resource="https://www.quanty.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-15T00:39:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxx?rev=1763605776&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxy?rev=1763605776&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxz?rev=1763605776&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qyy?rev=1763605775&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qyz?rev=1763605775&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qzz?rev=1763605775&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/start?rev=1763605776&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.quanty.org/_media/wiki/dokuwiki.svg">
        <title>Quanty</title>
        <link>https://www.quanty.org/</link>
        <url>https://www.quanty.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxx?rev=1763605776&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T02:29:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Qxx</title>
        <link>https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxx?rev=1763605776&amp;do=diff</link>
        <description>Qxx
The xx component of $Q$ is defined as:
\begin{equation}
Q_{xx} = 3x^2/r^2 - 1.
\end{equation}
The equivalent operator in Quanty is created by:


OppQxx = NewOperator(&quot;Qxx&quot;, NF, IndexUp, IndexDn)


The operator could also be defined by:


Akm={{2,-2,sqrt(1.5)},{2, 2,sqrt(1.5)},{2,0,-1}}
OppQxx=NewOperator(&quot;CF&quot;,NF,indexup,indexdn,Akm)

charge_quadrupole index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxy?rev=1763605776&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T02:29:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Qxy</title>
        <link>https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxy?rev=1763605776&amp;do=diff</link>
        <description>Qxy
The xy component of $Q$ is defined as:
\begin{equation}
Q_{xy} = 3xy/r^2.
\end{equation}
The equivalent operator in Quanty is created by:


OppQxy = NewOperator(&quot;Qxy&quot;, NF, IndexUp, IndexDn)


The operator could also be defined by:


Akm={{2,-2,sqrt(1.5)*I},{2, 2,-sqrt(1.5)*I}}
OppQxy=NewOperator(&quot;CF&quot;,NF,indexup,indexdn,Akm)

charge_quadrupole index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxz?rev=1763605776&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T02:29:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Qxz</title>
        <link>https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qxz?rev=1763605776&amp;do=diff</link>
        <description>Qxz
The xz component of $Q$ is defined as:
\begin{equation}
Q_{xz} = 3xz/r^2.
\end{equation}
The equivalent operator in Quanty is created by:


OppQxz = NewOperator(&quot;Qxz&quot;, NF, IndexUp, IndexDn)


The operator could also be defined by:


Akm={{2,-1,sqrt(1.5) },{2, 1,-sqrt(1.5) }}
OppQxz=NewOperator(&quot;CF&quot;,NF,indexup,indexdn,Akm)

charge_quadrupole index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qyy?rev=1763605775&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T02:29:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Qyy</title>
        <link>https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qyy?rev=1763605775&amp;do=diff</link>
        <description>Qyy
The yy component of $Q$ is defined as:
\begin{equation}
Q_{yy} = 3y^2/r^2 - 1.
\end{equation}
The equivalent operator in Quanty is created by:


OppQyy = NewOperator(&quot;Qyy&quot;, NF, IndexUp, IndexDn)


The operator could also be defined by:


Akm={{2,-2,-sqrt(1.5)},{2, 2,-sqrt(1.5)},{2,0,-1}}
OppQyy=NewOperator(&quot;CF&quot;,NF,indexup,indexdn,Akm)

charge_quadrupole index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qyz?rev=1763605775&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T02:29:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Qyz</title>
        <link>https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qyz?rev=1763605775&amp;do=diff</link>
        <description>Qyz
The yz component of $Q$ is defined as:
\begin{equation}
Q_{yz} = 3yz/r^2.
\end{equation}
The equivalent operator in Quanty is created by:


OppQyz = NewOperator(&quot;Qyz&quot;, NF, IndexUp, IndexDn)


The operator could also be defined by:


Akm={{2,-1,sqrt(1.5)*I},{2, 1,sqrt(1.5)*I}}
OppQyz=NewOperator(&quot;CF&quot;,NF,indexup,indexdn,Akm)

charge_quadrupole index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qzz?rev=1763605775&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T02:29:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Qzz</title>
        <link>https://www.quanty.org/documentation/standard_operators/charge_quadrupole/qzz?rev=1763605775&amp;do=diff</link>
        <description>Qzz
The zz component of $Q$ is defined as:
\begin{equation}
Q_{zz} = 3z^2/r^2 - 1.
\end{equation}
The equivalent operator in Quanty is created by:


OppQzz = NewOperator(&quot;Qzz&quot;, NF, IndexUp, IndexDn)


The operator could also be defined by:


Akm={{2,0,2.0}}
OppQzz=NewOperator(&quot;CF&quot;,NF,indexup,indexdn,Akm)

charge_quadrupole index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/standard_operators/charge_quadrupole/start?rev=1763605776&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T02:29:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Charge quadrupole operators (Q)</title>
        <link>https://www.quanty.org/documentation/standard_operators/charge_quadrupole/start?rev=1763605776&amp;do=diff</link>
        <description>Charge quadrupole operators (Q)
The quadrupole operator is a special case of the crystal-field operator. The operator is defined as:
\begin{equation}
Q_{ij} = 3r_ir_j/r^2 - \hat{r}\cdot\hat{r}\delta_{i,j}.
\end{equation}
Whereby we need to note that we here only take the angular part of a quadrupole. It's “strength”, i.e. the expectation value of $r^2$charge_quadrupole index</description>
    </item>
</rdf:RDF>
