Metadata-Version: 2.4
Name: moire_graphene
Version: 0.0.2
Summary: A continuum model package for twisted bilayer and monolayer graphene
Home-page: https://github.com/yourusername/moire_graphene
Author: Sasha Mary Darré-Pavlowsky
Author-email: sashamarydp@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20
Requires-Dist: scipy>=1.7
Requires-Dist: matplotlib>=3.4
Requires-Dist: joblib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Moire Graphene

A Python package for modeling and visualizing electronic properties of monolayer and twisted bilayer graphene, implementing the Bistritzer-MacDonald model (2011) for moirÃ© bands.

## Installation
```bash
pip install .

