Solution of Bose Hubbard model using ARPACK

  • Thread starter Thread starter Sayan Lahiri
  • Start date Start date
  • Tags Tags
    Hubbard Model
AI Thread Summary
The discussion revolves around solving a complex system involving 8 sites, each with 3 possible states, resulting in a large matrix of dimensions 6561x6561. The user is facing challenges with LAPACK, which performs well for matrices up to 3000x3000 but fails for larger sizes. They reference an example from ARPACK that addresses the central difference discretization of the 2-dimensional Laplacian with specific boundary conditions but are struggling to adapt the methodology to their own problem. The user seeks clarification on how to implement the ARPACK example effectively for their system.
Sayan Lahiri
Messages
2
Reaction score
0
Sir currently I am trying to solve a system which has 8 sites and each site can have 3 possible states(0 or 1 or 2).So the dimension of matrix is 6561*6561.The lapack works good till 3000*3000.But for larger system it fails.I have studied the dsdrv1.f example from arpack where they have solved the problem for central difference discretization of the 2-dimensional Laplacian on the unit square [0,1]x[0,1] with zero Dirichlet boundary condition.But I can not understand what changes i should make in my case.Please help
 
Technology news on Phys.org
I can not understand how to apply the example given in arpack
 
Can you give more details of what you are trying to do and what you have tried?
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
What percentage of programmers have learned to touch type? Have you? Do you think it's important, not just for programming, but for more-than-casual computer users generally? ChatGPT didn't have much on it ("Research indicates that less than 20% of people can touch type fluently, with many relying on the hunt-and-peck method for typing ."). 'Hunt-and-peck method' made me smile. It added, "For programmers, touch typing is a valuable skill that can enhance speed, accuracy, and focus. While...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top