GithubHelp home page GithubHelp logo

Comments (6)

glwhart avatar glwhart commented on August 11, 2024

How do you know that they are incorrect? And if so, what's going wrong, do you think?

from kgridgen.

KaceyLeavitt avatar KaceyLeavitt commented on August 11, 2024

The code placed the k-point [1/9, -5/9, -1/9] in an orbit with weight 1 when it should also have the k-point [-1/9, 13/9, 1/9] in its orbit. The code also placed the k-point [-.5, -.5, .5] in an orbital of weight two, but that k-point should be in an orbital of weight 1. I think this problem stems from an issue with indices in the hashtable.

from kgridgen.

KaceyLeavitt avatar KaceyLeavitt commented on August 11, 2024

By making a slight change to the hashtable indexing, the issue was fixed and the unit test is now passing.

from kgridgen.

glwhart avatar glwhart commented on August 11, 2024

Did you commit the change to master?

Can you be specific about what was wrong with the indexing and how you changed it? We need to be more verbose...

from kgridgen.

jerjorg avatar jerjorg commented on August 11, 2024

It was committed in revision 0.2.6. Here is the line of code that changed

! iFirst(cOrbit) = idx
iFirst(cOrbit) = iUnRdKpt

Instead of having iFirst point from cOrbit to the index of a k-point that represented the orbit, it was changed so that cOrbit pointed to the position of the representative k-point in UnreducedKpList.

from kgridgen.

glwhart avatar glwhart commented on August 11, 2024

Great. I see what the problem was now. Thanks

from kgridgen.

Related Issues (16)

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.