javinoram / VqePy

An open source Python package for molecular and condensed matter VQE research
MIT License
1 stars 2 forks source link

Adding custom lattice #10

Closed javinoram closed 3 months ago

javinoram commented 4 months ago

Create functions that allows us to create customs lattices for fermi-hubbard and spin 0.5, the output should be equal to the library networkx. Input: List of tuples that represent the lattice. Output: List of nodes and paths in networkx format.