Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 280 Bytes

index.rst

File metadata and controls

18 lines (11 loc) · 280 Bytes
orphan:

ASE

A sisl Geometry object may easily be converted to ASE objects and thus directly plotted.

import sisl as si
from ase.visualize import view

geom = si.geom.graphene()
view(geom.to.ase())

will open a new window showing the atoms.