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...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top