Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 597 Bytes

Code to compute a TB Hamiltonian

An evolving package to compute tight-binding Hamiltonians.

MPI

Band structure

  1. multiprocessing package for core-only parallelization
  2. mpi4py package for MPI parallelization

If using mpi4py, install the mpi optional dependencies with pip install .[mpi].

If pip fails to build the package, you could try this stackoverflow discussion.

If this does not work, you can install mpi4py using conda (or mamba).