Skip to content

Fix `Examples/HeisenbergJ1J2/heisenbergJ1J2.py`

Vicentini Filippo requested to merge github/fork/attila-i-szabo/fixample into master

Created by: attila-i-szabo

There was one small bug in this example that I hadn't noticed when copying the source from the paper. Heisenberg defaults to sign_rule=False for coloured graphs, and you'd need a list of sign_rules to override it, so the old version would error out on this line. This is now fixed in the paper too; the current version runs without errors.

Merge request reports