Giter VIP home page Giter VIP logo

Comments (2)

DerWeh avatar DerWeh commented on June 27, 2024

Sorry for the slow response @andrewkhardy, I was gone for quite a while and the notification is buried in unread mails...

Of course, we can add the dice lattice. If you like, you can of course write a pull request yourself.
Else, I hope to find some time this weekend.

I have to check your reference. For the DOS we can probably readily use eq. (13) of Varma and Monien (2013), as it's expressed in terms of the triangular lattice which is already implemented.
Is the special case \gamma=1 (all hoppings equal) enough, or are you interested in the more general case?

from gftools.

DerWeh avatar DerWeh commented on June 27, 2024

I worked through the equations, and to me, it seems that the diced lattice Green's function is nothing but (2/3) the honeycomb lattice Green's function plus the dispersionless contribution 1/3z (corresponding to the delta peak of magnitude 1/3 in the DOS at 0).

In this case, the implementation would be rather trivial:

def gf_z(z, half_bandwidth):
    return 1/3*z + 2/3*gt.lattice.honeycomb.gf_z(z, half_bandwidth)


def dos(eps, half_bandwidth):
    """As usual, we exclude the delta peak."""
    return 2/3*gt.lattice.honeycomb.dos(z, half_bandwidth)

Can you please confirm @andrewkhardy? I simply compared the equations in Varma and Monien (2013) with the equations in Tsuyoshi Horiguchi (1972). I never studied the diced lattice, so please confirm, then I will implement it.

from gftools.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.