Nope, never mind. I was misreading the data. Was looking at diagonal spin correlators instead of average spin. Sorry about that, and thanks for your help! I'll try to figure out why my loadObservableList and loadMeasurements produces nothing. I have to use loadEigenstateMeasurements.
Cheers!
Deepak
On Thu, Dec 27, 2012 at 11:55 AM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
Is the chain open or periodic? If periodic you will get a single value.I'm using LATTICE="chain lattice". The lattice.xml file indicates that it is periodic.
D
Thanks again!
Look at the built-in documentation of these functions. This can. e,g, be done by:from pydoc import helphelp(pyalps.flatten)Best regardsMatthias Troyer
Also other functions like flatten etc that are used in the tutorials are not described on this page. Where can I find docs for them?
Thanks and sorry for the trouble!
DeepakOn Thu, Dec 27, 2012 at 6:29 AM, Matthias Troyer <troyer@phys.ethz.ch> wrote:
Hi Deepak,
The pyalps functions are listed at http://alps.comp-phys.org/mediawiki/index.php/Documentation:The_palps_Python_modules . The hard coded measurements depend on the code that you run, and are documented with the codes.
Matthias Troyer
On Dec 27, 2012, at 4:04 AM, Deepak Iyer <deepak.g.iyer@gmail.com> wrote:
> Hi
>
> New user here.
>
> I've been looking for some docs where there is a complete list of all the pyalps functions with descriptions. Also, is there some place I can find a list of all the hardcoded measurements, etc.?
>
> Thanks!
> Deepak