Metadata-Version: 2.4
Name: dualgnn
Version: 0.0.3
Summary: Dual-graph GNN sampler for fine regular triangulations of 2D lattice polygons
Author: Nate MacFadden
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/natemacfadden/dualGNN
Project-URL: Repository, https://github.com/natemacfadden/dualGNN
Project-URL: Paper, https://arxiv.org/abs/2605.27770
Project-URL: Model weights, https://huggingface.co/natemacfadden/dualGNN
Project-URL: Archive, https://doi.org/10.5281/zenodo.20622920
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: numba
Requires-Dist: torch>=2.7
Requires-Dist: regfans
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: viz
Requires-Dist: matplotlib; extra == "viz"
Provides-Extra: train
Requires-Dist: dualgnn-training-is-conda-only-see-environment-yml; extra == "train"
Dynamic: license-file
