<?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 - playground</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-06-14T15:07:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=playground:playground&amp;rev=1697071436&amp;do=diff"/>
                <rdf:li rdf:resource="http://sstweb.ee.ous.ac.jp/doku.php?id=playground:private_pages&amp;rev=1734357334&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=playground:playground&amp;rev=1697071436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-12T00:43:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=playground:playground&amp;rev=1697071436&amp;do=diff</link>
        <description>PlayGround

	*  storelist
	*  Kimi&#039;s playground

&lt;jmol al-al110.pdb.gz 512 256&gt;&lt;/jmol&gt;

apple
apricot
avocado
banana
blackberry
blueberry
breadfruit
cherry
citron
cranberry
dragonfruit
durian
grape
grapefruit
guava
huckleberry
kiwifruit
lemon
lime
lychee
mango
mangosteen
melon
mulberry
orange
papaya
peach
pear
persimmon
pineapple
plum
raspberry
strawberry
tangerine$$
{\cal H}=\displaystyle\frac{p^2}{2m}+\frac{1}{2}m\omega^2x^2
$$$$
-\displaystyle\frac{\hbar}{i}\frac{\partial}{\partial t}\psi={\c…</description>
    </item>
    <item rdf:about="http://sstweb.ee.ous.ac.jp/doku.php?id=playground:private_pages&amp;rev=1734357334&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-16T13:55:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>private_pages</title>
        <link>http://sstweb.ee.ous.ac.jp/doku.php?id=playground:private_pages&amp;rev=1734357334&amp;do=diff</link>
        <description>Private Pages

Links

	*  フォーカルポイント株式会社, スマートフォンケースからヘッドフォン、ケーブル、バッテリー
	*  Bellroy, Considered Carry Goods: Wallets, Bags, Phone Cases &amp; More

[out]


#
import sys
args = sys.argv
filename = args[1]
fp = open(filename)
lines = fp.readlines()
fp.close()
kpts = {}
energies = {}
for line in lines:
  tokens = line.split()
  if len(tokens) == 0:
    continue
  if tokens[0] == &#039;KPT:&#039;:
    if len(tokens) == 6:
      if tokens[1].isdigit():
        kpt = int(tokens[1])
        kpts[kpt] = [float(tokens[…</description>
    </item>
</rdf:RDF>
