SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


abinitio:ase_atoms_man

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
abinitio:ase_atoms_man [2022/08/24 11:42] – [Examples] kimiabinitio:ase_atoms_man [2022/08/24 11:43] (現在) – [Examples] kimi
行 76: 行 76:
  
 ===== Examples ===== ===== Examples =====
-These three are equivalent: +  * These three are equivalent:<code python>
-<code python>+
 >>> d = 1.104  # N2 bondlength >>> d = 1.104  # N2 bondlength
 >>> a = Atoms('N2', [(0, 0, 0), (0, 0, d)]) >>> a = Atoms('N2', [(0, 0, 0), (0, 0, d)])
行 83: 行 82:
 >>> a = Atoms([Atom('N', (0, 0, 0)), Atom('N', (0, 0, d)])</code> >>> a = Atoms([Atom('N', (0, 0, 0)), Atom('N', (0, 0, d)])</code>
    
-FCC gold: +  * FCC gold:<code python>
-<code python>+
 >>> a = 4.05  # Gold lattice constant >>> a = 4.05  # Gold lattice constant
 >>> b = a / 2 >>> b = a / 2
行 91: 行 89:
 ...             pbc=True)</code> ...             pbc=True)</code>
    
-Hydrogen wire: +  * Hydrogen wire:<code python>
-<code python>+
 >>> d = 0.9  # H-H distance >>> d = 0.9  # H-H distance
 >>> L = 7.0 >>> L = 7.0
abinitio/ase_atoms_man.1661308943.txt.gz · 最終更新: 2022/08/24 11:42 by kimi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki