-
-
Notifications
You must be signed in to change notification settings - Fork 60
Python Geometry
Nick Papior edited this page Sep 17, 2015
·
9 revisions
The Geometry
object is a class containing coordinates
of atomic elements. For each atom attached to the geometry
an [[Atom
|Python-Atom]] object is attached.
Also the Geometry
class enherits a multitude of the
[[SuperCell
|Python-SuperCell]] class which enables a unified
class to contain information about a full simulation cell.
The simplest way to create a Geometry
is
geom = sids.Geometry([[0,0,0],[1,1,1]])
which is a 2-atom Geometry with atoms located at origo and another shifted by 1. Å along each Cartesian coordinate.