dwavesystems / dimod

A shared API for QUBO/Ising samplers.
https://docs.ocean.dwavesys.com/en/stable/docs_dimod/
Apache License 2.0
124 stars 81 forks source link

fcl.py contains frustrated loop generators, not frustrated cluster loops #466

Open conta877 opened 5 years ago

conta877 commented 5 years ago

badly named file. fcl stands for frustrated cluster loops. however the code inside generates loops given a graph without clustering.

arcondello commented 5 years ago

I think a good solution would be to add frustrated_cluster_loop generators as well. Is there a paper that defines them somewhere that we can use to add them?

conta877 commented 5 years ago

for chimera, clusters are defined as unit tiles. can do the same for pegasus - use chimera unit tiles.