Dr. Hafermann,

That is incredibly helpful; thanks a lot (and a much belated thank you to Dr. Gull as well for his equally helpful reply and references).

-Hunter

On Wed, Aug 10, 2011 at 5:00 AM, <comp-phys-alps-users-request@lists.phys.ethz.ch> wrote:
Send Comp-phys-alps-users mailing list submissions to
       comp-phys-alps-users@lists.phys.ethz.ch

To subscribe or unsubscribe via the World Wide Web, visit
       https://lists.phys.ethz.ch/listinfo/comp-phys-alps-users
or, via email, send a message with subject or body 'help' to
       comp-phys-alps-users-request@lists.phys.ethz.ch

You can reach the person managing the list at
       comp-phys-alps-users-owner@lists.phys.ethz.ch

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Comp-phys-alps-users digest..."


Today's Topics:

  1. Re: ALPS 2.0.1 released (Rachele Nerattini)
  2. Problems about running python (??)
  3. Re: Self Energy in DMFT Code (Hartmut Hafermann)


----------------------------------------------------------------------

Message: 1
Date: Tue, 9 Aug 2011 15:02:32 +0200
From: Rachele Nerattini <r.nerattini@gmail.com>
Subject: Re: [ALPS-users] ALPS 2.0.1 released
To: comp-phys-alps-users@lists.phys.ethz.ch
Message-ID:
       <CAAm4ZBp5hwez7Ne6pSPZo9qtjX75DDP5T0gjLEaYofjDq9djeA@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Dear Mr Troyer,

thank you for the help. I'm going to edit the file and I'll write to you
soon  to let you know if the program works properly.

Thank you again for the help,
best regards
Rachele Nerattini






2011/8/1 Matthias Troyer <troyer@phys.ethz.ch>

> Here is the patch. I'll add that to the next release.
>
> --- mc/spins/spinmc_factory.C (revision 5665)
> +++ mc/spins/spinmc_factory.C (working copy)
> @@ -139,6 +139,8 @@
>        produceError(parms);
>        return 0;
>      }
> +  else if (parms["MODEL"]=="O(4)")
> +    return new SpinSim<ONMoment<4>,MIdMatrix<double,4>
> >(where,parms,node);
>    else if (parms["MODEL"]=="Heisenberg")
>      switch (maxElemCount) {
>        case 1:
>
>
>
> On 14 Jul 2011, at 05:11, Rachele Nerattini wrote:
>
> Dear Mr Troyer,
>
> I've already written to you some months ago to ask you how could I perform
> a MC classical simulation of the O(4) model.
> I've edited the file spinmc_factory.C as you suggested and typed make
> install to make it work.
> The installation of every packages seemed to be ended well. So I prepared
> the input file with MODEL O(4) but It didn't  work.
> It seemed as if the simulation started in the proper way but then it
> stopped with this error:
>
> impossible to perform the simulation, impossible to find the O(4) model in
> the file
> factory.C
>
> What is this file? Where I can find it and how can I edit it?
>
> Thank you for your help and sorry for my several requests of help.
>
> Best Regards
> Rachele Nerattini
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.phys.ethz.ch/pipermail/comp-phys-alps-users/attachments/20110809/3d62a7f1/attachment-0001.htm>

------------------------------

Message: 2
Date: Wed, 10 Aug 2011 14:29:56 +0800
From: ?? <zhaoweigg@gmail.com>
Subject: [ALPS-users] Problems about running python
To: comp-phys-alps-users@lists.phys.ethz.ch
Message-ID:
       <CAKVY=7QowYuzRmPt8=EmPZxyu2ebf999nqRU5ZJPrGpZRz91Gw@mail.gmail.com>
Content-Type: text/plain; charset="gb2312"

Dear Matthias or all users community,

As is said in the tile, I have a problem about running python. It is
that when I type "impot pyalps" and "import pyalps.plot", it appears
on the screen that "ImportError: No module named scipy ". And I have
no idea about that. Does anyone help,please? Thanks.

zhaowei(???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.phys.ethz.ch/pipermail/comp-phys-alps-users/attachments/20110810/470b8cfc/attachment-0001.htm>

------------------------------

Message: 3
Date: Wed, 10 Aug 2011 10:47:11 +0200
From: Hartmut Hafermann <hartmut.hafermann@cpht.polytechnique.fr>
Subject: Re: [ALPS-users] Self Energy in DMFT Code
To: comp-phys-alps-users@lists.phys.ethz.ch
Message-ID:
       <14B0445C-27F0-4DDF-B1C9-3F93EE4968C5@cpht.polytechnique.fr>
Content-Type: text/plain; charset="iso-8859-1"

Dear Hunter,

in your email you asked how to address the noise in the tail of the self-energy in the hybridization expansion CTQMC. We have recently addressed exactly this problem. A preprint is now available at http://arxiv.org/abs/1108.1936. We are implementing this into the code in the SVN, so that it will eventually be available in a future release of ALPS.

Best regards,
Hartmut



Am 27.06.2011 um 19:25 schrieb Hunter Sims:

> Dear All,
>
> I have written a little DMFT code using the ALPS CTQMC impurity solver. The code accepts an arbitrary Hamiltonian (eventually with the goal of doing some form of LDA+DMFT, currently just a model tight-binding Hamiltonian).
>
> Firstly, I was wondering what might be done to address the large amount of noise in the tail of the self energy (after the first 20 or so Matsubara frequencies, the noise is a couple of orders of magnitude larger than the "signal"). I suppose it is not surprising that subtracting the inverses of two small numbers would lead to this sort of thing.
>
> Secondly, the type of lattice (a Bethe lattice by default in the ALPS dmft code) seems to enter into the picture via a set of three constants in the Fourier transforms. For the forward transform, these seem to be boundary terms in a numerical integration-by-parts method. They also appear in the backward transform, although it is less clear to me what their function might be. I was also wondering, if it does not exceed the scope of a mailing list query, if there are other places in the provided dmft code in which the Bethe lattice is tacitly assumed.
>
> Any help would be greatly appreciated.
>
> Regards,
>
> Hunter
>
> --
> Hunter Sims
> Center for Materials for Information Technology
> University of Alabama
> Box 870209
> Tuscaloosa AL 35487-0209
>
> 205-310-9369

--
Hartmut Hafermann

?cole Polytechnique
Centre de Physique Theorique (CPHT)
91128 Palaiseau Cedex, France

Tel.: +33 1 69 33 42 34
Fax: +33 1 69 33 49 49



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.phys.ethz.ch/pipermail/comp-phys-alps-users/attachments/20110810/9a491ae2/attachment-0001.htm>

End of Comp-phys-alps-users Digest, Vol 65, Issue 4
***************************************************



--
Hunter Sims
Center for Materials for Information Technology
University of Alabama
Box 870209
Tuscaloosa AL 35487-0209

205-310-9369