SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


ab_initio:jacapo_tutorial:lesson1

はじめてのJacapo

from ase import Atom, Atoms
from ase.calculators.jacapo import Jacapo
molecule1 = Atoms([Atom('C'), Atom('O', [1.2, 0, 0])], cell=(6, 6, 6), pbc = True)
solver1 = Jacapo(nbands = 6, atoms = molecule1)   
print solver1.get_potential_energy()
ab_initio/jacapo_tutorial/lesson1.txt · 最終更新: 2022/08/23 13:34 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki