<?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 - ab_initio:jacapo_tutorial</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-15T05:18:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ab_initio:jacapo_tutorial:lesson0&amp;rev=1661229272&amp;do=diff"/>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=ab_initio:jacapo_tutorial:lesson1&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=ab_initio:jacapo_tutorial:lesson0&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>lesson0</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ab_initio:jacapo_tutorial:lesson0&amp;rev=1661229272&amp;do=diff</link>
        <description>Jacapoサンプル

このサンプルにはまだ実行できないものも含まれている。

Sample 1


#!/usr/bin/env python
from ase import Atom, Atoms
from ase.calculators.jacapo import Jacapo
co = Atoms([Atom(&#039;C&#039;,[0,0,0]),Atom(&#039;O&#039;,[1.2,0,0])],cell=(6.,6.,6.),pbc=True)
calc = Jacapo(&#039;sample1.nc&#039;,nbands=6,pw=350,ft=0.01,atoms=co)   
print co.get_potential_energy()
print co.get_forces()</description>
    </item>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=ab_initio:jacapo_tutorial:lesson1&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>lesson1</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=ab_initio:jacapo_tutorial:lesson1&amp;rev=1661229272&amp;do=diff</link>
        <description>はじめてのJacapo


from ase import Atom, Atoms
from ase.calculators.jacapo import Jacapo
molecule1 = Atoms([Atom(&#039;C&#039;), Atom(&#039;O&#039;, [1.2, 0, 0])], cell=(6, 6, 6), pbc = True)
solver1 = Jacapo(nbands = 6, atoms = molecule1)   
print solver1.get_potential_energy()</description>
    </item>
</rdf:RDF>
