Calculate eigenvalue eigenvector in fortran

  • Context: Comp Sci 
  • Thread starter Thread starter baha_tr
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
baha_tr
Messages
4
Reaction score
1
Homework Statement
Hello, I used to use Fortran 70 before and now I started using Fortran 2023, but I think the library usage is a little different. I wonder how we connect the libraries in 2023, I would be happy if you can help me.
Relevant Equations
intel fortran 2023
I wonder how we connect the libraries in 2023
 
Physics news on Phys.org
There is no 'the' libraries, there are many many libraries, what do you want? You can use e.g. LAPACK to compute eigenvalues.
 
Reply
  • Like
Likes   Reactions: pbuk and FactChecker
I just need to find the 4 states after the base state, I think I will use lapack or dsyevx.
 
Calling a Fortran 77 library from Fortran 2023 should be straightforward. Calling it as you would if you wrote your program in Fortran 77 should work.
 
"Intel MKL ERROR: Parameter 9 was incorrect on entry to DSYEVX". I am getting error code like this