Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 317 Bytes

examples.rst

File metadata and controls

18 lines (11 loc) · 317 Bytes

Examples

sisl is shipped with these examples which describes a large variation of use cases.

All examples are assumed to have this in the header:

import numpy as np
from sisl import *

to enable numpy and sisl.

Graphene tight-binding model <examples/ex_01>