Coder Social home page Coder Social logo

Comments (3)

nikolasibalic avatar nikolasibalic commented on July 29, 2024

I've reproduced the error. I haven't seen this error before. I will take a look and let you know.

from arc-alkali-rydberg-calculator.

nikolasibalic avatar nikolasibalic commented on July 29, 2024

@wetsixteen Simple solution is just to reduce the number of requested eigenstates from 250 to 200. That's second argument in diagonalise method. So the corrected call that should give result is

calc.diagonalise(np.linspace(0.2,3,300), 200, progressOutput=True)

Let me know if you have problems with this.

Reason: For the parameters set, you have only 231 purely dipole-dipole coupled states. That you can see if you run code with interactoinsUpTo=1 , it will tell you in matrix dimension what is the total number of states you have. Therefore if you ask for 250 eigenstates, it will have to diagonalise also quadrupole-dipole an quadrupole-quadrupole coupled states. For larger interatomic distances, these states essentially don't interact, and their close energy differences might be causing a trouble for ARPAC that seeks eigenstates closest to the given eigenValue (that is, it cannot sort eigenstates by their energies if they are essentially degenerate). That's why originally diagonalisation works, but then for larger inter-atomic distances it breaks, having finished first ~30%.

Future steps: I will try to check if this was the underlying reason and also adjust underlying routines so that in this case they output some user-friendly comment to help users.

@wetsixteen Thank you for submitting this. Please let me know if you experience any other problems.

from arc-alkali-rydberg-calculator.

vxq9e7bx avatar vxq9e7bx commented on July 29, 2024

works perfect, thanks!

from arc-alkali-rydberg-calculator.

Related Issues (20)

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.