dipc-cc / hubbard

Python tools for mean-field Hubbard models
https://dipc-cc.github.io/hubbard/
GNU Lesser General Public License v3.0
21 stars 8 forks source link

More general plot class for arbitrary geometry, not only sp2 #121

Open sofiasanz opened 2 years ago

sofiasanz commented 2 years ago

The way in which we plotted geometry-related plots was specific for sp2 carbon systems, however we can easily generalize this for now by allowing to pass any other patch collection that the user may want to use.

It is still default to the sp2 case to minimize the changes, but maybe it should be established the None case as the default value?