Metadata-Version: 2.1
Name: dirac_graph
Version: 1.3.1
Summary: Computational spectral geometry on finite graphs
Home-page: https://github.com/pulquero/dirac_graph
Author: Mark Hale
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Dirac on a Graph

A Python library that makes it easy to perform computational spectral geometry on finite graphs.

## Installation

Dirac on a Graph is available from PyPI:

	pip install dirac_graph

## Examples

[Example notebook](https://github.com/pulquero/dirac_graph/blob/main/example.ipynb) demonstrating various calculations.


