Calculate eigenvalue eigenvector in fortran

  • Comp Sci
  • Thread starter baha_tr
  • Start date
  • #1
baha_tr
4
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
  • #2
There is no 'the' libraries, there are many many libraries, what do you want? You can use e.g. LAPACK to compute eigenvalues.
 
  • Like
Likes pbuk and FactChecker
  • #3
I just need to find the 4 states after the base state, I think I will use lapack or dsyevx.
 
  • #4
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.
 
  • #5
"Intel MKL ERROR: Parameter 9 was incorrect on entry to DSYEVX". I am getting error code like this
 
  • #6
ı have solved my problem :))
 

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
936
  • Advanced Physics Homework Help
Replies
6
Views
956
  • Engineering and Comp Sci Homework Help
Replies
4
Views
140
  • Calculus and Beyond Homework Help
Replies
5
Views
572
  • Advanced Physics Homework Help
Replies
17
Views
1K
  • Advanced Physics Homework Help
Replies
17
Views
1K
  • Computing and Technology
Replies
11
Views
78
  • Advanced Physics Homework Help
Replies
13
Views
1K
  • Advanced Physics Homework Help
Replies
9
Views
1K
Back
Top