SST Lab Dokuwiki Header
内容へ移動
@surface
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
•
gwep
ase:atoms
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== Atomsクラスインスタンス ====== ===== summary ===== <code python> atoms = Atoms([Atom('H')]) jacapo = Jacapo(atoms = atoms) jacapo.get_atoms() jacapo.set_atoms(atoms) </code> ===== コンストラクタ ===== ASE.Atoms instance atoms is an ase.Atoms object that will be attached to this calculator. <code python> atoms = Atoms([Atom('H')]) jacapo = Jacapo(atoms = atoms) </code> ===== get_atoms ===== return the atoms attached to a calculator() <code python> atoms = Atoms([Atom('H')]) jacapo = Jacapo(atoms = atoms) jacapo.get_atoms() </code> ===== set_atoms ===== attach an atoms to the calculator and update the ncfile <code python> atoms = Atoms([Atom('H')]) jacapo = Jacapo() jacapo.set_atoms(atoms) </code> ==== Parameters ==== | atoms | ASE.Atoms instance | 計算対象のAtomsクラスインスタンス |
ase/atoms.txt
· 最終更新: 2022/08/23 13:34 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ