Dear Michal and Miles,
Actually, I have written a prototype of ALPS lattice previewer. Now I'm preparing a web page for installing and using this previewer. I will write to you again once the web page becomes ready.
Synge
On 2009/11/05, at 20:14, Michal Maik wrote:
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.