Hi,
I'm a new user to the Alps program, so this may be a trivial question. I have gone through most of the tutorials and I'm getting familiar with the program. One thing I can't figure out is how to display a picture of the lattice that I define. What I mean is how do I go from the hml code for a lattice to to a graph of it? What program can I use to display it? For example, in the tutorial you write:
<GRAPH vertices="5" edges="5"> <EDGE source="1" target="2"/> <EDGE source="2" target="3"/> <EDGE source="1" target="4"/> <EDGE source="2" target="5"/> <EDGE source="4" target="5"/> </GRAPH>
Then you show what this lattice looks like. How can I get that picture to display? My main concern is that since I'm new to the program I would like to see if a lattice that I think I have defined is actually the lattice that I want. Thanks.