18.11.2012 Views

ASE Manual Release 3.6.1.2825 CAMd - CampOS Wiki

ASE Manual Release 3.6.1.2825 CAMd - CampOS Wiki

ASE Manual Release 3.6.1.2825 CAMd - CampOS Wiki

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>ASE</strong> <strong>Manual</strong>, <strong>Release</strong> 3.6.1.2828<br />

source (optional): If specified, a callable object returning the data to be written. If not specified it is<br />

instead assumed that the atoms contains the data as an array of the same name.<br />

once (optional): If specified and True, the data will only be written to the first frame.<br />

write(atoms=None)<br />

Write the atoms to the file.<br />

7.25.3 See also<br />

If the atoms argument is not given, the atoms object specified when creating the trajectory object is<br />

used.<br />

The function ase.io.write() can write a single Atoms object to a Trajectory file.<br />

The function ase.io.read() can read an Atoms object from a Trajectory file, per default it reads the last one.<br />

7.26 Utillity functions and classes<br />

7.26.1 Equation of state<br />

The EquationOfState class can be used to find equilibrium volume, energy, and bulk modulus for solids:<br />

class ase.utils.eos.EquationOfState(volumes, energies, eos=’sjeos’)<br />

Fit equation of state for bulk systems.<br />

The following equation is used:<br />

sjeos (default)<br />

A third order inverse polynomial fit 10.1103/PhysRevB.67.026103<br />

2 3 -1/3<br />

E(V) = c + c t + c t + c t , t = V<br />

0 1 2 3<br />

taylor<br />

A third order Taylor series expansion about the minimum volume<br />

murnaghan<br />

PRB 28, 5480 (1983)<br />

birch<br />

Intermetallic compounds: Principles and Practice,<br />

Vol I: Principles. pages 195-210<br />

birchmurnaghan<br />

PRB 70, 224107<br />

pouriertarantola<br />

PRB 70, 224107<br />

vinet<br />

PRB 70, 224107<br />

antonschmidt<br />

Intermetallics 11, 23-32 (2003)<br />

p3<br />

A third order polynomial fit<br />

172 Chapter 7. Documentation for modules in <strong>ASE</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!