Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andysim/DiagonalizationTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a minimal test case to attempt to recreate a specific problem diagonalizing a matrix in a Psi4 test case.

Compiling

Intel Compilers

icpc -std=c++14 -mkl test.cc

GCC with LAPACK

g++ test.cc  -std=c++14  /your/path/to/lapack/lib/liblapack.a /your/path/to/lapack/lib/libblas.a /your/path/to/gcc/lib64/libgfortran.so

(the last part is only needed if BLAS/LAPACK need libgfortran)

macOS

g++ test.cc  -std=c++14 -framework Accelerate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages