tkwant.leads.SimpleBoundary

class tkwant.leads.SimpleBoundary(num_cells=None, tmax=None)[source]

Boundary conditions consisting of N lead unit cells.

Parameters
  • num_cells (int, optional) – The number of lead unit cells to add. Mutually exclusive with tmax.

  • tmax (float, optional) – The maximum time up to which we wish to simulate with these boundary conditions. Mutually exclusive with num_cells

Methods