<?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:language_reference:objects:tightbinding:properties</title>
        <description></description>
        <link>https://www.quanty.org/</link>
        <image rdf:resource="https://www.quanty.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-17T21:49:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/atoms?rev=1763608822&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/cell?rev=1763608824&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/hk?rev=1763608821&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/hopping?rev=1763608824&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/name?rev=1763608822&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/natoms?rev=1763608824&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/nf?rev=1763608823&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/reciprocalcell?rev=1763608823&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/start?rev=1763608823&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/units?rev=1763608822&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/language_reference/objects/tightbinding/properties/atoms?rev=1763608822&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Atoms</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/atoms?rev=1763608822&amp;do=diff</link>
        <description>Atoms
TB.Atoms: a list of atoms, their positions within the unit cell and their atomic shells (spin-orbitals). Each element has the format {Atom.Name, Atom.Position, {Atom.Shells}}. The Atom.Shells can be a list of atomic shell with arbitrary number of orbitals, including or not including spin. For example: {properties index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/cell?rev=1763608824&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Cell</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/cell?rev=1763608824&amp;do=diff</link>
        <description>Cell
TB.Cell: {a,b,c} defining the unit cell of the system. a, b and c are vectors of length 3 and define the uni-cell vectors.
Example
A simple example:
Input


-- set parameters
dAB = 0.2
tnn = 1.1
-- create the tight binding Hamiltonian
HTB = NewTightBinding()
HTB.Name = &quot;dichalcogenide tight binding&quot;
HTB.Cell = {{sqrt(3),0,0},
            {sqrt(3/4),3/2,0},
            {0,0,1}}
HTB.Atoms = { {&quot;A&quot;, {0,0,0},       {{&quot;p&quot;, {&quot;0&quot;}}}},
                {&quot;B&quot;, {sqrt(3),1,0}, {{&quot;p&quot;, {&quot;0&quot;}}}}}
HTB.Hoppi…</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/hk?rev=1763608821&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Hk</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/hk?rev=1763608821&amp;do=diff</link>
        <description>Hk
alligned paragraph text
Example
description text
Input


-- some example code


Result


text produced as output


Table of contents
properties index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/hopping?rev=1763608824&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Hopping</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/hopping?rev=1763608824&amp;do=diff</link>
        <description>Hopping

TB.Hopping: A list of local and non-local hoppings among atomic shells. Each element has the format {Atom1.Shell_i, Atom2.Shell_j, {a,b,c}, T}, where here {a,b,c} is the distance between the two atoms and T is an array defines the hopping matrix elements among the spin-orbitals of Atom1.Shell_i and Atom1.Shell_j . (in second-quantization language: $ \Sigma t_{\sigma, \sigma'} a^{\dagger}_{\sigma} a_{\sigma'} $properties index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/name?rev=1763608822&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Name</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/name?rev=1763608822&amp;do=diff</link>
        <description>Name
TB.Name: a string
Example
A simple example:
Input


-- set parameters
dAB = 0.2
tnn = 1.1
-- create the tight binding Hamiltonian
HTB = NewTightBinding()
HTB.Name = &quot;dichalcogenide tight binding&quot;
HTB.Cell = {{sqrt(3),0,0},
            {sqrt(3/4),3/2,0},
            {0,0,1}}
HTB.Atoms = { {&quot;A&quot;, {0,0,0},       {{&quot;p&quot;, {&quot;0&quot;}}}},
                {&quot;B&quot;, {sqrt(3),1,0}, {{&quot;p&quot;, {&quot;0&quot;}}}}}
HTB.Hopping = {{&quot;A.p&quot;,&quot;A.p&quot;,{         0,   0,0},{{-dAB/2}}},
                {&quot;B.p&quot;,&quot;B.p&quot;,{         0,   0,0},{{ d…</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/natoms?rev=1763608824&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NAtoms</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/natoms?rev=1763608824&amp;do=diff</link>
        <description>NAtoms
TB.NAtoms: number of atoms in TB.Atoms
Example
A small example:
Input


-- set parameters
dAB = 0.2
tnn = 1.1
-- create the tight binding Hamiltonian
HTB = NewTightBinding()
HTB.Name = &quot;dichalcogenide tight binding&quot;
HTB.Cell = {{sqrt(3),0,0},
            {sqrt(3/4),3/2,0},
            {0,0,1}}
HTB.Atoms = { {&quot;A&quot;, {0,0,0},       {{&quot;p&quot;, {&quot;0&quot;}}}},
                {&quot;B&quot;, {sqrt(3),1,0}, {{&quot;p&quot;, {&quot;0&quot;}}}}}
HTB.Hopping = {{&quot;A.p&quot;,&quot;A.p&quot;,{         0,   0,0},{{-dAB/2}}},
                {&quot;B.p&quot;,&quot;B.p&quot;,{ …</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/nf?rev=1763608823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NF</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/nf?rev=1763608823&amp;do=diff</link>
        <description>NF
TB.NF: number of fermionic modes
Example
A simple example:
Input


-- set parameters
dAB = 0.2
tnn = 1.1
-- create the tight binding Hamiltonian
HTB = NewTightBinding()
HTB.Name = &quot;dichalcogenide tight binding&quot;
HTB.Cell = {{sqrt(3),0,0},
            {sqrt(3/4),3/2,0},
            {0,0,1}}
HTB.Atoms = { {&quot;A&quot;, {0,0,0},       {{&quot;p&quot;, {&quot;0&quot;}}}},
                {&quot;B&quot;, {sqrt(3),1,0}, {{&quot;p&quot;, {&quot;0&quot;}}}}}
HTB.Hopping = {{&quot;A.p&quot;,&quot;A.p&quot;,{         0,   0,0},{{-dAB/2}}},
                {&quot;B.p&quot;,&quot;B.p&quot;,{         0…</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/reciprocalcell?rev=1763608823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ReciprocalCell</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/reciprocalcell?rev=1763608823&amp;do=diff</link>
        <description>ReciprocalCell
TB.ReciprocalCell: {a,b,c} the reciprocal cell, satisfying the condition $\vec{r}\cdot\vec{g}=2\pi$, where $\vec{r}$ are the unit-cell vectors and $\vec{g}$ are the reciprocal-cell vectors.
Example
A small example:
Input


-- set parameters
dAB = 0.2
tnn = 1.1
-- create the tight binding Hamiltonian
HTB = NewTightBinding()
HTB.Name = &quot;dichalcogenide tight binding&quot;
HTB.Cell = {{sqrt(3),0,0},
            {sqrt(3/4),3/2,0},
            {0,0,1}}
HTB.Atoms = { {&quot;A&quot;, {0,0,0},       {{&quot;p…</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/start?rev=1763608823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Properties</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/start?rev=1763608823&amp;do=diff</link>
        <description>Properties

Tight Binding objects have the following standard properties:
Name: a stringCell: {a,b,c} defining the unit cell of the system. a, b and c are vectors of length 3 and define the uni-cell vectors.ReciprocalCell: {a,b,c} the reciprocal cell, satisfying the condition $\vec{r}\cdot\vec{g}=2\pi$$\vec{r}$$\vec{g}$$ \Sigma t_{\sigma, \sigma'} a^{\dagger}_{\sigma} a_{\sigma'} $$\vec{r}\cdot\vec{g}=2\pi$$\vec{r}\cdot\vec{g}=1$properties index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/units?rev=1763608822&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Units</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/tightbinding/properties/units?rev=1763608822&amp;do=diff</link>
        <description>Units

TB.Units: {Units[1], Units[2], Units[3]}

The Units property is a list of three strings with the following components:
Units[1]: Sets the scaling for the reciprocal lattice, e.g., $\vec{r}\cdot\vec{g}=2\pi$ for “2Pi” or $\vec{r}\cdot\vec{g}=1$ for “NoPi”. (standard value “2Pi”)properties index</description>
    </item>
</rdf:RDF>
