<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://sstweb.ee.ous.ac.jp/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="http://sstweb.ee.ous.ac.jp/feed.php">
        <title>@surface - ase:jacapo</title>
        <description></description>
        <link>http://sstweb.ee.ous.ac.jp/</link>
        <image rdf:resource="http://sstweb.ee.ous.ac.jp/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-15T00:21:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:cond&amp;rev=1661229272&amp;do=diff"/>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:jcl&amp;rev=1661229272&amp;do=diff"/>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:params&amp;rev=1661229272&amp;do=diff"/>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:pdos&amp;rev=1661229272&amp;do=diff"/>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:psp&amp;rev=1661229272&amp;do=diff"/>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:results&amp;rev=1661229272&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://sstweb.ee.ous.ac.jp/lib/exe/fetch.php?media=wiki:logo.png">
        <title>@surface</title>
        <link>http://sstweb.ee.ous.ac.jp/</link>
        <url>http://sstweb.ee.ous.ac.jp/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:cond&amp;rev=1661229272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-23T04:34:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cond</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:cond&amp;rev=1661229272&amp;do=diff</link>
        <description>Class methods for calculation condition

Charge mixing method
get_charge_mixing(self)
set_charge_mixing(self, method=&#039;Pulay&#039;, mixinghistory=10, mixingcoeff=0.1, precondition=&#039;No&#039;, updatecharge=&#039;Yes&#039;)
get_charge_mixing  return charge mixing parameters$A$$G^1$$q_0$$q_0$$q$$q_0$</description>
    </item>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:jcl&amp;rev=1661229272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-23T04:34:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jcl</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:jcl&amp;rev=1661229272&amp;do=diff</link>
        <description>Class methods for JOB control

calculate
calculate(self)
run a calculation.
you have to be a little careful with code in here. Use the calculation_required function to tell if a calculation is required. It is assumed here that if you call this, you mean it.</description>
    </item>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:params&amp;rev=1661229272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-23T04:34:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>params</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:params&amp;rev=1661229272&amp;do=diff</link>
        <description>Class methods to GET/SET Parameters

NetCDF file
get_nc(self)
set_nc(self, nc=&#039;out.nc&#039;)
	*  get_nc return the ncfile used for output
	*  set_nc set filename for the netcdf and text output for this calculation
ArgumentsTypeNotes nc  string filename for netcdf file $\vec{G}$$nbands=nvalence*0.65 + 4$</description>
    </item>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:pdos&amp;rev=1661229272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-23T04:34:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pdos</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:pdos&amp;rev=1661229272&amp;do=diff</link>
        <description>Projected DOS related method

Atom-projected DOS


get_ados(self, **kwargs)
attempt at maintaining backward compatibility with get_ados
returning data

Now when we call calc.get_ados() it will return settings,  and calc.get_ados(atoms=[],...) should return data

get_ados_data(self, atoms, orbitals, cutoff, spin)
get atom projected data

:Parameters:

atoms
list of atom indices (integers)

orbitals
list of strings
[&#039;s&#039;,&#039;p&#039;,&#039;d&#039;],
[&#039;px&#039;,&#039;py&#039;,&#039;pz&#039;]
[&#039;d_zz&#039;, &#039;dxx-yy&#039;, &#039;d_xy&#039;, &#039;d_xz&#039;, &#039;d_yz&#039;]

cutoff …</description>
    </item>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:psp&amp;rev=1661229272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-23T04:34:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>psp</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:psp&amp;rev=1661229272&amp;do=diff</link>
        <description>Pseudopotential related method

Pseudopotential file


set_pseudopotentials(self, pspdict)


Set all the pseudopotentials from a dictionary.

The dictionary should have this form::
{symbol1: path1,
 symbol2: path2}

  get_psp(self, sym=None, z=None)</description>
    </item>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:results&amp;rev=1661229272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-23T04:34:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>results</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ase:jacapo:results&amp;rev=1661229272&amp;do=diff</link>
        <description>Class methods to get results

Eigenvalues
get_all_eigenvalues(self, spin=0)
return all the eigenvalues at all the kpoints for a spin.

Parameters
argumentstypenotesspin integer which spin the eigenvalues are for
Charge density
get_cd = get_charge_density(self, spin=0)
get_charge_density(self, spin=0)</description>
    </item>
</rdf:RDF>
